Metadata-Version: 2.1
Name: SeriesMaster
Version: 0.2.1
Summary: A Python library for various mathematical series operations
Author: Aditya
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: P

# SeriesMaster 
*A Python library for various mathematical series operations*  

![Python](https://img.shields.io/badge/Python-3.6%2B-blue)  
![License](https://img.shields.io/badge/License-MIT-blue)  
![Version](https://img.shields.io/badge/Version-0.2-blue)  

---

##  Installation  
You can install this library from PyPI using:  

```sh
pip install SeriesMaster
```

---

## Features  
- Perform mathematical operations on series  
- Includes a variety of series manipulation functions  
- Lightweight and easy to use  

---

## Usage  
Here's a simple example of how to use **SeriesMaster**:  

```python
import SeriesMaster  

# Example coming soon...
```

---

##  Contributing  
Want to improve SeriesMaster? Feel free to open an issue or submit a pull request!  

---

## Author  
**Aditya Sharan** â€“ Creator of SeriesMaster  
- Age: **11 years**  
- Interested in AI & Python  

---

## Contact  
For queries, open an issue on GitHub.  

---



