Metadata-Version: 2.1
Name: gslconsts
Version: 1.0.1
Summary: Python project GNU Scientific Library (GSL) constants
Home-page: https://github.com/mbradle/gslconsts
Author: Clemson University
Author-email: mbradle@g.clemson.edu
License: GPLv3+
Project-URL: Bug Reports, https://github.com/mbradle/gslconsts/issues
Project-URL: Source, https://github.com/mbradle/gslconsts/
Keywords: astronomy nuclear astrophysics
Classifier: Development Status :: 3 - Alpha
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
========

It may be convenient for python users to have available physical
constants from the
`GNU Scientific Library <https://www.gnu.org/software/gsl/>`_
without installing GSL itself.  This package makes those constants
available directly.

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

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

    $ pip install gslconsts

Usage
-----

To learn how to use the package, follow the
`tutorials <http://gslconsts.readthedocs.io/en/latest/tutorials.html>`_.

Authors
-------

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

Contribute
----------

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

License
-------

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

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

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

