pyroma icon indicating copy to clipboard operation
pyroma copied to clipboard

Rate your Python packages package friendliness

Results 17 pyroma issues
Sort by recently updated
recently updated
newest added

As reported by @wesleybl on #86 , the full (often verbose, especially in the case of Setuptools) build backend output is shown when just extracting the metadata from the project,...

enhancement

I'm getting the warning: ``` warning: no previously-included files matching '.isort' found anywhere in distribution ``` I already ignored the file in `MANIFEST.in`: ``` global-exclude .isort ``` However, the pyroma...

enhancement

We are moving towards Python 3.12 over in nixpkgs, and noticed this package relies somewhat heavily on `distutils`, which has been deprecated since 3.10, see https://peps.python.org/pep-0632/. Now I see that...

Hey there, I've been trying to configure this hook for pre-commit ci and getting this error: ```Check package with Pyroma................................................Failed - hook id: pyroma - exit code: 2 ------------------------------ Checking...

On https://pypi.org/classifiers/ it says to _mark_ a package with a `Private ::` classifier to prevent it from being uploaded to PyPI. Unfortunately that makes `pyroma` complain about it: ``` Some...

bug

When you publish a package on pypi, the package-name is unique across all packages. Unfortunately some packages choose a very different name for their toplevel module. They use a module-name...

This project has a `license` defined under the `[project]` table in `pyproject.toml`: https://github.com/heroku/sf-functions-python/blob/a7541831525ae1850ae2c8511d2b0c8f94597a53/pyproject.toml#L10 However, pyroma 4.1 on macOS using Python 3.11.0 reports that no license was specified: ``` $ pyroma...

enhancement