Metadata-Version: 2.1
Name: grrproc
Version: 1.0.0
Summary: Python project to follow r-process nucleosynthesis graphically.
Home-page: https://github.com/mengkel/grrproc
Author: Clemson University
Author-email: mengkel@clemson.edu
License: GPLv3+
Project-URL: Bug Reports, https://github.com/mengkel/grrproc/issues
Project-URL: Source, https://github.com/mengkel/grrproc/
Keywords: data xml database collection
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"

Overview
========

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.12173989.svg
  :target: https://zenodo.org/doi/10.5281/zenodo.12173989

grrproc is a python package for following r-process nucleosynthesis
with graph theory.

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

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

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

    $ pip install grrproc

Authors
-------

- Mengke Li <mengkel@g.clemson.edu>
- Bradley S. Meyer <mbradle@g.clemson.edu>

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

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

Contribute
----------

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

License
-------

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

.. |pypi| image:: https://badge.fury.io/py/grrproc.svg 
    :target: https://badge.fury.io/py/grrproc
.. |license| image:: https://img.shields.io/github/license/mengkel/grrproc
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/grrproc/badge/?version=latest
    :target: https://grrproc.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |test| image:: https://github.com/mengkel/grrproc/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mengkel/grrproc/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/mengkel/grrproc/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mengkel/grrproc/actions/workflows/lint.yml 
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

