Skip to main content

An api wrapper for pip!

Project description

# apip [![Built with python](https://img.shields.io/badge/-Python-3c679c?style=for-the-badge&logo=Python&logoColor=fae583)](https://python.org)

— An easy, high level wrapper for the Pip API. It uses subprocess to use the Pip CLI and wrap it into an easier to use package in Python. —

## Installation Requires Python 3.7+

To install apip on PyPi, run `shell pip install apip `

## Quickstart To get started and see what apip can do, run some example programs. `python >>> import apip >>> pip = apip.Pip() >>> pip.install("module") >>> pip.get("module") >>> print(pip.list()) >>> pip.uninstall("module") `

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.0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

apip-0.0.3-py3-none-any.whl (4.7 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