CHANGES.txt
LICENCE.txt
README.md
pyproject.toml
readthedocs.yml
run_doctests.py
setup.cfg
setup.py
tox.ini
doc/Makefile
doc/requirements.txt
doc/_templates/layout.html
doc/source/conf.py
doc/source/index.rst
doc/source/intro.rst
doc/source/money.rst
doc/source/predefined.rst
doc/source/quantity.rst
src/quantity/__init__.py
src/quantity/converter.py
src/quantity/cwdmeta.py
src/quantity/exceptions.py
src/quantity/predefined.py
src/quantity/registry.py
src/quantity/si_prefixes.py
src/quantity/term.py
src/quantity/utils.py
src/quantity/version.py
src/quantity.egg-info/PKG-INFO
src/quantity.egg-info/SOURCES.txt
src/quantity.egg-info/dependency_links.txt
src/quantity.egg-info/requires.txt
src/quantity.egg-info/top_level.txt
src/quantity/money/__init__.py
src/quantity/money/currencies.py
src/quantity/money/iso_4217.xml
tests/conftest.py
tests/test_allocate.py
tests/test_comparisons.py
tests/test_conversion.py
tests/test_cwdmeta.py
tests/test_math_ops.py
tests/test_meta_constructors.py
tests/test_money.py
tests/test_money_converter.py
tests/test_qty_constructors.py
tests/test_rounding.py
tests/test_term.py
utils/make_predef_units_doc.py