.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
codecrate.toml
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
codecrate/__init__.py
codecrate/_version.py
codecrate/cli.py
codecrate/config.py
codecrate/diffgen.py
codecrate/discover.py
codecrate/ids.py
codecrate/manifest.py
codecrate/markdown.py
codecrate/mdparse.py
codecrate/model.py
codecrate/packer.py
codecrate/parse.py
codecrate/stubber.py
codecrate/token_budget.py
codecrate/udiff.py
codecrate/unpacker.py
codecrate/validate.py
codecrate.egg-info/PKG-INFO
codecrate.egg-info/SOURCES.txt
codecrate.egg-info/dependency_links.txt
codecrate.egg-info/entry_points.txt
codecrate.egg-info/requires.txt
codecrate.egg-info/top_level.txt
docs/api.rst
docs/cli.rst
docs/conf.py
docs/format.rst
docs/index.rst
docs/make.bat
docs/make.py
docs/quickstart.rst
docs/requirements.txt
tests/__init__.py
tests/test_config.py
tests/test_discover.py
tests/test_ids.py
tests/test_markdown_line_numbers.py
tests/test_model.py
tests/test_pack_unpack_roundtrip.py
tests/test_parse.py
tests/test_patch_apply_roundtrip.py
tests/test_smoke.py
tests/test_split_codecrate_pack.py
tests/test_token_budget.py