Metadata-Version: 2.1
Name: hellopippkg
Version: 0.0.2
Summary: Simply display HELLO PIP!!
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

**# Hello Pip <br />**
**# A sample pip package that simply displays the text - HELLO PIP!!**<br />

**# install with pip <br />**
pip install hellopippkg<br />

**# import in your python file <br />**
from hellopippkg import hellopip<br />

