LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
Examples/AlternateUnits.py
Examples/ProductUnits.py
Examples/TransformedUnits.py
Examples/UncertainQuantity.py
Examples/Units.py
Examples/alt_units.py
Examples/dft_example.py
Examples/end_gauge.py
Examples/impedance_complex.py
Examples/impedance_scalar.py
Examples/impedance_scalar_nu.py
Examples/linalg_example.py
Examples/transforms.py
doc/sphinx/Makefile
doc/sphinx/conf.py
doc/sphinx/examples.rst
doc/sphinx/getting-started.rst
doc/sphinx/index.rst
doc/sphinx/make.bat
doc/sphinx/requirements.txt
doc/sphinx/_static/.gitkeep
doc/sphinx/api/arithmetic.rst
doc/sphinx/api/cucomponents.rst
doc/sphinx/api/index.rst
doc/sphinx/api/operators.rst
doc/sphinx/api/qexceptions.rst
doc/sphinx/api/quantities.rst
doc/sphinx/api/si.rst
doc/sphinx/api/ucomponents.rst
doc/sphinx/api/units.rst
notebook/cheat-sheet.ipynb
src/scuq/LICENSE
src/scuq/__init__.py
src/scuq/_version.py
src/scuq/arithmetic.py
src/scuq/cli.py
src/scuq/cucomponents.py
src/scuq/operators.py
src/scuq/qexceptions.py
src/scuq/quantities.py
src/scuq/si.py
src/scuq/testcases.py
src/scuq/ucomponents.py
src/scuq/units.py
src/scuq.egg-info/PKG-INFO
src/scuq.egg-info/SOURCES.txt
src/scuq.egg-info/dependency_links.txt
src/scuq.egg-info/entry_points.txt
src/scuq.egg-info/requires.txt
src/scuq.egg-info/top_level.txt
test/conftest.py
test/test_abs.py
test/test_arithmetic_behavior.py
test/test_cli.py
test/test_complex_uncertainty_behavior.py
test/test_convert.py
test/test_legacy_selftest.py
test/test_operators_behavior.py
test/test_public_api_behavior.py
test/test_python2_compat_deprecations.py
test/test_ucomponents_validation.py
test/test_units_behavior.py