Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 711 Bytes

File metadata and controls

41 lines (28 loc) · 711 Bytes

limp

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)

Quick Start

Add your local packages directory:

limp repo add ~/my_packages

Install a package:

limp install my_package

List available repositories:

limp repo list

Installation

# Clone the repository
git clone git@github.com:cfuendev/limp.git
cd limp

# Install the package
pip install -e .

How it works

Configuration is stored in ~/.config/limp/repositories.json (in Windows it's C:\Users\<user>\.config\limp)