Metadata-Version: 2.1
Name: pattern_library
Version: 0.1
Summary: A description of your package
Home-page: https://github.com/yourusername/pattern_library
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pattern_library

A Python library for generating letter patterns.

## Installation

To install the library, use:

```sh
pip install pattern_library
