Metadata-Version: 2.1
Name: wnnet
Version: 1.0.1
Summary: Python project to handle webnucleo reaction networks
Home-page: https://github.com/mbradle/wnnet
Author: Clemson University
Author-email: mbradle@g.clemson.edu
License: GPLv3+
Project-URL: Bug Reports, https://github.com/mbradle/wnnet/issues
Project-URL: Source, https://github.com/mbradle/wnnet/
Keywords: astronomy nuclear astrophysics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE.txt

Overview
========

wnnet is a python package for handling
`webnucleo <http://webnucleo.org/>`_ reaction networks.

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

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

    $ pip install wnnet

Authors
-------

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

Contribute
----------

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

License
-------

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

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

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

Usage
-----

The best way to get started using wnnet is to follow the
`tutorial <https://github.com/mbradle/wnnet/tree/main/tutorial>`_.
