Say Hello
Project description
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, Tal!"
say_hello("Tal")
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-eliya-0.0.1.tar.gz
(16.1 kB
view details)
File details
Details for the file helloworld-eliya-0.0.1.tar.gz.
File metadata
- Download URL: helloworld-eliya-0.0.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7d37431b8838f0aa7c84c336b16613e4fe7626710d9e10f63b606620a200bf3
|
|
| MD5 |
c08ab99c7dc199e14678d0512aad829c
|
|
| BLAKE2b-256 |
ec0811b7498b65aeef734e56f646059566fb75b61528f5cbc6b88be11efd2f97
|