Metadata-Version: 2.4
Name: mathly-lib
Version: 0.1.0
Summary: A Next-Generation Python Math Library designed to make mathematics easy and intuitive.
Author: Bernie
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: sympy>=1.10.0
Provides-Extra: viz
Requires-Dist: matplotlib>=3.5.0; extra == "viz"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"

# Mathly

A Next-Generation Python Math Library designed to make mathematics, statistics, probability, data analysis, and common mathematical tasks dramatically easier.

## Installation

```bash
pip install mathly
```

## Philosophy

Make complicated mathematics accessible through simple, readable Python. Instead of requiring users to manually calculate formulas, handle edge cases, or write statistical tests, the library provides intuitive functions that do the work automatically.
