A resolver implementation for generating and interacting with Pipenv-compatible Lockfiles.
Project description
Installation
Install from PyPI:
$ pipenv install --pre passa
Install from GitHub:
$ pipenv install -e git+https://github.com/sarugaku/passa.git#egg=passa
Summary
Passa is a resolver layer which is designed for performing dependency resolution using a stateful backtracking algorithm to resolve dependency conflicts gracefully and with minimal intervention. It is implemented using the directed acyclic graph built in resolvelib. Passa is intended to operate on a Pipfile in order to produce a Lockfile in a valid state. It was designed to be used as the backing resolver for Pipenv and is built on top of elements from requirementslib, the current interface layer between Pipenv’s requirements and its internals.
Usage
Loading a Pipfile
You can use Passa to import your Pipfile project, and resolve its dependencies:
pipenv run python -m passa path/to/project
Pass the –output flag to control how the lock file is outputed. Possible values are print (the default, prints to stdout), write (write to Pipfile.lock in the project root), and none (suppress the output).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for passa-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3122b085eb6c6caedbbd726f3ac03b7d50bd2b2ad1b0ef75f6e730c31f9735c1 |
|
MD5 | 596ac81a91aa5fbe117856124c662ff2 |
|
BLAKE2b-256 | 070206e7e0de10a6016046525992f476956e8e44951d715f8982b8d0295a3743 |