Metadata-Version: 2.1
Name: sage-analysis
Version: 0.2.4
Summary: Ingests, analyses, and plots SAGE data products.
Home-page: https://github.com/sage-home/sage-analysis
Download-URL: https://pypi.org/project/sage-analysis
Author: Jacob Seiler
Author-email: jacob.seiler94@gmail.com
Project-URL: Documentation, https://sage-model.readthedocs.io
Project-URL: Source Code, https://github.com/sage-home/sage-analysis
Keywords: SAGE redshift astronomy astrophysics galaxy semi-analytic model
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
License-File: LICENSE
Requires-Dist: h5py >=2.9.0
Requires-Dist: matplotlib >=3.5.0
Requires-Dist: numpy >=1.15.4
Requires-Dist: scipy >=1.2.1
Requires-Dist: tqdm >=4.31.1

|PyPI| |TRAVIS| |RTD| |MIT licensed|

sage-analysis
=============

Package to ingest, analyse, and plot the `SAGE <https://github.com/sage-home/sage-model>`_ data products. 

Installation
-------------
Please install the latest version of ``sage-analysis`` using the following steps

::

    $ git clone git@github.com:sage-home/sage-analysis.git
    $ cd sage-analysis
    $ python -m pip install -e .


Documentation
-------------
The documentation for the ``sage-analysis`` package is `here <https://readthedocs.org/projects/sage-analysis/>`_.


.. |TRAVIS| image::
  https://img.shields.io/travis/com/sage-home/sage-analysis/master.svg?logo=travis&logoColor=white&label=Travis%20CI
  :alt: Travis Badge
  :target: https://travis-ci.com/sage-home/sage-analysis
.. |PyPI| image:: https://img.shields.io/pypi/v/sage-analysis.svg
   :target: https://pypi.org/project/sage-analysis/
   :alt: PyPI Release
.. |RTD| image:: https://readthedocs.org/projects/sage-analysis/badge/?version=latest
   :target: https://sage-analysis.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status  
.. |MIT licensed| image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://raw.githubusercontent.com/sage-home/sage-analysis/master/LICENSE
   :alt: MIT License
   
