Metadata-Version: 2.1
Name: samyarcharts
Version: 0.1.2
Summary: Clean, consistent charts: line, scatter, histogram, pie (donut), treemap, and spline.
Author-email: Samyar <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/YOURUSERNAME/samyarcharts
Project-URL: Issues, https://github.com/YOURUSERNAME/samyarcharts/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.5
Requires-Dist: numpy>=1.22
Requires-Dist: scipy>=1.8
Requires-Dist: squarify>=0.4

# samyarcharts

Clean, consistent charts with Matplotlib: line, scatter, histogram, pie (donut), treemap, and spline.

## Installation
```bash
pip install samyarcharts
