.gitignore
.gitmodules
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
ROADMAP.md
SECURITY.md
SUPPORT.md
mkdocs.yml
netlify.toml
pyproject.toml
requirements.txt
uv.lock
.github/workflows/downstream.yaml
.github/workflows/publish.yaml
.github/workflows/tests.yaml
ucon/__init__.py
ucon/_active.py
ucon/_algebra_cache.py
ucon/checking.py
ucon/comprehensive.ucon.toml
ucon/constants.py
ucon/constants.pyi
ucon/contexts.py
ucon/conversion.py
ucon/dimension.py
ucon/dimension.pyi
ucon/expressions.py
ucon/graph.py
ucon/maps.py
ucon/packages.py
ucon/quantity.py
ucon/resolver.py
ucon/serialization.py
ucon/units.py
ucon/units.pyi
ucon.egg-info/PKG-INFO
ucon.egg-info/SOURCES.txt
ucon.egg-info/dependency_links.txt
ucon.egg-info/requires.txt
ucon.egg-info/top_level.txt
ucon/aspects/__init__.py
ucon/aspects/types.py
ucon/basis/__init__.py
ucon/basis/builtin.py
ucon/basis/graph.py
ucon/basis/ops.py
ucon/basis/transforms.py
ucon/basis/types.py
ucon/basis/vector.py
ucon/core/__init__.py
ucon/core/_parsing_graph.py
ucon/core/_types.py
ucon/core/exceptions.py
ucon/formulas/__init__.py
ucon/formulas/exceptions.py
ucon/formulas/registry.py
ucon/formulas/types.py
ucon/integrations/__init__.py
ucon/integrations/numpy.py
ucon/integrations/pandas.py
ucon/integrations/polars.py
ucon/integrations/pydantic.py
ucon/kinds/__init__.py
ucon/kinds/exceptions.py
ucon/kinds/lattice.py
ucon/kinds/types.py
ucon/parsing/__init__.py
ucon/parsing/dimensions.py
ucon/parsing/formulas.py
ucon/parsing/kinds.py
ucon/parsing/lexer.py
ucon/parsing/quantity.py
ucon/parsing/units.py
ucon/system/__init__.py