-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Some data not parsing from the json #125
Comments
@shmuel44 Thanks for pointing out this. |
It appears that there are a few more keys that aren't parsing correctly, the Homepage appears to be one of them, but I'm not certain, I will look again... |
@shmuel44 it would be good to have a test case to check the parsing result. |
If the package on PyPI uses Pyproject.toml, then the name of the author appears in the author_email key, so, the JSON looks as follows:
{"info":{"author":"","author_email":"JanikCodes <[email protected]>", etc'
example
It looks like this if they're using setup.py
{"info":{"author":"Luca Cappelletti","author_email":"[email protected]", etc'
example
So, there are two cases that need to be parsed
The text was updated successfully, but these errors were encountered: