Metadata-Version: 2.4
Name: simtrial
Version: 0.1.3
Summary: Clinical trial simulation
Project-URL: Repository, https://github.com/nanxstats/simtrial-python
Project-URL: Issues, https://github.com/nanxstats/simtrial-python/issues
Project-URL: Changelog, https://github.com/nanxstats/simtrial-python/blob/main/CHANGELOG.md
Author-email: Nan Xiao <me@nanx.me>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: numpy>=2.0.0
Description-Content-Type: text/markdown

# simtrial-python

[![PyPI version](https://img.shields.io/pypi/v/simtrial)](https://pypi.org/project/simtrial/)
![Python versions](https://img.shields.io/pypi/pyversions/simtrial)
[![CI tests](https://github.com/nanxstats/simtrial-python/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/simtrial-python/actions/workflows/ci-tests.yml)
[![Mypy check](https://github.com/nanxstats/simtrial-python/actions/workflows/mypy.yml/badge.svg)](https://github.com/nanxstats/simtrial-python/actions/workflows/mypy.yml)
[![Ruff check](https://github.com/nanxstats/simtrial-python/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/nanxstats/simtrial-python/actions/workflows/ruff-check.yml)
![License](https://img.shields.io/pypi/l/simtrial)

simtrial-python is an experimental Python package for clinical trial
simulation with time-to-event endpoints.

## Installation

You can install simtrial-python from PyPI:

```bash
pip install simtrial
```

Or install the development version from GitHub:

```bash
git clone https://github.com/nanxstats/simtrial-python.git
cd simtrial-python
python3 -m pip install -e .
```
