Metadata-Version: 2.1
Name: mckit-nuclides
Version: 0.1.6
Summary: "Python tools to work with elements and isotopes"
Home-page: https://github.com/MC-kit/mckit-nuclides
License: MIT
Keywords: nuclide,isotope,abundance
Author: dvp
Author-email: dmitri_portnov@yahoo.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: multipledispatch (>=0.6.0)
Requires-Dist: numpy (>=1.23.2)
Requires-Dist: openpyxl (>=3.0.9)
Requires-Dist: pandas (>=1.3.4)
Project-URL: Chnagelog, https://github.com/MC-kit/mckit-nuclides/releases
Project-URL: Repository, https://github.com/MC-kit/mckit-nuclides
Description-Content-Type: text/x-rst

==============================================================================
*mckit-nuclides*: tables with information on elements and nuclides
==============================================================================



|Maintained| |License| |Versions| |PyPI| |Docs| |Bandit|

.. contents::


Description
-----------

The module presents basic information on chemical elements and nuclides including natural presence.
The data is organized as Pandas tables.
Pandas allows to use dataset approach on data indexing, joining and selecting.
There are also some tools to work with composition fractions.

.. note::

    The documentation is in progress yet.

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

.. TODO


Examples
--------

.. TODO

Contributing
------------

.. image:: https://github.com/MC-kit/mckit-nuclides/workflows/Tests/badge.svg
   :target: https://github.com/MC-kit/mckit-nuclides/actions?query=workflow%3ATests
   :alt: Tests
.. image:: https://codecov.io/gh/MC-kit/mckit-nuclides/branch/master/graph/badge.svg?token=wlqoa368k8
  :target: https://codecov.io/gh/MC-kit/mckit-nuclides
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
   :target: https://pycqa.github.io/isort/
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

References
----------

1. Kim, Sunghwan, Gindulyte, Asta, Zhang, Jian, Thiessen, Paul A. and Bolton, Evan E..
   "PubChem Periodic Table and Element pages: improving access to information on chemical
   elements from authoritative sources" Chemistry Teacher International, vol. 3, no. 1, 2021, pp. 57-65.
   https://doi.org/10.1515/cti-2020-0006
2. Elements table. https://pubchem.ncbi.nlm.nih.gov/rest/pug/periodictable/CSV
3. Coursey, J.S., Schwab, D.J., Tsai, J.J., and Dragoset, R.A. (2018-06-14),
   Atomic Weights and Isotopic Compositions (version 4.1). [Online]
   Available: http://physics.nist.gov/Comp [year, month, day].
   National Institute of Standards and Technology, Gaithersburg, MD.


.. Substitutions

.. |Maintained| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
   :target: https://github.com/MC-kit/mckit-nuclides/graphs/commit-activity
.. |Tests| image:: https://github.com/MC-kit/mckit-nuclides/workflows/Tests/badge.svg
   :target: https://github.com/MC-kit/mckit-nuclides/actions?workflow=Tests
   :alt: Tests
.. |License| image:: https://img.shields.io/github/license/MC-kit/mckit-nuclides
   :target: https://github.com/MC-kit/mckit-nuclides
.. |Versions| image:: https://img.shields.io/pypi/pyversions/mckit-nuclides
   :alt: PyPI - Python Version
.. |PyPI| image:: https://img.shields.io/pypi/v/mckit-nuclides
   :target: https://pypi.org/project/mckit-nuclides/
   :alt: PyPI
.. |Docs| image:: https://readthedocs.org/projects/mckit-nuclides/badge/?version=latest
   :target: https://mckit-nuclides.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. |Bandit| image:: https://img.shields.io/badge/security-bandit-yellow.svg
   :target: https://github.com/PyCQA/bandit
   :alt: Security Status

