Metadata-Version: 2.1
Name: grgrlib
Version: 0.2.0
Summary: Various insanely helpful functions
Home-page: https://github.com/gboehl/grgrlib
Author: Gregor Boehl
Author-email: admin@gregorboehl.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: data
Requires-Dist: pandas ; extra == 'data'
Provides-Extra: jaxed
Requires-Dist: jax ; extra == 'jaxed'
Requires-Dist: jaxlib ; extra == 'jaxed'
Provides-Extra: njitted
Requires-Dist: numba ; extra == 'njitted'
Provides-Extra: opti
Requires-Dist: chaospy ; extra == 'opti'


grgrlib
=======

This is a library of unspeakably useful functions. It serves as a container for a rather loose collection of tools shared across other projects that may or may not be individually useful. 

Installation with ``pip``
-----------------------------

It's as simple as typing

.. code-block:: bash

   pip install grgrlib

in the terminal (Unix/Mac) or the Anaconda Prompt (Win).

Installation of bleeding-edge version using ``git``
---------------------------------------------------

The handy way is to first install ``git``. Linux users just use their respective repos. Look into `this repo <https://github.com/gboehl/pydsge/blob/master/README.rst>`_ for details.

.. code-block:: bash

   pip install git+https://github.com/gboehl/grgrlib

Alternatively you can clone the repository and then from within the cloned folder run (Windows user from the Anaconda Prompt):

.. code-block:: bash

   pip install .
