Metadata-Version: 2.1
Name: natural-units
Version: 0.0.1
Summary: uncertainty quantification for numerical computations
Home-page: https://github.com/APN-Pucky/numcertainties
Author: APN
Author-email: APN-Pucky@no-reply.github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE

# natural_units

Wrapper for various units:

| Unit      | Description |
| ----------- | ----------- |
| base      | general super class       |
| si        | m, kg, s, A, K, mol, cd - base        |
| natural   | $c=\hbar=1$, checks mass dimension compatibility        |
| plain_natural       | $c=\hbar=1$, like natural, but without mass dimension checks        |
