Metadata-Version: 2.4
Name: expressionizer
Version: 0.6.6
Summary: A Python library for symbolic math expressions and evaluation.
Author-email: Hudson Gouge <hudson.gouge@icloud.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/expressionizer/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# expressionizer

A Python library for symbolic math expressions and evaluation.

## Features
- Build and manipulate symbolic mathematical expressions
- Evaluate expressions with variables
- Render expressions to human-readable form

## Installation
```bash
pip install expressionizer
```

## Usage Example
```python
from expressionizer import *
# Example usage here
```

## License
MIT
