This is the command pyroma that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pyroma - Python packaging quality checker
SYNOPSIS
pyroma [-d <directory>|-f <file>|-p <package>]
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.
OPTIONS
-h, --help
Show summary of options.
-a, --auto
Select mode automatically (default).
-d, --directory <project directory>
Run pyroma on a module in a project directory.
-f, --file <distribution file>
Run pyroma on a distribution file.
-p, --pypi <PyPI package name>
Run pyroma on a package on PyPI.
More detailed documentation is available at
https://bitbucket.org/regebro/pyroma
Use pyroma online using onworks.net services