Metadata-Version: 2.4
Name: numanalysis
Version: 0.0.3
Summary: Package for LU decomp
Home-page: https://github.com/1030minouche
Author: Aminouche
Author-email: solenouche@aminouche.fr
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# NumAnalysis

NumAnalysis is a lightweight and educational Python library for **numerical analysis**.  
It provides simple and well-documented implementations of classical numerical algorithms.  
The first available module implements the **LU decomposition without pivoting**.

---

## Installation

Install directly from PyPI:

```bash
pip install numanalysis
