LICENSE
MANIFEST.in
README.md
pyproject.toml
src/workpeg/__init__.py
src/workpeg/build.py
src/workpeg/cli.py
src/workpeg/config.py
src/workpeg/context.py
src/workpeg/create_new.py
src/workpeg/run.py
src/workpeg/runtime.py
src/workpeg/submit.py
src/workpeg/utils.py
src/workpeg.egg-info/PKG-INFO
src/workpeg.egg-info/SOURCES.txt
src/workpeg.egg-info/dependency_links.txt
src/workpeg.egg-info/entry_points.txt
src/workpeg.egg-info/requires.txt
src/workpeg.egg-info/top_level.txt
src/workpeg/templates/__init__.py
src/workpeg/templates/functions/Dockerfile
src/workpeg/templates/functions/LICENSE
src/workpeg/templates/functions/README.md
src/workpeg/templates/functions/requirements.txt
src/workpeg/templates/functions/app/__init__.py
src/workpeg/templates/functions/app/main.py
tests/test_build.py
tests/test_cli.py
tests/test_context.py
tests/test_create_new.py
tests/test_run.py
tests/test_runtime.py
tests/test_submit.py
tests/test_utils.py