Metadata-Version: 2.4
Name: entimaniac_hello_world
Version: 0.1.0
Summary: A simple package that provides a hello world function
License-Expression: MIT
Project-URL: Homepage, https://github.com/entimaniac/pypi_hello_world
Project-URL: Bug Tracker, https://github.com/entimaniac/pypi_hello_world/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# entimaniac_hello_world
The goal of this project is to explore creating and publishing python packages to the central python package repository


This project exposes a basic function that takes in a single parameter (name) and returns a string "Hello {name}".

The project is then versioned, built and deployed via a GitHub actions to pypi.org
