You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing the PyPI classifiers is sometimes needed to determine the license.
Example (fastapi):
{"info": {// ..."classifiers": [// ..."License :: OSI Approved :: MIT License","Operating System :: OS Independent","Typing :: Typed"// ...],// ...},// ...}
The text was updated successfully, but these errors were encountered:
Parsing the PyPI classifiers is sometimes needed to determine the license.
Example (fastapi):
The text was updated successfully, but these errors were encountered: