LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/README.md
examples/app.py
examples/tasks.csv
examples/scripts/1_checkout.sh
examples/scripts/2_build.sh
examples/scripts/3_test.sh
examples/scripts/4_deploy.sh
src/taskpanel/__init__.py
src/taskpanel/cli.py
src/taskpanel/model.py
src/taskpanel/runner.py
src/taskpanel/view.py
src/taskpanel.egg-info/PKG-INFO
src/taskpanel.egg-info/SOURCES.txt
src/taskpanel.egg-info/dependency_links.txt
src/taskpanel.egg-info/entry_points.txt
src/taskpanel.egg-info/not-zip-safe
src/taskpanel.egg-info/requires.txt
src/taskpanel.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_model.py
tests/test_package.py
tests/test_runner.py
tests/test_view.py