Metadata-Version: 2.1
Name: universal-greetings
Version: 0.2.0
Summary: Universal Greetings Library
Home-page: https://github.com/alelltech-backstage-demo/python-library-universal-greetings
Author: Alan S. Ferreira
Author-email: alansferreira1984@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
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-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: ruamel-yaml (>=0.17.21,<0.18.0)
Requires-Dist: urllib3 (>=1.26.12,<2.0.0)
Project-URL: Repository, https://github.com/alelltech-backstage-demo/python-library-universal-greetings
Description-Content-Type: text/markdown

# Universal Greetings Library for Python

Universal Greetings  description


## Get started

```bash
poetry add universal-greetings
```

```python
from universalgreetings import Hello

hello=Hello()

hello.sayHello()

```

