logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pyroma - Python packaging quality checker

Author

       Pyroma was written by Lennart Regebro <regebro@gmail.com>

       This  manual page was written by Federico Ceratto <federico.ceratto@gmail.com> for the Debian project and
       may be used by others.

                                                 April  7, 2014                                        PYROMA(1)

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/pyroma

Synopsis

pyroma [-d<directory>|-f<file>|-p<package>]

See Also