Metadata-Version: 2.1
Name: simon_library
Version: 0.3.0
Summary: A library for hw4
Home-page: https://github.com/asm-bse/simon_library
Author: Simon
Author-email: bigboss@internet.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Simon Library

**Simon Library** is a simple Python library created to demonstrate a basic package structure.

## Installation

To install the library locally, run:

```bash
pip install .
