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

# peg - A Simple PEG Parser

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

## Installation

```sh
pip install mypeg
