.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.rst
meta.yaml
pyproject.toml
.github/dependabot.yml
.github/workflows/deploy_PyPi.yml
.github/workflows/deploy_anaconda.yml
.github/workflows/deploy_coverage.yml
.github/workflows/deploy_documentation.yml
TypedUnit/__init__.py
TypedUnit/_version.py
TypedUnit/directories.py
TypedUnit/helper.py
TypedUnit/units.py
TypedUnit/utils.py
TypedUnit.egg-info/PKG-INFO
TypedUnit.egg-info/SOURCES.txt
TypedUnit.egg-info/dependency_links.txt
TypedUnit.egg-info/requires.txt
TypedUnit.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/example_0.py
docs/examples/example_1.py
docs/images/logo.png
docs/source/code.rst
docs/source/conf.py
docs/source/index.rst
docs/source/references.rst
docs/source/sg_execution_times.rst
docs/source/theory.rst
docs/source/_static/default.css
docs/source/_static/thumbnail.png
tests/__init__.py
tests/test_0.py