pyroma - Python packaging quality checker
Contents
Description
pyroma/pyroma3 is a program that provides a rating of how well a Python project complies with the best
practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of
issues that could be improved. It can check packages locally and on PyPI.
Name
pyroma - Python packaging quality checker
Options
-h,--help
Show summary of options.
-a,--auto
Select mode automatically (default).
-d,--directory<projectdirectory>
Run pyroma on a module in a project directory.
-f,--file<distributionfile>
Run pyroma on a distribution file.
-p,--pypi<PyPIpackagename>
Run pyroma on a package on PyPI.
More detailed documentation is available at
https://bitbucket.org/regebro/pyromaSynopsis
pyroma [-d<directory>|-f<file>|-p<package>]
