LICENSE
MANIFEST.in
README.md
pyproject.toml
src/workpeg/__init__.py
src/workpeg/build.py
src/workpeg/cdn.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
src/workpeg/ui/__init__.py
src/workpeg/ui/actions.py
src/workpeg/ui/app.py
src/workpeg/ui/build.py
src/workpeg/ui/create.py
src/workpeg/ui/fake_cloud.py
src/workpeg/ui/minify.py
src/workpeg/ui/serve.py
src/workpeg/ui/state.py
src/workpeg/ui/watcher.py
src/workpeg/ui/compiler/__init__.py
src/workpeg/ui/compiler/ast_parser.py
src/workpeg/ui/compiler/ir.py
src/workpeg/ui/compiler/js_generator.py
src/workpeg/ui/runtime/pegment.css
src/workpeg/ui/runtime/workpeg-runtime.js
src/workpeg/ui/widgets/__init__.py
src/workpeg/ui/widgets/base.py
src/workpeg/ui/widgets/display.py
src/workpeg/ui/widgets/interactive.py
src/workpeg/ui/widgets/layout.py
tests/test_build.py
tests/test_cdn.py
tests/test_cli.py
tests/test_config.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