.gitignore
.pre-commit-config.yaml
.python-version
README.md
pyproject.toml
uv.lock
.github/workflows/deploy-docs.yml
.github/workflows/release.yml
.github/workflows/test.yml
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
src/revohsup/__init__.py
src/revohsup/cli.py
src/revohsup/message.py
src/revohsup.egg-info/PKG-INFO
src/revohsup.egg-info/SOURCES.txt
src/revohsup.egg-info/dependency_links.txt
src/revohsup.egg-info/entry_points.txt
src/revohsup.egg-info/requires.txt
src/revohsup.egg-info/top_level.txt
test/__init__.py
test/test_message.py