Skip to content
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

Refresh metadata #57

Open
jakirkham opened this issue Mar 5, 2018 · 2 comments
Open

Refresh metadata #57

jakirkham opened this issue Mar 5, 2018 · 2 comments
Labels
GSOC Google Summer of Code

Comments

@jakirkham
Copy link
Contributor

Sometimes during version updates, URLs and summaries change. It would be nice if the bot could add these changes as well. This should be possible in Python by running python setup.py egg_info inside the sdist and parsing *.egg-info/PKG-INFO. There may also be a way to get this info from the PyPI API. Might be possible to pick up on Python version support as well (e.g. is Python 2 supported or now dropped?).

This overlaps to some extent with issue ( #22 ).

@CJ-Wright CJ-Wright added the GSOC Google Summer of Code label Mar 5, 2018
@jakirkham
Copy link
Contributor Author

Would add entry points to this list.

@jakirkham
Copy link
Contributor Author

This might be more doable now with Python 3.8's importlib.metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSOC Google Summer of Code
Projects
None yet
Development

No branches or pull requests

2 participants