periodic icon indicating copy to clipboard operation
periodic copied to clipboard

periodic is a python API for the periodic table.

Results 5 periodic issues
Sort by recently updated
recently updated
newest added

Typo corrected in init.py

The latest package on [PyPi](https://pypi.python.org/pypi/periodic) seems to be a bit old which fails to import mass on python 3.x installs.

If I want to import periodic with `import periodic`, I get an error: ``` Traceback (most recent call last): File "/home/marting/PycharmProjects/simple/3d_test.py", line 4, in import periodic File "/usr/local/lib/python3.4/dist-packages/periodic/__init__.py", line 1,...

I am trying to extract the mercury element's attributes. Here is a sample of my code when I am trying to extract the mercury element: ```py import periodic from periodic...

Is it possible to get the CAS identifier of an element with the periodic package?