Metadata-Version: 2.1
Name: pyabc2
Version: 0.1.0.dev1
Summary: Python ABC notation tools
Author-email: zmoon <zmoon92@gmail.com>
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: ipython ; extra == "dev"
Requires-Dist: jupyterlab ; extra == "dev"
Requires-Dist: numpy ; extra == "sources"
Requires-Dist: pandas ~=1.4 ; extra == "sources"
Requires-Dist: requests ~=2.0 ; extra == "sources"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: pandas-stubs ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Project-URL: Home, https://github.com/zmoon/PyABC2
Project-URL: Source, https://github.com/zmoon/PyABC2
Provides-Extra: dev
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)
[![Test coverage](https://codecov.io/gh/zmoon/PyABC2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/zmoon/PyABC2)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

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

## 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.

