Metadata-Version: 2.4
Name: gsdesign
Version: 0.0.1
Summary: Group sequential design
Project-URL: Repository, https://github.com/nanxstats/gsdesign-python
Project-URL: Issues, https://github.com/nanxstats/gsdesign-python/issues
Project-URL: Changelog, https://github.com/nanxstats/gsdesign-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: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: numpy>=2.0.0
Description-Content-Type: text/markdown

# gsdesign-python

[![PyPI version](https://img.shields.io/pypi/v/gsdesign)](https://pypi.org/project/gsdesign/)
![Python versions](https://img.shields.io/pypi/pyversions/gsdesign)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![CI Tests](https://github.com/nanxstats/gsdesign-python/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/gsdesign-python/actions/workflows/ci-tests.yml)
![License](https://img.shields.io/pypi/l/gsdesign)

gsdesign-python is an experimental Python package for group sequential design.

## Installation

You can install gsdesign-python from PyPI:

```bash
pip install gsdesign
```

Or install the development version from GitHub:

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