Metadata-Version: 2.1
Name: Excnumpy
Version: 0.1.1
Summary: Enhanced version of NumPy with improved performance and additional features
Home-page: https://github.com/Sumedh1599/Excnumpy
Author: Sumedh Patil
Author-email: sumedh@aipresso.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Sumedh1599/Excnumpy/issues
Project-URL: Source, https://github.com/Sumedh1599/Excnumpy
Project-URL: Documentation, https://Excnumpy.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
License-File: LICENSE
Requires-Dist: numpy (>=1.0.0)
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: scipy (>=1.7.0)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0.0) ; extra == 'dev'
Requires-Dist: pytest-cov (>=4.0.0) ; extra == 'dev'
Requires-Dist: black (>=23.0.0) ; extra == 'dev'
Requires-Dist: isort (>=5.0.0) ; extra == 'dev'
Requires-Dist: sphinx (>=5.0.0) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (>=1.0.0) ; extra == 'dev'

# Excnumpy

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

## Overview

Enhanced version of NumPy with improved performance and additional features

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

## Features

- All features from the original numpy
- Optimized array operations
- Extended statistical functions
- Improved GPU acceleration
- Seamless integration with other exp libraries

## Installation

```bash
pip install Excnumpy
```

## Quick Start

```python
import Excnumpy as Exc

# Example code
# Example code for Excnumpy
result = Exc.function()
```

## Documentation

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


