.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
Makefile
README.md
docker-compose.yaml
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/periodic-ci.yaml
docs/.gitignore
docs/Makefile
docs/api.rst
docs/changelog.md
docs/conf.py
docs/index.rst
docs/recordnameschemamanager-howto.rst
docs/strimzi-ssl-howto.rst
docs/dev/development.rst
docs/dev/index.rst
docs/dev/release.rst
licenses/gidgethub.txt
src/kafkit/__init__.py
src/kafkit/httputils.py
src/kafkit/ssl.py
src/kafkit.egg-info/PKG-INFO
src/kafkit.egg-info/SOURCES.txt
src/kafkit.egg-info/dependency_links.txt
src/kafkit.egg-info/requires.txt
src/kafkit.egg-info/top_level.txt
src/kafkit/registry/__init__.py
src/kafkit/registry/aiohttp.py
src/kafkit/registry/errors.py
src/kafkit/registry/manager.py
src/kafkit/registry/sansio.py
src/kafkit/registry/serializer.py
tests/__init__.py
tests/httputils_test.py
tests/registry_manager_test.py
tests/registry_sansio_test.py
tests/registry_serializer_test.py
tests/ssl_test.py
tests/data/record_name_schemas/kafkit.a.json
tests/data/record_name_schemas/kafkit.b.json
tests/data/ssl/client.crt
tests/data/ssl/client.key
tests/data/ssl/cluster.ca.crt