yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

Autofill `noether` with all prefixed units #4

Closed yunruse closed 1 year ago

yunruse commented 1 year ago

I wish to have something that automatically fetches rather than pollute the namespace. However, catalogue should stay pure – it has a .get() method already which figures out prefixes.

However, at the moment I think it would be okay to have all prefixed units thrown into the noether namespace, at least behind a config flag.

Stuff like gigapascal should be easily accessible, IMO.