LICENSE
README.md
pyproject.toml
durapy/__init__.py
durapy.egg-info/PKG-INFO
durapy.egg-info/SOURCES.txt
durapy.egg-info/dependency_links.txt
durapy.egg-info/requires.txt
durapy.egg-info/top_level.txt
durapy/src/__init__.py
durapy/src/shared/__init__.py
durapy/src/shared/color_system.py
durapy/src/shared/constants.py
durapy/src/shared/exceptions.py
durapy/src/shared/numval_types.py
durapy/src/shared/units.py
durapy/src/uniCLI/__init__.py
durapy/src/uniCLI/exceptions.py
durapy/src/uniCLI/uniCLI.py
durapy/src/unicogni/__init__.py
durapy/src/unicogni/unicogni.py
durapy/src/unicrypt/__init__.py
durapy/src/unicrypt/unicrypt.py
durapy/src/uniflight/__init__.py
durapy/src/uniflight/uniflight.py
durapy/src/unimath/__init__.py
durapy/src/unimath/algebra.py
durapy/src/unimath/algorithms.py
durapy/src/unimath/coordinate_systems.py
durapy/src/unimath/decorators.py
durapy/src/unimath/exceptions.py
durapy/src/unimath/geometry.py
durapy/src/unimath/linalg.py
durapy/src/unimath/num_theory.py
durapy/src/unimath/trigonometry.py
durapy/src/uniops/__init__.py
durapy/src/uniops/conpidcon.py
durapy/src/uniops/forward_kinematics.py
durapy/src/uniops/inverse_kinematics.py
durapy/src/uniphys/__init__.py
durapy/src/uniphys/acoustics.py
durapy/src/uniphys/astrophysics.py
durapy/src/uniphys/electromagnetics.py
durapy/src/uniphys/fluid_dynamics.py
durapy/src/uniphys/mechanics.py
durapy/src/uniphys/nuclear.py
durapy/src/uniphys/quantum.py
durapy/src/uniphys/thermodynamics.py
durapy/src/unipower/__init__.py
durapy/src/unipower/exceptions.py
durapy/src/unipower/unipower.py
durapy/src/unipower/types/capacitor.py
durapy/src/unipower/types/diode.py
durapy/src/unipower/types/fuse.py
durapy/src/unipower/types/ic.py
durapy/src/unipower/types/inductor.py
durapy/src/unipower/types/oscillator.py
durapy/src/unipower/types/potentiometer.py
durapy/src/unipower/types/resistor.py
durapy/src/unipower/types/transistor.py
durapy/tests/test_package.py