pbundle-py

Bundler for Python - Dependency Management

Install

All systems
curl cmd.cat/pbundle-py.sh
Ubuntu
apt-get install pbundler
Windows (WSL2)
sudo apt-get update sudo apt-get install pbundler
Raspbian
apt-get install pbundler

pbundler

Bundler for Python - Dependency Management

Automatically manages Python application's dependencies from development to deployment on top of virtualenv. Independent of the various Python application frameworks, but should work with all of them. The Python Bundler is inspired by Bundler for Ruby (AKA gembundler), which is available as the "bundler" package.