LICENSE
MANIFEST.in
README.md
pyproject.toml
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_sdk/__init__.py
src/workpeg_sdk/cli.py
src/workpeg_sdk/create_new.py
src/workpeg_sdk/runtime.py
src/workpeg_sdk/submit.py
src/workpeg_sdk/templates/__init__.py
src/workpeg_sdk/templates/functions/Dockerfile
src/workpeg_sdk/templates/functions/LICENSE
src/workpeg_sdk/templates/functions/README.md
src/workpeg_sdk/templates/functions/requirements.txt
src/workpeg_sdk/templates/functions/app/__init__.py
src/workpeg_sdk/templates/functions/app/main.py
tests/test_create_new.py
tests/test_run_time.py
tests/test_submit.py