mckit-nuclides


Namemckit-nuclides JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/MC-kit/mckit-nuclides
SummaryPython tools to work with elements and isotopes
upload_time2024-07-15 15:34:06
maintainerNone
docs_urlNone
authordvp
requires_python<3.13,>=3.10
licenseMIT
keywords element nuclide isotope abundance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================================================================
*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

Notes
-----

Half lives are extracted from [4] with /home/dvp/.julia/dev/Tools.jl/scripts/extract-half-lives.jl (nice script by the way).

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.
4. JEFF-3.3 radioactive decay data file https://www.oecd-nea.org/dbdata/jeff/jeff33/downloads/JEFF33-rdd_all.asc


.. 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MC-kit/mckit-nuclides",
    "name": "mckit-nuclides",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "element, nuclide, isotope, abundance",
    "author": "dvp",
    "author_email": "dmitri_portnov@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/51/5751f9712d3c3ab0f44553a22d7d898f2d0f241edeeb539374707c57fb38/mckit_nuclides-0.3.3.tar.gz",
    "platform": null,
    "description": "==============================================================================\n*mckit-nuclides*: tables with information on elements and nuclides\n==============================================================================\n\n\n\n|Maintained| |License| |Versions| |PyPI| |Docs| |Bandit|\n\n.. contents::\n\n\nDescription\n-----------\n\nThe module presents basic information on chemical elements and nuclides including natural presence.\nThe data is organized as Pandas tables.\nPandas allows to use dataset approach on data indexing, joining and selecting.\nThere are also some tools to work with composition fractions.\n\n.. note::\n\n    The documentation is in progress yet.\n\nInstallation\n------------\n\n.. TODO\n\n\nExamples\n--------\n\n.. TODO\n\nContributing\n------------\n\n.. image:: https://github.com/MC-kit/mckit-nuclides/workflows/Tests/badge.svg\n   :target: https://github.com/MC-kit/mckit-nuclides/actions?query=workflow%3ATests\n   :alt: Tests\n.. image:: https://codecov.io/gh/MC-kit/mckit-nuclides/branch/master/graph/badge.svg?token=wlqoa368k8\n  :target: https://codecov.io/gh/MC-kit/mckit-nuclides\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\n   :target: https://pycqa.github.io/isort/\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n\nNotes\n-----\n\nHalf lives are extracted from [4] with /home/dvp/.julia/dev/Tools.jl/scripts/extract-half-lives.jl (nice script by the way).\n\nReferences\n----------\n\n1. Kim, Sunghwan, Gindulyte, Asta, Zhang, Jian, Thiessen, Paul A. and Bolton, Evan E..\n   \"PubChem Periodic Table and Element pages: improving access to information on chemical\n   elements from authoritative sources\" Chemistry Teacher International, vol. 3, no. 1, 2021, pp. 57-65.\n   https://doi.org/10.1515/cti-2020-0006\n2. Elements table. https://pubchem.ncbi.nlm.nih.gov/rest/pug/periodictable/CSV\n3. Coursey, J.S., Schwab, D.J., Tsai, J.J., and Dragoset, R.A. (2018-06-14),\n   Atomic Weights and Isotopic Compositions (version 4.1). [Online]\n   Available: http://physics.nist.gov/Comp [year, month, day].\n   National Institute of Standards and Technology, Gaithersburg, MD.\n4. JEFF-3.3 radioactive decay data file https://www.oecd-nea.org/dbdata/jeff/jeff33/downloads/JEFF33-rdd_all.asc\n\n\n.. Substitutions\n\n.. |Maintained| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg\n   :target: https://github.com/MC-kit/mckit-nuclides/graphs/commit-activity\n.. |Tests| image:: https://github.com/MC-kit/mckit-nuclides/workflows/Tests/badge.svg\n   :target: https://github.com/MC-kit/mckit-nuclides/actions?workflow=Tests\n   :alt: Tests\n.. |License| image:: https://img.shields.io/github/license/MC-kit/mckit-nuclides\n   :target: https://github.com/MC-kit/mckit-nuclides\n.. |Versions| image:: https://img.shields.io/pypi/pyversions/mckit-nuclides\n   :alt: PyPI - Python Version\n.. |PyPI| image:: https://img.shields.io/pypi/v/mckit-nuclides\n   :target: https://pypi.org/project/mckit-nuclides/\n   :alt: PyPI\n.. |Docs| image:: https://readthedocs.org/projects/mckit-nuclides/badge/?version=latest\n   :target: https://mckit-nuclides.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n.. |Bandit| image:: https://img.shields.io/badge/security-bandit-yellow.svg\n   :target: https://github.com/PyCQA/bandit\n   :alt: Security Status\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python tools to work with elements and isotopes",
    "version": "0.3.3",
    "project_urls": {
        "Changelog": "https://github.com/MC-kit/mckit-nuclides/releases",
        "Homepage": "https://github.com/MC-kit/mckit-nuclides",
        "Repository": "https://github.com/MC-kit/mckit-nuclides"
    },
    "split_keywords": [
        "element",
        " nuclide",
        " isotope",
        " abundance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac3ff0a54838021e028f6b0f709636c418be48370785662661f40e0479d1de45",
                "md5": "dd920cd25e3d43315da85d0e7e2f8023",
                "sha256": "e4f8b3265bdea188e616dc7bc312bc788491e7d8049db26787d5a3818d0778cc"
            },
            "downloads": -1,
            "filename": "mckit_nuclides-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dd920cd25e3d43315da85d0e7e2f8023",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 47358,
            "upload_time": "2024-07-15T15:34:04",
            "upload_time_iso_8601": "2024-07-15T15:34:04.322167Z",
            "url": "https://files.pythonhosted.org/packages/ac/3f/f0a54838021e028f6b0f709636c418be48370785662661f40e0479d1de45/mckit_nuclides-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8515751f9712d3c3ab0f44553a22d7d898f2d0f241edeeb539374707c57fb38",
                "md5": "4e1b199e8137a6ea705ab9ac7019f1ef",
                "sha256": "352165d1612186627accd4f00b8d782d92f22d50c97d38b1d3f47deec984c42f"
            },
            "downloads": -1,
            "filename": "mckit_nuclides-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4e1b199e8137a6ea705ab9ac7019f1ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 54662,
            "upload_time": "2024-07-15T15:34:06",
            "upload_time_iso_8601": "2024-07-15T15:34:06.034294Z",
            "url": "https://files.pythonhosted.org/packages/a8/51/5751f9712d3c3ab0f44553a22d7d898f2d0f241edeeb539374707c57fb38/mckit_nuclides-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 15:34:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MC-kit",
    "github_project": "mckit-nuclides",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mckit-nuclides"
}
        
dvp
Elapsed time: 0.29216s