Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apip

An asynchronous api wrapper for pip!

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

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

FeatureSupported
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()))

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc