LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
apywire/__init__.py
apywire/__main__.py
apywire/compiler.py
apywire/constants.py
apywire/exceptions.py
apywire/formats.py
apywire/generator.py
apywire/py.typed
apywire/runtime.py
apywire/threads.py
apywire/wiring.c
apywire/wiring.py
apywire.egg-info/PKG-INFO
apywire.egg-info/SOURCES.txt
apywire.egg-info/dependency_links.txt
apywire.egg-info/requires.txt
apywire.egg-info/top_level.txt
examples/basic_app/app.py
examples/kv_store/main.py
tests/__init__.py
tests/test_cli.py
tests/test_compile_aio.py
tests/test_constant_placeholders.py
tests/test_dataclasses.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_factory_methods.py
tests/test_formats.py
tests/test_generator.py
tests/test_internals.py
tests/test_single.py
tests/test_stdlib_compat.py
tests/test_threading.py