CONTRIBUTORS.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
authedwig.egg-info/PKG-INFO
authedwig.egg-info/SOURCES.txt
authedwig.egg-info/dependency_links.txt
authedwig.egg-info/entry_points.txt
authedwig.egg-info/requires.txt
authedwig.egg-info/top_level.txt
examples/README.md
hedwig/__init__.py
hedwig/callback.py
hedwig/commands.py
hedwig/consumer.py
hedwig/exceptions.py
hedwig/models.py
hedwig/publisher.py
hedwig/utils.py
hedwig/backends/__init__.py
hedwig/backends/aws.py
hedwig/backends/base.py
hedwig/backends/exceptions.py
hedwig/backends/gcp.py
hedwig/backends/import_utils.py
hedwig/backends/utils.py
hedwig/conf/__init__.py
hedwig/instrumentation/__init__.py
hedwig/instrumentation/compat.py
hedwig/protobuf/__init__.py
hedwig/protobuf/container_pb2.py
hedwig/protobuf/options_pb2.py
hedwig/testing/__init__.py
hedwig/testing/config.py
hedwig/testing/pytest_plugin.py
hedwig/testing/factories/__init__.py
hedwig/testing/factories/base.py
hedwig/testing/factories/jsonschema.py
hedwig/testing/factories/protobuf.py
hedwig/validators/__init__.py
hedwig/validators/base.py
hedwig/validators/jsonschema.py
hedwig/validators/jsonschema_container_schema.json
hedwig/validators/protobuf.py
tests/__init__.py
tests/conftest.py
tests/handlers.py
tests/models.py
tests/protobuf_factory.py
tests/settings.py
tests/test_callback.py
tests/test_commands.py
tests/test_consumer.py
tests/test_models.py
tests/test_publisher.py
tests/test_pytest_plugin.py
tests/test_settings.py
tests/test_utils.py
tests/validator.py
tests/schemas/__init__.py
tests/schemas/jsonschema.json
tests/schemas/protobuf.proto
tests/schemas/protobuf_bad.proto
tests/schemas/protobuf_minor_versioned.proto
tests/schemas/protos/__init__.py
tests/schemas/protos/protobuf_bad_pb2.py
tests/schemas/protos/protobuf_minor_versioned_pb2.py
tests/schemas/protos/protobuf_pb2.py
tests/test_backends/__init__.py
tests/test_backends/test_aws.py
tests/test_backends/test_base.py
tests/test_backends/test_gcp.py
tests/test_instrumentation/__init__.py
tests/test_instrumentation/conftest.py
tests/test_instrumentation/test_aws.py
tests/test_instrumentation/test_base.py
tests/test_instrumentation/test_gcp.py
tests/test_validators/__init__.py
tests/test_validators/test_jsonschema.py
tests/test_validators/test_protobuf.py
tests/test_validators/test_protobuf_json.py
tests/utils/__init__.py
tests/utils/gcp.py
tests/utils/mock.py