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
Built Distribution
File details
Details for the file pipfile-cli-1.0.0.dev4.tar.gz
.
File metadata
- Download URL: pipfile-cli-1.0.0.dev4.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb62159f7d13696cdf976c8c28b2f9069b819a32fb3bfd03e6b4529e0feb4876 |
|
MD5 | 29a85f5e887d0e42bca4487d48661863 |
|
BLAKE2b-256 | 612f7e97b9fdfab2234dcc5575ceb96647e227cc4b9521103056507a72e60aa6 |
Provenance
File details
Details for the file pipfile_cli-1.0.0.dev4-py2.py3-none-any.whl
.
File metadata
- Download URL: pipfile_cli-1.0.0.dev4-py2.py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6f797f78fa138c101897a7087e6308458168e2a7450a7752d3edcc220d2fd46 |
|
MD5 | ffd3c7a5947f0d959659b730bdf37c1e |
|
BLAKE2b-256 | a6263111845b1a95e8bf50db86adbf1832dd48149a1c648c28fa0472065d14cc |