Skip to main content

An asynchronous api wrapper for pip!

Project description

apip

Built with Python Built with Aiohttp

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


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 hashes)

Uploaded Source

Built Distribution

apip-0.2.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page