abhishek-helloworld

Say Hello!


License
MIT
Install
pip install abhishek-helloworld==0.0.1

Documentation

Hello World

This is an example project demonstrating how to publish a python module to PyPI.

Installation

Run the following to install:

pip install helloworld

Usage

from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")

Developing Hello World

To install helloworld, along with the tools you need to develop and run tests, run the following in your virutalenv:

$ pip install -e .[dev]
$ pip install -e .'[dev]' # for ZSH 
$ pip install -e ."[dev]" # for Windows