Command line interface around Pipfile operations
Project description
Pipfile-CLI is a command line interface around the Pipfile API. It allows you to interact with a Pipfile without Pipenv.
The command line interface’s design is based on the three transformation functions, as described by Sam Boyer in his So you want to write a package manager piece:
- The user edits Pipfile to add and/or remove packages.
- lock resolves the abstract dependency set specified in Pipfile, and write the resulting concrete dependency set into Pipfile.lock.
- sync installs the concrete dependency set specified by Pipfile.lock into the current environment (with pip).
Only sync is implemented at the present time.
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
pipfile-cli-1.0.0.dev4.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for pipfile_cli-1.0.0.dev4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6f797f78fa138c101897a7087e6308458168e2a7450a7752d3edcc220d2fd46 |
|
MD5 | ffd3c7a5947f0d959659b730bdf37c1e |
|
BLAKE2-256 | a6263111845b1a95e8bf50db86adbf1832dd48149a1c648c28fa0472065d14cc |