Metadata-Version: 2.4
Name: yadu4ever
Version: 0.0.2
Summary: A tiny yadu4ever package for demonstration
Home-page: https://github.com/yadu4ever/yadu4ever_py_project
Author: Nitesh Yadav
Author-email: yadu4ever@live.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# yadu4ever

`yadu4ever` is a minimal example Python package used to demonstrate packaging and publishing to PyPI.

## Usage

Install (after publishing):

```bash
pip install yadu4ever
```

Simple example:

```py
from yadu4ever import say_hello

print(say_hello("Alice"))
```
