simtrial-python is an experimental Python package for clinical trial simulation with time-to-event endpoints.
You can install simtrial-python from PyPI:
pip install simtrial
Or install the development version from GitHub:
git clone https://github.com/nanxstats/simtrial-python.git
cd simtrial-python
python3 -m pip install -e .