Metadata-Version: 2.4
Name: expreess
Version: 0.2.0
Summary: A simple greeting module called expreess
Home-page: https://github.com/yourusername/expreess
Author: Aayush Singh
Author-email: youremail@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# expreess

A simple Python package that greets the user.

## Installation
```bash
pip install expreess
```

## Usage
```python
from expreess import greet
print(greet("Aayush"))
```
