Skip to main content

Bundle all pip dependencies in a single tarball

Project description

pip-bundle

PyPI Version PyPI Downloads MIT License

A quick and dirty script to bundle up all Python dependencies used by a project. Best used with virtualenv.

Installation

If you are on OS X and have Homebrew’s Python:

pip install pip-bundle

Otherwise:

pip install --user pip-bundle

Then make sure to add the local pip’s bin directory to the $PATH. Since it is different on each platform, please refer to its documentation.

Otherwise, if you’re feeling a badass and want to sudo your way out, then run:

sudo pip install pip-bundle

Usage

Make sure your current directory has the requirements.txt file, then run the following command to create a file called bundle.pip-bundle:

pip-bundle -c

To install the bundle then run:

pip-bundle bundle.pip-bundle

You can also change the name of the bundle by giving it on the command line:

pip-bundle -c mybundle.pip-bundle # Create
pip-bundle mybundle.pip-bundle    # Install

And you can use an alternate name for the requirements.txt file:

pip-bundle -c -r my-own-requirements.txt

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-bundle-0.0.9.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distributions

pip_bundle-0.0.9-cp27-none-macosx_10_10_intel.whl (5.3 kB view hashes)

Uploaded CPython 2.7 macOS 10.10+ intel

pip-bundle-0.0.9.macosx-10.10-intel.tar.gz (3.1 kB view hashes)

Uploaded Source

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