Metadata-Version: 2.1
Name: expscipy
Version: 0.1.0
Summary: Enhanced version of SciPy with additional scientific computing features
Home-page: https://github.com/Sumedh1599/expscipy
Author: Sumedh Patil
Author-email: sumedh@aipresso.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Sumedh1599/expscipy/issues
Project-URL: Source, https://github.com/Sumedh1599/expscipy
Project-URL: Documentation, https://expscipy.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

# expscipy

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

## Overview

Enhanced version of SciPy with additional scientific computing features

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

## Features

- All features from the original scipy
- Advanced optimization
- Extended signal processing
- Improved numerical methods
- Seamless integration with other exp libraries

## Installation

```bash
pip install expscipy
```

## Quick Start

```python
import expscipy as exp

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

## Documentation

For full documentation, visit [expscipy.readthedocs.io](https://expscipy.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.


