Metadata-Version: 2.4
Name: ggh4x-python
Version: 0.3.1.9000
Summary: Python port of the R ggh4x package
Project-URL: Homepage, https://github.com/Bio-Babel/ggh4x-python
Project-URL: Issues, https://github.com/Bio-Babel/ggh4x-python/issues
Author-email: Jeffery Liu <jeffliu.lucky@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: ggplot2-python>=4.0.2
Requires-Dist: gtable-python>=0.3.6
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: patchwork-python>=1.3.2
Requires-Dist: rgrid-python>=4.5.3
Requires-Dist: scales-python>=1.4.0
Requires-Dist: scipy>=1.10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-jupyter; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocstrings[python]; extra == 'docs'
Description-Content-Type: text/markdown

# ggh4x-python

[![PyPI](https://img.shields.io/pypi/v/ggh4x-python)](https://pypi.org/project/ggh4x-python/)

Python version of the R **ggh4x** package.

## Installation

```bash
pip install ggh4x-python
```