.gitignore
CHANGELOG.md
Justfile
LICENSE.md
README.md
pyproject.toml
.forgejo/workflows/push.yml
docs/.gitignore
docs/Justfile
docs/conf.py
docs/index.md
docs/installation.md
docs/user_guide.md
docs/version-manifest.json
docs/version-marker.json
docs/_include/forgejo-hover.svg
docs/_include/forgejo-monochrome.svg
docs/_include/pypi-hover.svg
docs/_include/pypi-monochrome.svg
docs/_root/_headers
docs/_root/_redirects
docs/_static/css/custom.css
docs/_templates/page.html
docs/commands/index.md
docs/commands/manifest.md
docs/commands/version.md
src/docput/__init__.py
src/docput/__main__.py
src/docput/config.py
src/docput/manifest.py
src/docput.egg-info/PKG-INFO
src/docput.egg-info/SOURCES.txt
src/docput.egg-info/dependency_links.txt
src/docput.egg-info/entry_points.txt
src/docput.egg-info/requires.txt
src/docput.egg-info/scm_file_list.json
src/docput.egg-info/scm_version.json
src/docput.egg-info/top_level.txt
src/docput/cli/__init__.py
src/docput/cli/main.py
src/docput/cli/manifest.py
src/docput/cli/version.py
src/docput/remote/__init__.py
src/docput/remote/base.py
src/docput/remote/filesystem.py
src/docput/remote/git_pages.py
src/docput/scripts/docput.js
src/docput/sphinx_ext/__init__.py
src/docput/sphinx_ext/_templates/sidebar/version-switch.html
tests/test_remotes.py