A lightweight tool to manage and install Python packages from local repositories (So that you don't need to distribute them or download PyPi modules)
Add your local packages directory:
limp repo add ~/my_packagesInstall a package:
limp install my_packageList available repositories:
limp repo list# Clone the repository
git clone [email protected]:cfuendev/limp.git
cd limp
# Install the package
pip install -e .Configuration is stored in ~/.config/limp/repositories.json (in Windows it's C:\Users\<user>\.config\limp)
