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]
Release files for helloworld-tal1948-3 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| helloworld-tal1948-3-0.0.1.tar.gz | 15.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| helloworld_tal1948_3-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.0 kB
Release files / helloworld-tal1948-3-0.0.1.tar.gz
| Download URL | helloworld-tal1948-3-0.0.1.tar.gz |
|---|---|
| Size | 15.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
53f6499d14de9d9dc17b7dc1a2fe02744eaca84318e9776a64eb93d0ff162653
|
|
BLAKE2b-256 checksum How to use checksums |
2c3ab80e463c2f093da5662d8027ecf0443920e3f863c34c84db65c8176c2c4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.9
|
Release files / helloworld_tal1948_3-0.0.1-py3-none-any.whl
| Download URL | helloworld_tal1948_3-0.0.1-py3-none-any.whl |
|---|---|
| Size | 14.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af09de20aefa904b2c8991f0aeb3775e8d64237d9680da02e7bd723792891405
|
|
BLAKE2b-256 checksum How to use checksums |
89e1294965cc2b4271ff1ae812150558c35cca98d2b51f4d5f7a3db0da6a05ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.9
|