.coveragerc
.gitignore
LICENSE
NOTICE
README.md
environment.yml
mypy.ini
setup.py
tox.ini
.github/workflows/cd.yml
.github/workflows/ci.yml
dokklib_db/__init__.py
dokklib_db/index.py
dokklib_db/keys.py
dokklib_db/op_args.py
dokklib_db/py.typed
dokklib_db/serializer.py
dokklib_db/table.py
dokklib_db.egg-info/PKG-INFO
dokklib_db.egg-info/SOURCES.txt
dokklib_db.egg-info/dependency_links.txt
dokklib_db.egg-info/not-zip-safe
dokklib_db.egg-info/requires.txt
dokklib_db.egg-info/top_level.txt
dokklib_db/errors/__init__.py
dokklib_db/errors/client.py
dokklib_db/errors/exceptions.py
dokklib_db/errors/transaction.py
requirements/dev-requirements.in
requirements/dev-requirements.txt
requirements/test-requirements.in
requirements/test-requirements.txt
scripts/create_db.py
scripts/generate_exceptions.py
scripts/pip_compile.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/cloudformation.yml
tests/integration/dynamodb_tests.py
tests/unit/__init__.py
tests/unit/keys_test.py
tests/unit/op_args_test.py
tests/unit/serializer_test.py
tests/unit/table_test.py
tests/unit/test_base.py
tests/unit/exceptions/__init__.py
tests/unit/exceptions/transaction_test.py