LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/decat/__init__.py
src/decat/__main__.py
src/decat/__settings__.py
src/decat.egg-info/PKG-INFO
src/decat.egg-info/SOURCES.txt
src/decat.egg-info/dependency_links.txt
src/decat.egg-info/entry_points.txt
src/decat.egg-info/top_level.txt
src/decat/.data/__init__.py
src/decat/.data/vocabulary/en/frequency.json
src/decat/.data/vocabulary/en/tokens.json
src/decat/core/__init__.py
src/decat/core/model.py
src/decat/parsers/__init__.py
src/decat/parsers/input_parser/__init__.py
src/decat/parsers/input_parser/_parser.py
src/decat/parsers/input_parser/_validators.py