.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/qc-requirements.txt
.github/workflows/qc.yaml
changelog.d/README.md
doc/formatting.txt
doc/todo.txt
doc/use_cases.txt
src/rounders/__init__.py
src/rounders/decimal_overloads.py
src/rounders/float_overloads.py
src/rounders/format.py
src/rounders/fraction_overloads.py
src/rounders/generics.py
src/rounders/int_overloads.py
src/rounders/intermediate.py
src/rounders/mode_specific.py
src/rounders/modes.py
src/rounders/py.typed
src/rounders/round_to.py
src/rounders.egg-info/PKG-INFO
src/rounders.egg-info/SOURCES.txt
src/rounders.egg-info/dependency_links.txt
src/rounders.egg-info/top_level.txt
src/rounders/test/__init__.py
src/rounders/test/test_format.py
src/rounders/test/test_round.py