Metadata-Version: 2.4
Name: thryve
Version: 0.1.0
Summary: A simple Python package for demonstration purposes
License-Expression: MIT
License-File: LICENSE
Keywords: example,package
Author: runkezhong
Author-email: jarvisshangye@gmail.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/runkezhong/thryve
Project-URL: Repository, https://github.com/runkezhong/thryve
Description-Content-Type: text/markdown

# Thryve

A simple Python package for demonstration purposes.

## Installation

```bash
pip install thryve
```

## Usage

```python
from thryve import hello

print(hello())  # Output: Hello, World!
print(hello("Python"))  # Output: Hello, Python!
```

## License

MIT License

