Skip to content

cfuendev/limp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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)

About

Lightweight CLI tool to manage and install Python packages from local repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages