LICENSE
README.md
pyproject.toml
src/adac/__init__.py
src/adac/certificate.py
src/adac/export.py
src/adac/hotreload.py
src/adac.egg-info/PKG-INFO
src/adac.egg-info/SOURCES.txt
src/adac.egg-info/dependency_links.txt
src/adac.egg-info/entry_points.txt
src/adac.egg-info/requires.txt
src/adac.egg-info/top_level.txt
src/adac/cli/__init__.py
src/adac/cli/__main__.py
src/adac/cli/dispatch.py
src/adac/cli/flags.py
src/adac/cli/menu.py
src/adac/cli/ui.py
src/adac/codegen/__init__.py
src/adac/codegen/flamo_to_faust.py
src/adac/codegen/flamo_to_json.py
src/adac/codegen/json_to_faust.py
src/adac/codegen/json_to_flamo.py
tests/test_certificate.py
tests/test_cli.py
tests/test_export.py
tests/test_flamo_to_faust.py
tests/test_flamo_to_json.py
tests/test_hotreload.py
tests/test_json_to_faust.py
tests/test_package.py
tests/test_param_extraction.py