Metadata-Version: 2.4
Name: hello_gerrysmith
Version: 0.2.0
Summary: A tiny example package published to PyPI
Author: Gerry Smith
License: MIT
Keywords: hello,Gerry,Smith,pypi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# MyAwesomePackage 🚀

[![PyPI version](https://img.shields.io)](https://pypi.org)
[![License: MIT](https://img.shields.io)](https://opensource.org)

**MyAwesomePackage** is a lightweight Python library that solves [specific problem] in just a few lines of code.

## Key Features

- **Fast:** Optimized for performance.
- **Simple:** Easy-to-use API.
- **Tested:** 100% test coverage.

## Installation

Install the latest version using `pip`:

```bash
pip install hello_gerrysmith
```
