Category "units-of-measurement"

pint: electron_volt as base unit

Is there any way to have the composed unit eV as a base unit in pint using a straight forward combination of @system, @group and possibly some contextual conver

Enforcing units on numbers using Python type hints

Is there a way to use Python type hints as units? The type hint docs show some examples that suggest it might be possible using NewType, but also those examples