Standard atomic weights of the elements
Project description
py-atomic-weights: Python Module for Standard atomic weights of the elements
Features
- IUPAC Atomic Weights in
float
anddecimal.Decimal
formats
Usage
pip install atomic-weights
>>> import atomic_weights as atw
>>> print(atw.Fe)
55.845
>>> print(atw.decimal.Fe)
55.845
>>> type(atw.Fe)
<class 'float'>
>>> type(atw.decimal.Fe)
<class 'decimal.Decimal'>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for atomic_weights-2021.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a0c7d4c900e3d67a1ec643cbd8a55a569b6265af81136af22ef26bf050944fc |
|
MD5 | c002423fc94c90f3336c4fc133b03fee |
|
BLAKE2b-256 | abf63ec4d60bdc1276cebca21562956ec18c8be64b28ba0fff1f05f28c1cc803 |