Metadata-Version: 2.2
Name: starccato_jax
Version: 0.1.7
Summary: JAX-VAE stellar core collapse waveform
Author-email: Starccato Team <avi.vajpeyi@gmail.com>
Project-URL: Homepage, https://starccato.github.io/starccato_jax/
Project-URL: Bug Reports, https://giuthub.com/starccato/starccato_jax/issues
Project-URL: Source, https://github.com/starccato/starccato_jax/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: jax
Requires-Dist: flax
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: h5py
Requires-Dist: pillow
Requires-Dist: natsort
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8>=5.0.4; extra == "dev"
Requires-Dist: black>=22.12.0; extra == "dev"
Requires-Dist: black[jupyter]>=22.12.0; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: jupyter-book; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"

starccato_jax
-------------

.. image:: https://coveralls.io/repos/github/starccato/starccato_jax/badge.svg?branch=main
    :target: https://coveralls.io/github/starccato/starccato_jax?branch=main

.. image:: https://img.shields.io/pypi/v/starccato-jax
   :alt: PyPI - Version


JAX-VAE stellar core collapse waveform.


Install with:

.. code-block:: bash

    pip install starccato-jax
