Skip to content
/ plz Public

Simple python virtual environment and dependences manager wrapping `piptools` and `virtualenv`

License

Notifications You must be signed in to change notification settings

royreznik/plz

Repository files navigation

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