Metadata-Version: 2.4
Name: wnutils
Version: 3.1.1
Summary: Package for handling webnucleo reaction networks
Author-email: "Bradley S. Meyer" <mbradle@g.clemson.edu>
Maintainer-email: "Bradley S. Meyer" <mbradle@g.clemson.edu>
License-Expression: GPL-3.0-or-later
Project-URL: Documentation, https://wnnet.readthedocs.org
Project-URL: Repository, https://github.com/mbradle/wnnet.git
Project-URL: Bug Tracker, https://github.com/mbradle/wnnet/issues
Keywords: astronomy, nuclear astrophysics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: lxml
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: scipy
Dynamic: license-file

Overview
========

.. image:: https://zenodo.org/badge/132929199.svg
  :target: https://doi.org/10.5281/zenodo.15258550

wnutils is a python package for reading and plotting
`webnucleo <http://webnucleo.org/>`_ files.

|pypi| |doc_stat| |license| |test| |lint-test| |black|

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

Install from `PyPI <https://pypi.org/project/wnutils>`_ with pip by
typing in your favorite terminal::

    $ pip install wnutils

Authors
-------

- Bradley S. Meyer <mbradle@g.clemson.edu>
- Norberto Davila <ndavila@g.clemson.edu>

Contribute
----------

- Issue Tracker: `<https://github.com/mbradle/wnutils/issues/>`_
- Source Code: `<https://github.com/mbradle/wnutils/>`_

License
-------

The project is licensed under the GNU Public License v3 (or later).

Documentation
-------------

The project documentation is available at `<https://wnutils.readthedocs.io>`_.

Usage
-----

The best way to get started using wnutils is to follow the
`tutorials <http://wnutils.readthedocs.io/en/latest/tutorials.html>`_.
You may also want to visit our `galleries <https://github.com/mbradle/wnutils/wiki/Galleries>`_ or check out our `Jupyter Notebooks <https://github.com/mbradle/wnutils_tutorials/>`_ or our `Code Samples <https://github.com/mbradle/wnutils/wiki/Code-Samples>`_.

.. |pypi| image:: https://badge.fury.io/py/wnutils.svg 
    :target: https://badge.fury.io/py/wnutils
.. |license| image:: https://img.shields.io/github/license/mbradle/wnutils
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/wnutils/badge/?version=latest
    :target: https://wnutils.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |test| image:: https://github.com/mbradle/wnutils/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wnutils/actions/workflows/test.yml
.. |lint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
    :target: https://github.com/pylint-dev/pylint
.. |lint-test| image:: https://github.com/mbradle/wnutils/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wnutils/actions/workflows/lint.yml 
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

