Metadata-Version: 2.4
Name: reyplot
Version: 0.0.1
Summary: A lightweight Python plotting library for simple visualizations.
Author-email: Muhammad Essa <essabahootraza@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/MuhammadEssa2002/reyplot
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycairo
Requires-Dist: polars
Requires-Dist: pillow
Requires-Dist: numpy
Dynamic: license-file

# ReyPlot

ReyPlot is a lightweight 2D scientific plotting library built in Python, designed for simplicity, high performance, and beautiful visuals.It includes custom rendering, layer-based architecture, and advanced styling options like shadow, glow, and gradients.

## 🚀 Features

- Scatter plots with advanced styling  
- Inner & outer layers  
- Titles, axis labels, Block grids  
- Custom colors, gradients, glow, and shadows  
- Save plots to PNG , JPG & SVG  
- Simple and expressive API  

---

## 📦 Installation

See: [docs/installation.md](docs/installation.md)

---

## 🧪 Quick Start

See: [docs/quick_start.md](docs/quick_start.md)

---
---

## 📚 Documentation

- [Introduction](docs/introduction.md)  
- [Scatter](docs/scatter.md)  
- [Axes](docs/axes.md)  
- [Layers](docs/layers.md)
- [Titles](docs/titles.md)  
- [Legend](docs/legend.md)  
- [Block Grid](docs/block_grid.md)  
- [Background Image](docs/background_image.md)  
- [Saving](docs/saving.md)  
- [Limits (x_lim / y_lim)](docs/limits.md)  
- [Examples](docs/examples.md)  
- [API Reference](docs/api_reference.md)

---

## 🛠 Development Status

ReyPlot is under active development.  
Feel free to open issues, request features, or contribute!
