README.md
pyproject.toml
src/pyplz/__init__.py
src/pyplz/command.py
src/pyplz/console_utils.py
src/pyplz/error_handler.py
src/pyplz/exceptions.py
src/pyplz/main.py
src/pyplz/plz_app.py
src/pyplz/plz_parser.py
src/pyplz/task.py
src/pyplz/task_parser.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_e2e.py
tests/test_env.py
tests/test_import.py
tests/test_plz_default.py
tests/test_plz_list.py
tests/test_plz_parser.py
tests/test_plz_run.py
tests/test_plz_task.py
tests/test_plz_task_requires.py
tests/test_task.py
tests/test_task_parser.py