Metadata-Version: 2.4
Name: neuromath
Version: 0.1.7
Summary: NeuroMath - A lightweight symbolic mathematical DSL
Author: Your Name
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sympy>=1.12
Requires-Dist: numpy>=1.26
Requires-Dist: streamlit>=1.28
Requires-Dist: plotly>=6.6.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"

# NeuroMath

NeuroMath is a lightweight symbolic mathematical DSL (Domain Specific Language) built on top of SymPy.  
It provides a clean notebook-style computation experience with both CLI and Streamlit GUI support.

---

## ✨ Features

- Symbolic computation
- Variable assignment
- Function definitions
- Differentiation
- Expression evaluation
- Built-in constants (`pi`, `e`)
- CLI interface
- Notebook-style Streamlit GUI
- Lightweight and easy to extend

---

## 📦 Installation

Install from PyPI:

```bash
pip install neuromath
