gituser/test_manylinux/: pip-api-0.0.14 metadata and description

Homepage Simple index

An unofficial, importable pip API

author Dustin Ingram
author_email di@di.codes
classifiers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
description_content_type text/markdown
requires_dist
  • pip
requires_python >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
File Tox results History
pip_api-0.0.14-py3-none-any.whl
Size
110 KB
Type
Python Wheel
Python
3

Since pip is a command-line-tool, it does not have an official, supported, importable API.

However, this does not mean that people haven't tried to import pip, usually to end up with much headache when pip's maintainers do routine refactoring.

This project attempts to provide an importable pip API, which is fully compliant with the recommended method of using pip from your program.

Supported Commands

Not all commands are supported in all versions of pip and on all platforms. If the command you are trying to use is not compatible, pip_api will raise a pip_api.exceptions.Incompatible exception for your program to catch.

Available with all pip versions:

Available with pip>=8.0.0: