A lightweight library for handling physical quantities with units and uncertainties. Version 1.0.5, semi-active development, sporadic releases.
pip install spqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create quantities with units, perform arithmetic, and convert units.
Use `from spq import Q` then `Q(value, uncertainty, unit)` or `Quantity(value, unit, uncertainty=...)`.
Always use SI base unit symbols (m, kg, s, A, K, mol, cd) or derived units (N, J, etc.).
Replace `q.magnitude` with `q.value`.