0 purchases
repipe 0.0.1
repipe
Yet another one attempt to fix Python package management.
Table of Contents
Installation
License
Installation
pip install repipe
Usage
repipe install -r requirements.txt
will create a lock file requirements.txt.lock. The next execution of repipe install -r requirements.txt will install dependencies from requirements.txt.lock. If you need to update dependencies, remove requirements.txt.lock.
License
repipe is distributed under the terms of the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.