An open API service indexing awesome lists of open source software.

https://github.com/theochem/periodic

Constants related to atomic elements
https://github.com/theochem/periodic

Last synced: 2 months ago
JSON representation

Constants related to atomic elements

Awesome Lists containing this project

README

          

Periodic
========
|Travis|
|Conda|
|Pypi|
|Codecov|
|Version|
|CondaVersion|

About
-----

License
-------

Periodic is distributed under GPL License version 3 (GPLv3).

Dependencies
------------

The following dependencies will be necessary for Periodic to build properly,

* Python >= 2.7, >= 3.5: http://www.python.org/
* NumPy >= 1.9.1: http://www.numpy.org/
* Nosetests >= 1.1.2: http://readthedocs.org/docs/nose/en/latest/

Installation
------------

To install Periodic:

```bash
python ./setup install --user
```

Testing
-------

To run tests:

```bash
nosetests -v periodic
```

.. |Travis| image:: https://travis-ci.org/theochem/periodic.svg?branch=master
:target: https://travis-ci.org/theochem/periodic
.. |Version| image:: https://img.shields.io/pypi/pyversions/periodic.svg
.. |Pypi| image:: https://img.shields.io/pypi/v/periodic.svg
:target: https://pypi.python.org/pypi/periodic/0.1.3
.. |Codecov| image:: https://img.shields.io/codecov/c/github/theochem/periodic/master.svg
:target: https://codecov.io/gh/theochem/periodic
.. |Conda| image:: https://img.shields.io/conda/v/theochem/periodic.svg
:target: https://anaconda.org/theochem/periodic
.. |CondaVersion| image:: https://img.shields.io/conda/pn/theochem/periodic.svg
:target: https://anaconda.org/theochem/periodic