.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
action.yaml
conftest.py
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/release.yaml
cl_keeper/__init__.py
cl_keeper/__main__.py
cl_keeper/_version.py
cl_keeper/app.py
cl_keeper/check.py
cl_keeper/config.py
cl_keeper/context.py
cl_keeper/fix.py
cl_keeper/model.py
cl_keeper/parse.py
cl_keeper/py.typed
cl_keeper/render.py
cl_keeper/sort.py
cl_keeper/typing.py
cl_keeper/vcs.py
cl_keeper.egg-info/PKG-INFO
cl_keeper.egg-info/SOURCES.txt
cl_keeper.egg-info/dependency_links.txt
cl_keeper.egg-info/entry_points.txt
cl_keeper.egg-info/requires.txt
cl_keeper.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/source/advanced.rst
docs/source/conf.py
docs/source/config.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
docs/source/_static/extra.css
scripts/update_branches
test/test_parse.py
test/test_vcs.py
test/test_parse/test_parse_empty_.yml
test/test_parse/test_parse_first_level_heading_in_the_middle_.yml
test/test_parse/test_parse_multiple_releases_with_sections_.yml
test/test_parse/test_parse_only_heading_.yml
test/test_parse/test_parse_release_.yml
test/test_parse/test_parse_release_linked_.yml
test/test_parse/test_parse_release_unlinked_.yml
test/test_parse/test_parse_release_unlinked_with_date_.yml
test/test_parse/test_parse_release_unlinked_with_date_before_version_.yml
test/test_parse/test_parse_release_with_broken_date_.yml
test/test_parse/test_parse_release_with_date_.yml
test/test_parse/test_parse_release_with_date_and_postfix_.yml
test/test_parse/test_parse_release_with_date_and_postfix_braces_.yml
test/test_parse/test_parse_release_with_date_before_version_.yml
test/test_parse/test_parse_release_with_date_before_version_and_postfix_.yml
test/test_parse/test_parse_release_with_date_before_version_and_postfix_braces_.yml
test/test_parse/test_parse_release_with_decorations_error_.yml
test/test_parse/test_parse_release_with_decorations_ok_.yml
test/test_parse/test_parse_release_with_postfix_.yml
test/test_parse/test_parse_release_with_prefix_.yml
test/test_parse/test_parse_subsection_format_error_.yml
test/test_parse/test_parse_subsection_format_ok_.yml
test/test_parse/test_parse_subsection_not_attached_.yml
test/test_parse/test_parse_unrecognized_section_.yml
test/test_parse/test_parse_unreleased_broken_.yml
test/test_parse/test_parse_unreleased_linked_.yml
test/test_parse/test_parse_unreleased_simple_.yml
test/test_parse/test_parse_unreleased_subsections_.yml
test/test_parse/test_parse_unreleased_unlinked_.yml
test/test_parse/test_parse_version_canonization_fail_.yml
test/test_parse/test_parse_version_canonization_none_.yml
test/test_parse/test_parse_version_canonization_ok_.yml
typings/giturlparse/__init__.pyi