Skip to main content

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


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)

Uploaded Source

Built Distribution

pipfile_cli-1.0.0.dev4-py2.py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 2 Python 3

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