README.md
pyproject.toml
src/pyplz/__init__.py
src/pyplz/command.py
src/pyplz/console_utils.py
src/pyplz/main.py
src/pyplz/plz_app.py
src/pyplz/task.py
src/pyplz/types.py
src/pyplz.egg-info/PKG-INFO
src/pyplz.egg-info/SOURCES.txt
src/pyplz.egg-info/dependency_links.txt
src/pyplz.egg-info/entry_points.txt
src/pyplz.egg-info/requires.txt
src/pyplz.egg-info/top_level.txt
tests/test_main.py
tests/test_parser.py
tests/test_plz_default.py
tests/test_plz_env.py
tests/test_plz_run.py
tests/test_plz_task.py
tests/test_plz_task_requires.py
tests/test_task.py