Say Hello!
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for abhkumar10-helloworld-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92af0b46a6d972f2fd9fca77d15df9232e1473906f2d283f3e343fa69a009ab3 |
|
MD5 | 50a2d21d04397ae25a73c2169924a300 |
|
BLAKE2b-256 | d5038808123cd3b0651d65a20947318358a1cb36dbe6739f771b9d7b66424490 |
Close
Hashes for abhkumar10_helloworld-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d38d0fb761155c44eb4afb36ec3aa1ed827a9dc0d3c85b2b4663127703c1fae1 |
|
MD5 | d351782d13a7bf0865e099f38c225a1f |
|
BLAKE2b-256 | 29a4d84aea8e6b0deec1a75b06ea680eaee051f1f0fd70c01639c92f58d2444a |