----------------
- Added support for pre-commit [CAM Gerlach]
- Rewrote parts of the PyPI support, to avoid using the xmlrpc API,
since it's being heavily rate-limited at the moment. Only one call
is using it now, which seems to work fine.
- Backwards incompatible change: As a result of the above change, when
looking for packages on PyPI, the package name must now be spelled
exactly correct, including capitalization.
- Some more code cleanup/modernization [CAM Gerlach]
- Added --quiet option to output only the rating [Hugo van Kemenade]
- Pyroma is now an executable module, and can be called with `python -m pyroma` [RuRo]