Metadata-Version: 2.1
Name: expmatplotlib
Version: 0.1.0
Summary: Enhanced version of Matplotlib with better plotting capabilities
Home-page: https://github.com/Sumedh1599/expmatplotlib
Author: Sumedh Patil
Author-email: sumedh@aipresso.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Sumedh1599/expmatplotlib/issues
Project-URL: Source, https://github.com/Sumedh1599/expmatplotlib
Project-URL: Documentation, https://expmatplotlib.readthedocs.io/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# expmatplotlib

[![PyPI version](https://img.shields.io/pypi/v/expmatplotlib.svg)](https://pypi.org/project/expmatplotlib/)
[![Python Versions](https://img.shields.io/pypi/pyversions/expmatplotlib.svg)](https://pypi.org/project/expmatplotlib/)
[![License](https://img.shields.io/github/license/Sumedh1599/expmatplotlib.svg)](https://github.com/Sumedh1599/expmatplotlib/blob/main/LICENSE)
[![GitHub Issues](https://img.shields.io/github/issues/Sumedh1599/expmatplotlib.svg)](https://github.com/Sumedh1599/expmatplotlib/issues)
[![Tests](https://github.com/Sumedh1599/expmatplotlib/workflows/Tests/badge.svg)](https://github.com/Sumedh1599/expmatplotlib/actions)
[![Documentation Status](https://readthedocs.org/projects/expmatplotlib/badge/?version=latest)](https://expmatplotlib.readthedocs.io/en/latest/?badge=latest)

## Overview

Enhanced version of Matplotlib with better plotting capabilities

This library is an enhanced version of matplotlib with additional features and improvements.

## Features

- All features from the original matplotlib
- Interactive plots
- Modern themes
- Animation support
- Seamless integration with other exp libraries

## Installation

```bash
pip install expmatplotlib
```

## Quick Start

```python
import expmatplotlib as exp

# Example code
# Example code for expmatplotlib
result = exp.function()
```

## Documentation

For full documentation, visit [expmatplotlib.readthedocs.io](https://expmatplotlib.readthedocs.io/).

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

Copyright (c) 2025 Sumedh Patil, Aipresso Limited, UK

This project is licensed under the MIT License - see the LICENSE file for details.


