Metadata-Version: 2.2
Name: scignumpy
Version: 0.1.3
Summary: A lightweight numerical computation library inspired by NumPy.
Home-page: https://github.com/Sumedh1599/scignumpy
Author: Sumedh Patil
Author-email: admin@aipresso.uk
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
License-File: LICENSE
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SciGNumpy

SciGNumpy is a lightweight numerical computation library inspired by NumPy. It provides core functionality for handling arrays, matrices, and mathematical computations.

## Features

- Multi-dimensional arrays and matrices.
- Element-wise operations, broadcasting, and scalar operations.
- Linear algebra operations (e.g., dot product, transpose, determinant, inverse).
- Mathematical functions (e.g., sine, cosine, exponential, logarithm).
- Statistical functions (e.g., sum, mean, min, max).

## Installation

Install SciGNumpy using pip:

```bash
pip install scignumpy
```
