A wrapper for PyPI's API and RSS feed
Reason this release was yanked:
Async client uses a method that doesn't exist
Project description
letsbuilda-pypi
A wrapper for PyPI's API and RSS feeds.
Usage
Sync client
from requests import Session
from letsbuilda.pypi import PyPIServices
http_session = Session()
pypi_client = PyPIServices(http_session)
package_metadata = pypi_client.get_package_metadata("letsbuilda-pypi")
Async client
from aiohttp import ClientSession
from letsbuilda.pypi.clients.async_client import PyPIServices
http_session = aiohttp.ClientSession()
pypi_client = PyPIServices(http_session)
package_metadata = await pypi_client.get_package_metadata("letsbuilda-pypi")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for letsbuilda_pypi-5.0.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ed47bd83283d8209c3e01fea44ea15ea23b4f403e3e520466b985e4e8be5e1f |
|
MD5 | 8fe5179455e3b0fec83678456b81da79 |
|
BLAKE2b-256 | 3d3ded6c1d771a34406597614bc208b67cd57b489a63d1876a59907ae86df100 |