An asynchronous api wrapper for pip!
Project description
apip
An easy, high level wrapper for the PyPi API. It wraps Pip and PyPi into an easier to use package in Python.
Features
- Easy to use, high level API.
- Fully asynchronous and non-blocking.
Installation
Requires Python 3.7+
To install apip
on PyPi, run
pip install apip
API Coverage
This table covers the coverage of apip
Feature | Supported |
---|---|
Installing Packages | |
Error Porting | |
Pypi API | * |
Getting individual version packages |
: This feature does not have full coverage yet.
Quickstart
To get started and see what apip
can do, run some example programs.
>>> import apip
>>> import asyncio
>>> pip = apip.Pip()
>>> asyncio.run(pip.get("module"))
>>> print(asyncio.run(pip.list()))
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
apip-0.2.0.tar.gz
(565.3 kB
view details)
Built Distribution
apip-0.2.0-py3-none-any.whl
(7.2 kB
view details)
File details
Details for the file apip-0.2.0.tar.gz
.
File metadata
- Download URL: apip-0.2.0.tar.gz
- Upload date:
- Size: 565.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bdedef80f9ca195220fcd8980cba67abedf7084951ee45f4ce8074b4f5f9395 |
|
MD5 | 3969e98d7bbdab3ff065a02465ab06f7 |
|
BLAKE2b-256 | fdaf55baf7d926697bdb6667f8dd508cb3e261685930d50d7ae08ba3c044c55b |
File details
Details for the file apip-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: apip-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3ff7a4112ca97eefaaefdd6b811dbe159b2267fe0836a3c0c4f268c1411fb63 |
|
MD5 | 69b8405633af7a79d2e102b10d48cc90 |
|
BLAKE2b-256 | e16d4c07d622cf2991e10d5097e741fbd7af72f3c5725379ca35ca6742ba1fa1 |