Metadata-Version: 2.4
Name: PhyloSDE
Version: 0.0.2
Summary: A Python package for PhyloSDE
Author-email: mt1022 <mt1022@users.noreply.github.com>
Project-URL: Homepage, https://github.com/mt1022/PhyloSDE
Project-URL: Bug Tracker, https://github.com/mt1022/PhyloSDE/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# PhyloSDE

A Python package for PhyloSDE.

## Installation

```bash
pip install PhyloSDE
```

## Usage

```python
import PhyloSDE
```
