Subscribes to a client event.
Returns a PackageResource for a given project name, providing access to project metadata, versions, distribution files, and download stats.
The returned resource can be awaited directly to fetch the full project, or chained to access nested resources.
The project name (e.g. 'requests', 'numpy')
A chainable package resource
Main entry point for the PyPI REST API client.
Example