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

EDIT: Running pyroma v4.0 with default pyroma settings on a package described below using setuptools, pyroma reports no python version was specified. It expects to find a python version in...

enhancement

Pyroma needs to be updated with supporting modern build systems and tools for Python. This has been rapidly changing the last few years, but it's finally looking like it's stabilized...

This test is a bit naive, and will yield a false positive for emails like: `"very.(),:;[]\".VERY.\"very@\\ \"very\".unusual"@strange.example.com` which is a valid email address (though I'm not sure if pyproject.toml supports...

bug

Per PEP621, author name and email should be specified in pyproject.toml as: ``` [project] # ... authors = [{name = "John Doe", email = "[email protected]"}] ``` When this format is...

bug

After upgrading to *pyroma* 4, I began to see the following error, ```python Exception raised during metadata preparation Traceback (most recent call last): File ".../lib/python3.9/site-packages/pyroma/projectdata.py", line 57, in get_data return...

enhancement

Any plans to support non-setuptools-based projects. Poetry-projects use pyproject.toml instead of setup.py.

Hey, I use `setuptools-scm` to generate the version of my project. This means, that the `setup` call has no `version?` argument. Therefore I can't achieve a full score with pyroma....

enhancement

It would be great if pyroma could look up other PyPI servers defined with `$PIP_EXTRA_INDEX_URL` environment varaible or in the `pip.conf`/`pip.ini` for the user's platform.

enhancement

Hi, There is another tool which may overlap with Pyroma. Merging them together might be useful for the users: https://github.com/mgedmin/check-manifest -- Anonymous