Metadata-Version: 2.4
Name: awesome-library-pypi
Version: 0.0.2
Summary: A small example package that returns awesome!!
Author-email: Vikas Kumar <vikaskumar.ran@gmail.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: license-file

# Awesome Library

This is a simple example library that returns the string "awesome!!".

## Installation

```bash
pip install awesome_library_pypi
```

## Usage

```python
from awesome_library import awesome_function

print(awesome_function())
```
