Closed
Description
What's the problem this feature will solve?
Currently, it's not possible to discover the name of the GitHub repository, associated with a project's metadata from the PyPI page directly. It is also occasionally not immediately clear which of the URLs associated with a project is a GitHub URL.
This makes it possible for projects to misrepresent what their GitHub statistics are, by using a more popular Python project's URL on their metadata.
Describe the solution you'd like
Change "GitHub statistics:" to instead be "GitHub: {repo-name}". So, for pip, that would be "GitHub: pypa/pip".
This would:
- provide an "obvious thing" to make into a link to the GitHub repository.
- surface this information to help identify projects that are misrepresenting themselves (intentionally or otherwise).
Additional context
See https://discuss.python.org/t/14181/, where this was originally proposed.