Metadata-Version: 2.1
Name: phasegen
Version: 0.0.9b0
Summary: Simulation and inference on exact solutions of coalescent distributions under diverse demographic scenarios.
License: MIT
Author: Sendrowski
Author-email: sendrowski.janek@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastdfe (>=1.1.3)
Requires-Dist: jsonpickle (>=3.0.0,<4.0.0)
Requires-Dist: matplotlib (>=3.7.0,<4.0.0)
Requires-Dist: multiprocess (>=0.70.12,<0.71.0)
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: scipy (>=1.13.0,<2.0.0)
Requires-Dist: seaborn (>=0.13.0,<0.14.0)
Requires-Dist: tqdm (>=4.60.0,<5.0.0)
Requires-Dist: typing-extensions (>=4.5.0,<5.0.0)
Description-Content-Type: text/markdown

# PhaseGen  <img align="right" width="100" src="https://raw.githubusercontent.com/Sendrowski/PhaseGen/master/docs/logo.png">

[![codecov](https://codecov.io/gh/Sendrowski/PhaseGen/graph/badge.svg?token=RMCUGD6CAX)](https://codecov.io/gh/Sendrowski/PhaseGen)
[![Documentation Status](https://readthedocs.org/projects/phasegen/badge/?version=latest)](https://phasegen.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/phasegen.svg)](https://badge.fury.io/py/phasegen)


``phasegen`` is a package for simulation and inference on exact solutions of coalescent distributions under diverse demographic scenarios. ``phasegen`` leverages phase-type theory and supports a wide range of demographic models and coalescent tree statistics.

Please see the [documentation](https://phasegen.readthedocs.io/en/latest/) for all the details.

