Metadata-Version: 2.3
Name: np-calc
Version: 0.2.0
Summary: np calc library
Author: esteban-rj
Author-email: estebanelias27@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2.2.5,<3.0.0)
Description-Content-Type: text/markdown


# NumPy Calculator

A simple Python package that provides basic numerical operations using NumPy.

## Features

- Calculate mean of an array of numbers
- Find maximum value in an array
- Find minimum value in an array  
- Calculate sum of all numbers in an array

## Installation

This package requires Python 3.12 or later.

