TypedUnits is a fast units and dimensions library with support for static dimensionality checking and protobuffer serialization, written in Cython. Current version is 0.0.2, requires Python >=3.10. Release cadence is irregular.
pip install typedunitsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple unit value and print it.
Use explicit unit conversions via the library's conversion methods.
Update type annotations to match stricter expectations.