Metadata-Version: 2.4
Name: csrlite
Version: 0.3.2
Summary: A hierarchical YAML-based framework for generating Tables, Listings, and Figures in clinical trials
Author-email: Yilong Zhang <elong0527@gmail.com>, Ming-Chun Chen <hellomingchun@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/elong0527/csrlite
Project-URL: Documentation, https://elong0527.github.io/csrlite
Project-URL: Repository, https://github.com/elong0527/csrlite.git
Project-URL: Bug Tracker, https://github.com/elong0527/csrlite/issues
Keywords: clinical-trials,biostatistics,yaml,tlf,tables,listings,figures
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: polars>=0.20.0
Requires-Dist: rtflite>=2.1.1
Provides-Extra: rtf
Requires-Dist: rtflite; extra == "rtf"
Provides-Extra: plotting
Requires-Dist: matplotlib>=3.5.0; extra == "plotting"
Requires-Dist: plotly>=5.0.0; extra == "plotting"
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest>=9.0.1; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.14.8; extra == "dev"
Requires-Dist: mypy>=1.19.0; extra == "dev"
Requires-Dist: quarto>=0.1.0; extra == "dev"
Requires-Dist: pyre-check>=0.9.18; extra == "dev"
Requires-Dist: jupyter>=1.1.1; extra == "dev"
Requires-Dist: jupyter-cache>=1.0.1; extra == "dev"
Requires-Dist: nbformat>=5.10.4; extra == "dev"
Provides-Extra: all
Requires-Dist: rtflite; extra == "all"
Requires-Dist: matplotlib>=3.5.0; extra == "all"
Requires-Dist: plotly>=5.0.0; extra == "all"

# csrlite

[![CI](https://github.com/elong0527/csrlite/actions/workflows/ci.yml/badge.svg)](https://github.com/elong0527/csrlite/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/elong0527/csrlite/branch/main/graph/badge.svg)](https://codecov.io/gh/elong0527/csrlite)
[![PyPI version](https://badge.fury.io/py/csrlite.svg)](https://badge.fury.io/py/csrlite)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

A hierarchical YAML-based framework for generating Tables, Listings, and Figures in clinical trials.

## Installation

```bash
pip install csrlite
```

## Documentation

Visit [https://elong0527.github.io/csrlite](https://elong0527.github.io/csrlite) for full documentation.

## License

MIT License - see [LICENSE](LICENSE) file for details.
