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
Release files for tusmehta-helloworld 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tusmehta-helloworld-0.0.4.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tusmehta_helloworld-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / tusmehta-helloworld-0.0.4.tar.gz
| Download URL | tusmehta-helloworld-0.0.4.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51700f9f4ad837ec4c48aec0ff39bced1ab2379bf1557c1944962809f6e190cd
|
|
BLAKE2b-256 checksum How to use checksums |
08f4ac42b009ed1b6c6bd40982bf1886d6c7f788206af19c13beb65edf265fca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / tusmehta_helloworld-0.0.4-py3-none-any.whl
| Download URL | tusmehta_helloworld-0.0.4-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cca7807351d96d408b47b3cd37debc3d8e83d642aecbd96906efa201a52a00a1
|
|
BLAKE2b-256 checksum How to use checksums |
496630f45fb1688cd01a0be6254fc0c89b422175d3c720913d4aa97ea3a2b6c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|