.editorconfig
.flake8
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
noxfile.py
pyproject.toml
tox.ini
docs/Makefile
docs/async_client.rst
docs/conf.py
docs/exceptions.rst
docs/faq.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/misc.rst
docs/spelling_wordlist.txt
docs/sync_client.rst
docs/testing.rst
docs/upgrade.rst
docs/usage.rst
src/akismet/__init__.py
src/akismet/_async_client.py
src/akismet/_common.py
src/akismet/_exceptions.py
src/akismet/_legacy_client.py
src/akismet/_sync_client.py
src/akismet/_version.py
src/akismet.egg-info/PKG-INFO
src/akismet.egg-info/SOURCES.txt
src/akismet.egg-info/dependency_links.txt
src/akismet.egg-info/requires.txt
src/akismet.egg-info/top_level.txt
tests/__init__.py
tests/base.py
tests/end_to_end.py
tests/test_async_client.py
tests/test_legacy_client.py
tests/test_sync_client.py