Metadata-Version: 2.4
Name: pyvelora
Version: 0.1.0
Summary: Lightweight NumPy-based mathematical backend for physics libraries.
Author: Noah Ryan
License: MIT
Project-URL: Homepage, https://github.com/yourusername/orthon-core
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.23

# pyvelora

A lightweight NumPy-based mathematical backend providing structured
Vector, Matrix, and Tensor objects for scientific computing.

## Philosophy

- Thin abstraction over NumPy
- No domain-specific logic
- Designed as reusable infrastructure for physics libraries

## Installation

```bash
pip install orthon-core
