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
- Host: GitHub
- URL: https://github.com/theochem/periodic
- Owner: theochem
- License: lgpl-3.0
- Created: 2017-10-30T22:03:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T19:58:16.000Z (over 8 years ago)
- Last Synced: 2025-01-18T11:22:38.583Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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