Metadata-Version: 2.4
Name: astro-chronpy
Version: 0.0.0
Summary: A comprehensive toolkit for astronomical time series analysis.
Project-URL: Documentation, https://github.com/wcxve/chronpy#readme
Project-URL: Issues, https://github.com/wcxve/chronpy/issues
Project-URL: Source, https://github.com/wcxve/chronpy
Author-email: Wang-Chen Xue <wcxuemail@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: arviz>=0.18.0
Requires-Dist: flax
Requires-Dist: jax>=0.4.28
Requires-Dist: numpy
Requires-Dist: numpyro>=0.16.1
Requires-Dist: optimistix>=0.0.8
Provides-Extra: docs
Requires-Dist: ipywidgets; extra == 'docs'
Requires-Dist: jupyter; extra == 'docs'
Requires-Dist: jupyterlab-widgets; extra == 'docs'
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: numba; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-codeautolink; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: sphinx>=7.4.0; extra == 'docs'
Requires-Dist: widgetsnbextension; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage[toml]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# chronpy

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/astro-chronpy?color=blue&logo=Python&logoColor=white&style=for-the-badge)](https://pypi.org/project/astro-chronpy)
[![PyPI - Version](https://img.shields.io/pypi/v/astro-chronpy?color=blue&logo=PyPI&logoColor=white&style=for-the-badge)](https://pypi.org/project/astro-chronpy)
[![License: GPL v3](https://img.shields.io/github/license/wcxve/chronpy?color=blue&logo=open-source-initiative&logoColor=white&style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)<br>
[![Coverage Status](https://img.shields.io/coverallsCoverage/github/wcxve/chronpy?logo=Coveralls&logoColor=white&style=for-the-badge)](https://coveralls.io/github/wcxve/chronpy)
[![Documentation Status](https://img.shields.io/readthedocs/chronpy?logo=Read-the-Docs&logoColor=white&style=for-the-badge)](https://chronpy.readthedocs.io/en/latest/?badge=latest)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install astro-chronpy
```

## License

`chronpy` is distributed under the terms of the [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.
