LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
src/unitpy/__init__.py
src/unitpy/config.py
src/unitpy/core.py
src/unitpy.egg-info/PKG-INFO
src/unitpy.egg-info/SOURCES.txt
src/unitpy.egg-info/dependency_links.txt
src/unitpy.egg-info/not-zip-safe
src/unitpy.egg-info/top_level.txt
src/unitpy/definitions/__init__.py
src/unitpy/definitions/constants.py
src/unitpy/definitions/dimensions.py
src/unitpy/definitions/entry.py
src/unitpy/definitions/ledger.py
src/unitpy/definitions/metric.py
src/unitpy/definitions/prefix.py
src/unitpy/definitions/unit_NIST.py
src/unitpy/definitions/unit_base.py
src/unitpy/definitions/unit_derived.py
src/unitpy/definitions/unit_extra.py
src/unitpy/utils/__init__.py
src/unitpy/utils/equation_formating.py
src/unitpy/utils/parsing.py
src/unitpy/utils/string_converter.py
tests/test_define_quantity.py
tests/test_define_unit.py
tests/test_dimensions.py
tests/test_parsing_unit.py
tests/test_quanitiy_math_operations.py
tests/test_unit_conversion.py