Metadata-Version: 2.5
Name: pymath-core
Version: 0.1.1
Summary: Core mathematical algorithms, expression parsing and utilities for Python
Project-URL: Homepage, https://github.com/pymath-core/pymath-core
Author: Python Math Core Team
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pymath-core

Core mathematical algorithms, numeric solvers and utilities for Python.

## Installation

```bash
pip install pymath-core
```

## Quick Start

```python
from pymath_core import *

solve["Solve 2x + 5 = 15"]
```