Metadata-Version: 2.1
Name: astrophysics_toolset
Version: 0.3.0
Summary: Python package with some astrophysics-related stuff
Home-page: https://github.com/cphyc/astrophysics_toolset
Author: Corentin Cadiou
Author-email: c.cadiou@ucl.ac.uk
License: MIT
Keywords: astrophysics_toolset
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cython-fortran-file>=0.2.2
Requires-Dist: joblib>=1.0
Requires-Dist: kaitaistruct>=0.8
Requires-Dist: numba>=0.40
Requires-Dist: numpy>=1.18
Requires-Dist: scipy>=1.4.1
Requires-Dist: yt>=4.0
Provides-Extra: all
Requires-Dist: h5py>=3.0.0; extra == "all"
Requires-Dist: pyorick>=1.4; extra == "all"
Provides-Extra: test
Requires-Dist: pytest~=6.2.5; extra == "test"

====================
Astrophysics toolset
====================


.. image:: https://img.shields.io/pypi/v/astrophysics_toolset.svg
        :target: https://pypi.python.org/pypi/astrophysics_toolset

.. image:: https://img.shields.io/travis/cphyc/astrophysics_toolset.svg
        :target: https://travis-ci.com/cphyc/astrophysics_toolset

.. image:: https://readthedocs.org/projects/astrophysics-toolset/badge/?version=latest
        :target: https://astrophysics-toolset.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/cphyc/astrophysics_toolset/shield.svg
     :target: https://pyup.io/repos/github/cphyc/astrophysics_toolset/
     :alt: Updates



Python package with some astrophysics-related stuff


* Free software: MIT license
* Documentation: https://astrophysics-toolset.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
