Metadata-Version: 2.4
Name: pyg_lib_new
Version: 0.1.0
Summary: A Python package library
Home-page: https://github.com/yourusername/pyg_lib
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/pyg_lib
Project-URL: Documentation, https://github.com/yourusername/pyg_lib
Project-URL: Repository, https://github.com/yourusername/pyg_lib
Project-URL: Issues, https://github.com/yourusername/pyg_lib/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# pyg_lib

A Python package library.

## Installation

```bash
pip install pyg_lib
```

## Usage

```python
from pyg_lib import hello

print(hello())
```

## License

MIT License

