This library has 3 functions
- get_element_details_based_on_atomic_number
- get_elements_belonging_to_a_particular_group
- get_elements_belonging_to_a_particular_period
---------------- get_element_details_based_on_atomic_number -----------------
from periodic_element_properties import Functions
f = Functions()
element_info = f.get_element_details_based_on_atomic_number(3)
print(element_info)
---------------- get_elements_belonging_to_a_particular_group -----------------
from periodic_element_properties import Functions
f = Functions()
group_info = f.get_elements_belonging_to_a_particular_group(18)
print(group_info)
---------------- get_elements_belonging_to_a_particular_period -----------------
from periodic_element_properties import Functions
f = Functions()
period_info = f.get_elements_belonging_to_a_particular_period(1)
print(period_info)
Release files for periodic-element-properties 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| periodic_element_properties-0.2.0.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| periodic_element_properties-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.3 kB
Release files / periodic_element_properties-0.2.0.tar.gz
| Download URL | periodic_element_properties-0.2.0.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1839c1417e407312be1c04bbefc39e98eaf816f1a886eb55f1ae8c2e1e1cd1d5
|
|
BLAKE2b-256 checksum How to use checksums |
5eb33eb62c02f847df99838e639fea3fb53b232af051f1a457843eec0c8b786a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.2 Windows/10
|
Release files / periodic_element_properties-0.2.0-py3-none-any.whl
| Download URL | periodic_element_properties-0.2.0-py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
94cba91a0a6548c010f56fa4ac9f16c404cbcd4f5385276d57d3ff2560a41802
|
|
BLAKE2b-256 checksum How to use checksums |
500af573fb38da6ce3a79df1915ae1c60e00bb21e0030b7872d78b947e3e71a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.2 Windows/10
|