.gitignore
Dockerfile
README.md
requirements.txt
setup.py
awdb/__init__.py
awdb/exceptions.py
awdb/serializer.py
awdb/trace.py
awdb/utils.py
awdb.egg-info/PKG-INFO
awdb.egg-info/SOURCES.txt
awdb.egg-info/dependency_links.txt
awdb.egg-info/entry_points.txt
awdb.egg-info/requires.txt
awdb.egg-info/top_level.txt
awdb/cli/__init__.py
awdb/cli/client.py
awdb/cli/commands.py
awdb/cli/server.py
tests/test_client.py
tests/test_serializer.py