CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/projctl/__init__.py
src/projctl/_format.py
src/projctl/changelog.py
src/projctl/claude.py
src/projctl/cli.py
src/projctl/commit.py
src/projctl/config.py
src/projctl/dependencies.py
src/projctl/deprecation.py
src/projctl/dev.py
src/projctl/exceptions.py
src/projctl/fail_if_invalid_changelog.py
src/projctl/fail_if_modified.py
src/projctl/fail_if_not_modified.py
src/projctl/formatting.py
src/projctl/hook.py
src/projctl/links.py
src/projctl/new.py
src/projctl/todo.py
src/projctl/utm.py
src/projctl/versioneer.py
src/projctl.egg-info/PKG-INFO
src/projctl.egg-info/SOURCES.txt
src/projctl.egg-info/dependency_links.txt
src/projctl.egg-info/entry_points.txt
src/projctl.egg-info/requires.txt
src/projctl.egg-info/top_level.txt
src/projctl/assets/__init__.py
src/projctl/assets/template/.gitignore
src/projctl/assets/template/CHANGELOG.md
src/projctl/assets/template/MANIFEST.in
src/projctl/assets/template/README.md
src/projctl/assets/template/pyproject-setup.toml
src/projctl/assets/template/pyproject.toml
src/projctl/assets/template/settings.py
src/projctl/assets/template/setup.cfg
src/projctl/assets/template/setup.py
src/projctl/assets/template/tasks.py
src/projctl/assets/template/.github/pull_request_template.md
src/projctl/assets/template/.github/workflows/ci.yml
src/projctl/assets/template/.ruff_cache/.gitignore
src/projctl/assets/template/.ruff_cache/CACHEDIR.TAG
src/projctl/assets/template/.ruff_cache/0.15.4/10006700136208840681
src/projctl/assets/template/.ruff_cache/0.15.4/12032972928865014257
src/projctl/assets/template/.ruff_cache/0.15.4/13734158779130202735
src/projctl/assets/template/.ruff_cache/0.15.4/16331101965803933792
src/projctl/assets/template/.ruff_cache/0.15.4/1754875294591421136
src/projctl/assets/template/.ruff_cache/0.15.4/2877362093369671493
src/projctl/assets/template/.ruff_cache/0.15.4/644591105406409005
src/projctl/assets/template/src/package_name/__init__.py.template
src/projctl/assets/template/src/package_name/_settings.py
src/projctl/assets/template/src/package_name/cli.py.template
src/projctl/assets/template/src/package_name/log.py
src/projctl/assets/template/src/package_name/templates/__init__.py
src/projctl/assets/template/src/package_name/templates/template.md
src/projctl/assets/template/src/package_name/utils/__init__.py
src/projctl/assets/template/src/package_name/utils/markdown.py
src/projctl/assets/template/tests/conftest.py
src/projctl/assets/template/tests/test_sample.py
src/projctl/assets/template/tests/assets/test_asset.md
src/projctl/versioner/__init__.py
src/projctl/versioner/util.py
src/projctl/versioner/versioner.py
tests/test_changelog.py
tests/test_cli.py
tests/test_config.py
tests/test_dependencies.py
tests/test_deprecation.py
tests/test_links.py
tests/test_modified.py
tests/test_new.py
tests/test_todo.py
tests/test_utm.py
tests/test_versioneer.py
tests/test_versioner_util.py