Skip to content

meabhishekkumar/abhkumar10-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

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

Installation

Run the following to install:

pip install abhkumar10-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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages