Skip to content

Classifiers for pypi package not showing Python 3 compatibility  #12

Closed
@alexlambson

Description

@alexlambson

The pypi tool caniusepython3 is throwing a false negative due to classifiers not being set for the pypi project.

The JSON response from https://pypi.org/pypi/dict2xml/json should have an array which states what versions of Python it is compatible with:
response["info"]["classifiers"]

An example of a package with classifiers set:
https://pypi.org/pypi/twilio/json

Information on how to set classifiers:
https://packaging.python.org/tutorials/distributing-packages/#classifiers

If you don't have time, I am happy to help :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions