Metadata-Version: 2.4
Name: gnuplot-wheel
Version: 6.0.0.post3
Summary: A Python wheel for gnuplot
Author-email: Xianpeng Shen <xianpeng.shen@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/shenxianpeng/gnuplot-wheel
Project-URL: Repository, https://github.com/shenxianpeng/gnuplot-wheel
Project-URL: Bug Tracker, https://github.com/shenxianpeng/gnuplot-wheel/issues
Keywords: gnuplot,plotting,visualization
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gnuplot

[![PyPI](https://img.shields.io/pypi/v/gnuplot-wheel.svg)](https://pypi.org/project/gnuplot-wheel/)
[![Python](https://img.shields.io/pypi/pyversions/gnuplot-wheel.svg)](https://pypi.org/project/gnuplot-wheel/)
[![main](https://github.com/shenxianpeng/gnuplot-wheel/actions/workflows/main.yml/badge.svg)](https://github.com/shenxianpeng/gnuplot-wheel/actions/workflows/main.yml)

A Python wheel distribution of [gnuplot](http://gnuplot.info/) - install and use gnuplot directly via pip.

## Installation

```bash
pip install gnuplot-wheel
```

## Development

```bash
git clone --recursive https://github.com/shenxianpeng/gnuplot-wheel.git
cd gnuplot-wheel
python3 -m build --wheel
pip install dist/gnuplot-*.whl
```

## License

MIT License. Gnuplot itself has its own license - see [gnuplot.info](http://gnuplot.info/).
