Metadata-Version: 2.1
Name: unitscvt
Version: 0.0.22
Summary: Units conversion
Home-page: https://gitlab.fysik.su.se/lucas.borges/unitsconversion
Author: Lucas Borges
Author-email: Lucas Borges <lucas.borges@fysik.su.se>
License: MIT
Keywords: units
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python package for easy conversion between units systems.

### Relation only between SI and Atomic Units yet...
**Use**: 
> import from unitscvt.**module** *conversion_const* 
> value_in_SI = value_in_atomicunits* *conversion_const*

Contain modules:
- `siconst.py`: five defining constants of the SI units (plus Dalton and electronvolt)
- `aunits.py`: conversion constants between atomic units and SI
