plz

plz is lightweight and simple virtual environment and dependencies manager, wrapping virtualenv and piptools together


Keywords
cli, dependency-manager, lock, pack, packaging, pip-tools, python, virtualenv, virtualenv-manager
License
MIT
Install
pip install plz==0.2.1

Documentation

plz

licesns python code style lastcommit Python assspplication downloads

Lightweight and simple python virtual environment and dependencies manager

Install

pip install plz

Usage

plz init
echo "reqeusts" >> requirements.in
plz lock
vi setup.py
plz install

Developing

make install
make test
make format
make lint