.coveragerc
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
coverage.svg
pyproject.toml
requirements.txt
setup.cfg
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/scripts/release.py
.github/workflows/main.yml
.github/workflows/publish.yml
.github/workflows/release.yml
kafka_ease.egg-info/PKG-INFO
kafka_ease.egg-info/SOURCES.txt
kafka_ease.egg-info/dependency_links.txt
kafka_ease.egg-info/entry_points.txt
kafka_ease.egg-info/requires.txt
kafka_ease.egg-info/top_level.txt
src/__init__.py
src/command.py
src/kafka_handler.py
src/main.py
src/read_file.py
src/validator.py
tests/__init__.py
tests/test_base.py
tests/test_cli.py
tests/test_validator.py
tests/files/test.json
tests/files/test.yml
tests/files/test_invalid_01.yml
tests/files/test_invalid_02.yml
tests/files/test_invalid_03.yml
tests/files/test_invalid_04.yml
tests/files/test_invalid_acl_host.yml
tests/files/test_invalid_acl_operation.yml
tests/files/test_invalid_acl_pattern_type.yml
tests/files/test_invalid_acl_permission_type.yml
tests/files/test_invalid_acl_principal.yml
tests/files/test_invalid_acl_resource_name.yml
tests/files/test_invalid_acl_resource_type.yml
tests/files/test_invalid_topic.yml
tests/files/test_topic_default.yml