Metadata-Version: 2.3
Name: pyabc2
Version: 0.1.1
Summary: Python ABC notation tools
Author-email: zmoon <zmoon92@gmail.com>
Requires-Python: >=3.10,<4
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: cairosvg ; extra == "abcjs-headless"
Requires-Dist: nodejs-wheel-binaries ; extra == "abcjs-headless"
Requires-Dist: anywidget ; extra == "abcjs-widget"
Requires-Dist: ipywidgets ; extra == "abcjs-widget"
Requires-Dist: traitlets ; extra == "abcjs-widget"
Requires-Dist: anywidget[dev] ; extra == "dev"
Requires-Dist: ipython ; extra == "dev"
Requires-Dist: jupyterlab ; extra == "dev"
Requires-Dist: furo ; extra == "doc"
Requires-Dist: matplotlib ; extra == "doc"
Requires-Dist: myst-nb ; extra == "doc"
Requires-Dist: sphinx ==8.* ; extra == "doc"
Requires-Dist: sphinx-copybutton ; extra == "doc"
Requires-Dist: sphinx-inline-tabs ; extra == "doc"
Requires-Dist: numpy ==2.* ; extra == "sources"
Requires-Dist: pandas ==2.* ; extra == "sources"
Requires-Dist: requests ==2.* ; extra == "sources"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: pandas-stubs ==2.* ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Project-URL: Documentation, https://pyabc2.readthedocs.io
Project-URL: Home, https://github.com/zmoon/PyABC2
Project-URL: Source, https://github.com/zmoon/PyABC2
Provides-Extra: abcjs-headless
Provides-Extra: abcjs-widget
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: sources
Provides-Extra: test

# PyABC2

[![CI workflow status](https://github.com/zmoon/PyABC2/actions/workflows/ci.yml/badge.svg)](https://github.com/zmoon/PyABC2/actions/workflows/ci.yml)
[![Documentation status](https://readthedocs.org/projects/pyabc2/badge/?version=latest)](https://pyabc2.readthedocs.io/en/latest/)
[![Test coverage](https://codecov.io/gh/zmoon/PyABC2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/zmoon/PyABC2)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/zmoon/PyABC2/main.svg)](https://results.pre-commit.ci/latest/github/zmoon/PyABC2/main)
[![Version on PyPI](https://img.shields.io/pypi/v/pyabc2.svg)](https://pypi.org/project/pyabc2/)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

![image](https://user-images.githubusercontent.com/15079414/195207144-83df651a-6fe9-44b1-b7bc-e4aced14a2aa.png)

## Getting started

Install from PyPI:
```
pip install pyabc2
```
Then check out [the documentation](https://pyabc2.readthedocs.io/).

To contribute to this project, see the [instructions for developers](https://pyabc2.readthedocs.io/en/latest/dev.html).

## Credits

Inspired in part by and some portions based on [PyABC](https://github.com/campagnola/pyabc) (`pyabc`; [MIT License](https://github.com/campagnola/pyabc/blob/master/LICENSE.txt)), hence "PyABC2" and the package name `pyabc2`. No relation to [this pyabc](https://github.com/icb-dcm/pyabc) that is on PyPI.

