Skip to main content

Compatibility shims for pip versions 8 thru current.

Project description

https://img.shields.io/pypi/v/pip-shims.svg https://img.shields.io/pypi/l/pip-shims.svg https://travis-ci.com/sarugaku/pip-shims.svg?branch=master https://img.shields.io/pypi/pyversions/pip-shims.svg https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg Documentation Status

Warning

Installation

Install from PyPI:

$ pipenv install --pre pip-shims

Install from Github:

$ pipenv install -e git+https://github.com/sarugaku/pip-shims.git#egg=pip-shims

Summary

pip-shims is a set of compatibilty access shims to the pip internal API. pip-shims provides compatibility with pip versions 8.0 through the current release (18.x). The shims are provided using a lazy import strategy (powered by modutil where possible, falling back to importlib from the standard library with a lazy import strategy otherwise). This library exists due to my constant writing of the same set of import shims across many different libraries, including pipenv, pip-tools, requirementslib, and passa.

Usage

Importing a shim

You can use pip-shims to expose elements of pip’s internal API by importing them:

from pip_shims import Wheel
mywheel = Wheel('/path/to/my/wheel.whl')

Available Shims

pip-shims provides the following compatibility shims:

Import Path

Import Name

Former Path

req.constructors

_strip_extras

req.req_install

cli

cmdoptions

cmdoptions

cli.base_command

Command

basecommand

cli.parser

ConfigOptionParser

baseparser

exceptions

DistributionNotFound

utils.hashes

FAVORITE_HASH

models

FormatControl

index

utils.misc

get_installed_distributions

utils

cli.cmdoptions

index_group

cmdoptions

req.req_install

InstallRequirement

req.constructors

install_req_from_line

req.req_install.InstallRequirement

req.constructors

install_req_from_editable

req.req_install.InstallRequirement

req.req_uninstall

UninstallPathSet

download

is_archive_file

download

is_file_url

utils.misc

is_installable_dir

utils

index

Link

operations.prepare

make_abstract_dist

req.req_set

cli.cmdoptions

make_option_group

cmdoptions

index

PackageFinder

req.req_file

parse_requirements

index

parse_version

download

path_to_url

__version__

pip_version

exceptions

PipError

operations.prepare

RequirementPreparer

operations.freeze

FrozenRequirement

<__init__>

req.req_set

RequirementSet

req.req_tracker

RequirementTracker

resolve

Resolver

download

SafeFileCache

download

url_to_path

download

unpack_url

locations

USER_CACHE_DIR

vcs

VcsSupport

wheel

Wheel

wheel

WheelBuilder

cache

WheelCache

wheel

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

pip_shims-0.3.0.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

pip_shims-0.3.0-py2.py3-none-any.whl (8.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pip_shims-0.3.0.tar.gz.

File metadata

  • Download URL: pip_shims-0.3.0.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for pip_shims-0.3.0.tar.gz
Algorithm Hash digest
SHA256 164b93bc94b207613d9632f28f4d55eba9301f9454aaaba335de36c24d92d106
MD5 21996c81c8338cfc04c37d3d27333303
BLAKE2b-256 38ffc9f51ccae9e93513ace3300ff49542725b83f7c07693639d7a1b4b87588f

See more details on using hashes here.

Provenance

File details

Details for the file pip_shims-0.3.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pip_shims-0.3.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for pip_shims-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 27e2439aa93af8c1b8e58cf63a40cbcd26959b26424904f2e6d57837af8f76c5
MD5 519b9aa1e07e135948e901bee157cc71
BLAKE2b-256 45fd3323bde8ee65033eec93a7156132bd5e7f2ffed693aade44e7ee0f8b61ab

See more details on using hashes here.

Provenance

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