-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't handle 2.4 metadata #34
Comments
We'll look into this, thanks for pointing it out @sjpotter |
Another thing to think about, if one wants to go full into this, approaching the go struct / json mappings to mimic how python itself generates metadata.json from the METADATA/PKG-INFO files. edit: In practice, I dont know why python does something significantly more complicated than the simple mapping you guys did, but it does :/. Not sure if its worth it to try and make them compatible, but at least something to think about. |
Looks like 2.3 metadata isn't supported either. Maybe an error should be bubbled up when an unsupported metadata version is present. |
opened #38 to address my second point here |
see: https://packaging.python.org/en/latest/specifications/core-metadata/
The text was updated successfully, but these errors were encountered: