Metadata-Version: 2.4
Name: scitex-gists
Version: 0.1.1
Summary: SigmaPlot macro conversion utilities for matplotlib
Project-URL: Homepage, https://github.com/ywatanabe1989/scitex-gists
Project-URL: Repository, https://github.com/ywatanabe1989/scitex-gists
Project-URL: Issues, https://github.com/ywatanabe1989/scitex-gists/issues
Author: Yusuke Watanabe
License-Expression: AGPL-3.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
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 :: Visualization
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# scitex-gists

SigmaPlot macro conversion utilities for matplotlib.

## Installation

```bash
pip install scitex-gists
```

## Usage

```python
from scitex_gists import sigmacro_process_figure_s, sigmacro_to_blue

# Convert SigmaPlot figure-processing macro
sigmacro_process_figure_s()

# Convert SigmaPlot color macro
sigmacro_to_blue()
```

## License

AGPL-3.0
