.gitignore
.readthedocs.yml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/pythonpackage.yml
aiocouch/__init__.py
aiocouch/attachment.py
aiocouch/bulk.py
aiocouch/couchdb.py
aiocouch/database.py
aiocouch/design_document.py
aiocouch/document.py
aiocouch/event.py
aiocouch/exception.py
aiocouch/py.typed
aiocouch/remote.py
aiocouch/request.py
aiocouch/typing.py
aiocouch/view.py
aiocouch.egg-info/PKG-INFO
aiocouch.egg-info/SOURCES.txt
aiocouch.egg-info/dependency_links.txt
aiocouch.egg-info/requires.txt
aiocouch.egg-info/top_level.txt
docs/Makefile
docs/attachment.rst
docs/bulk.rst
docs/conf.py
docs/database.rst
docs/document.rst
docs/exception.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/session.rst
docs/view.rst
docs/_static/.empty
examples/advanced_connect.py
examples/change_events.py
examples/connect.py
examples/getting_started.py
examples/long_running_session.py
examples/performance_benchmark.py
tests/conftest.py
tests/test_attachment.py
tests/test_bulk.py
tests/test_changes.py
tests/test_connection.py
tests/test_database.py
tests/test_document.py
tests/test_exception.py
tests/test_privileges.py
tests/test_remote.py
tests/test_server.py
tests/test_view.py