Metadata-Version: 2.1
Name: xpypact
Version: 0.1.8
Summary: "Python tools to work with elements and isotopes"
Home-page: https://github.com/MC-kit/xpypact
License: MIT
Keywords: FISPACT,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: Topic :: Scientific/Engineering :: Physics
Requires-Dist: h5netcdf (>=0.13.1)
Requires-Dist: mckit-nuclides (>=0.1.1)
Requires-Dist: multipledispatch (>=0.6.0)
Requires-Dist: numpy (>=1.23.2)
Requires-Dist: openpyxl (>=3.0.9)
Requires-Dist: orjson (>=3.6.7)
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: xarray (>=2022.3.0)
Project-URL: Chnagelog, https://github.com/MC-kit/xpypact/releases
Project-URL: Documentation, https://xpypact.readthedocs.io
Project-URL: Repository, https://github.com/MC-kit/xpypact
Project-URL: documentation, https://xpypact.readthedocs.io
Description-Content-Type: text/x-rst

==============================================================================
*xpypact*: FISPACT wrapper and output to datasets converter
==============================================================================



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

.. contents::


Note:
    This document is in progress.

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

The module configures and runs FISPACT, converts FISPACT output to xarray datasets.

.. TODO dvp: apply FISPACT v.5 API and describe here.


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

.. TODO dvp: check and report all possible ways to install (pip, poetry)


Examples
--------

.. TODO

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

.. image:: https://github.com/MC-kit/xpypact/workflows/Tests/badge.svg
   :target: https://github.com/MC-kit/xpypact/actions?query=workflow%3ATests
   :alt: Tests
.. image:: https://codecov.io/gh/MC-kit/xpypact/branch/master/graph/badge.svg?token=P6DPGSWM94
   :target: https://codecov.io/gh/MC-kit/xpypact
   :alt: Coverage
.. 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
.. image:: https://img.shields.io/badge/try%2Fexcept%20style-tryceratops%20%F0%9F%A6%96%E2%9C%A8-black
   :target: https://github.com/guilatrova/tryceratops
   :alt: try/except style: tryceratops

https://www.conventionalcommits.org/en/v1.0.0/#summary
https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelinesi


References
----------

.. TODO dvp: add references to FISPACT, pypact and used libraries:  poetry, xarray etc


.. Substitutions

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

