Metadata-Version: 2.3
Name: typed-numpy
Version: 0.1.0
Summary: Typed NumPy with static shape typing and runtime shape validation.
Author: Ashrith Sagar
Author-email: Ashrith Sagar <ashrith9sagar@gmail.com>
Requires-Dist: numpy>=2.3.5
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# typed-numpy

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Typed NumPy with static shape typing and runtime shape validation.

> [!WARNING]
> Experimental & WIP.

## License

This project falls under the [MIT License](LICENSE).
