.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
OSSMETADATA
README.md
pyproject.toml
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
docs/source/conf.py
docs/source/faq.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/requirements.txt
docs/source/tutorials.rst
docs/source/user_guide.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
src/syndantic/__about__.py
src/syndantic/__init__.py
src/syndantic/py.typed
src/syndantic.egg-info/PKG-INFO
src/syndantic.egg-info/SOURCES.txt
src/syndantic.egg-info/dependency_links.txt
src/syndantic.egg-info/requires.txt
src/syndantic.egg-info/top_level.txt
templates/CHANGELOG.md.j2
tests/conftest.py
tests/test_dummy.py