Metadata-Version: 2.1
Name: veron-package-2312
Version: 0.1.1
Summary: A basic hello package
Home-page: https://gitbud.epam.com/veronika_krasilia
Author: Veronika Krasilia
Author-email: veronika_krasilia@epam.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Hello World Package

A simple Python package that provides a basic "Hello, World!" function. This is a great starter project for learning how to create and distribute Python packages.

## Features

- Prints "Hello, World!" to the console or returns the string for further use.
- Easy to install and use.

## Installation

You can install this package directly from [PyPI](https://pypi.org/) using pip:

```bash
pip install hello-world-package

