Metadata-Version: 2.2
Name: pyeg
Version: 0.1.0
Summary: A simple pyeg parser
Home-page: https://github.com/yourusername/pyeg
Author: Your Name
Author-email: Your Name <your.email@example.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lark-parser
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# pyeg - A Simple pyeg Parser

pyeg is a Python package that provides a simple pyeg-based arithmetic expression parser.

## Installation

```sh
pip install pyeg
