Metadata-Version: 2.1
Name: html-cleaner
Version: 0.3.dev0
Summary: clean up html files
Home-page: https://github.com/account-login/html_cleaner
Author: account-login
Author-email: UNKNOWN
License: MIT
Keywords: html cleaner tidy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: beautifulsoup4
Requires-Dist: html5lib

usage: clean up html files

positional arguments:
  files                 files

optional arguments:
  -h, --help            show this help message and exit
  --processor PROCESSOR
                        number of process
  --encoding ENCODING   fallback to this encoding
  --no-script           remove js
  -r, --recursive       recursive into directory
  -p PATTERN, --pattern PATTERN
                        glob pattern


