Metadata-Version: 2.1
Name: helloworld-nik12
Version: 0.0.4
Summary: say hello
Home-page: https://github.com/nikhar1210
Author: Nikhar
Author-email: nikhar1210@gmail.com
License: UNKNOWN
Description: # Hello World
        
        [![Build Status](https://travis-ci.com/nikhar1210/helloworld_PyPI.svg?branch=main)](https://travis-ci.com/nikhar1210/helloworld_PyPI)
        
        This is an example project demonstrating how to publish a python module tp PyPI
        
        
        ## Installation
        
        Run the following to install:
        
        ```python
        pip install helloworld-nik12
        ```
        
        ## Usage
        
        ```python
        
        from helloworld import say_hello
        
        # Generate hello world
        say_hello(name=None)
        
        #Generate "Hello, Joe!"
        say_hello("Joe")
        
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
