.gitignore
ReadMe.md
setup.py
.github/workflows/CI.yml
src/unitlib/__init__.py
src/unitlib/backwards_compatibility.py
src/unitlib/matplotlib_support.py
src/unitlib/prefixes.py
src/unitlib/type_aliases.py
src/unitlib/util.py
src/unitlib.egg-info/PKG-INFO
src/unitlib.egg-info/SOURCES.txt
src/unitlib.egg-info/dependency_links.txt
src/unitlib.egg-info/requires.txt
src/unitlib.egg-info/top_level.txt
src/unitlib/core_objects/__init__.py
src/unitlib/core_objects/array.py
src/unitlib/core_objects/quantity.py
src/unitlib/core_objects/type_aliases.py
src/unitlib/core_objects/unit.py
src/unitlib/core_objects/util.py
src/unitlib/core_objects/unit_internals/__init__.py
src/unitlib/core_objects/unit_internals/compound_unit.py
src/unitlib/core_objects/unit_internals/powered_unit_atom.py
src/unitlib/core_objects/unit_internals/unit_atom.py
src/unitlib/ufunc_handling/ReadMe.md
src/unitlib/ufunc_handling/__init__.py
src/unitlib/ufunc_handling/add_subtract.py
src/unitlib/ufunc_handling/compare.py
src/unitlib/ufunc_handling/divide.py
src/unitlib/ufunc_handling/multiply.py
src/unitlib/ufunc_handling/power.py
src/unitlib/ufunc_handling/support/__init__.py
src/unitlib/ufunc_handling/support/make_output.py
src/unitlib/ufunc_handling/support/registry.py
src/unitlib/ufunc_handling/support/ufunc_args.py
tests/ReadMe.md
tests/requirements.txt
tests/test_array_behaviour.py
tests/test_array_ufunc.py
tests/test_plot.py
tests/test_raised_to_init_bug.py
tests/test_str_repr.py
tests/test_unit_composition.py
tests/test_unit_creation.py