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 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 virtualenv:
$ pip install -e .[dev]
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
helloworld_disw-0.0.1.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for helloworld_disw-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e306dbc5d90e5f3a112b59c8935bee84839fedaf0b685dbb00bf8d273b56126 |
|
MD5 | a63256e9700b2db4606396bb9ce4e14e |
|
BLAKE2b-256 | 9341e24998c8da9d4b5a98436f2929364bee938b5eed0d17d2f9201f0a0a7ef7 |