A minimal hello world Python package
Project description
tb-hello-world
A minimal hello world Python package.
Installation
pip install tb-hello-world
Usage
from hello_world import hello
print(hello()) # Hello, World!
Build status
rm -rf dist/
python -m build
twine check dist/*
Publishing to PyPI
Upload (from the project directory with .venv activated):
source .venv/bin/activate
python -m twine upload dist/* --verbose
When prompted, use __token__ as the username and your API token as the password.
To test first on TestPyPI:
python -m twine upload --repository testpypi dist/*
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
tb_hello_world-0.1.4.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tb_hello_world-0.1.4.tar.gz.
File metadata
- Download URL: tb_hello_world-0.1.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1467c982fc803a9de3b1c45a181effacc27dd7d6abe20dae0096f81933bf7283
|
|
| MD5 |
731b6fcff8775f3ab879ef8a69e3460c
|
|
| BLAKE2b-256 |
41eac1eb0cf41cf372d056fe7a917453ba76ca7bff4d3f7b4940a3ddfe5b73c6
|
File details
Details for the file tb_hello_world-0.1.4-py3-none-any.whl.
File metadata
- Download URL: tb_hello_world-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7a6654bff72dcffd66c90c5cba23e5ad5e38b33b15aaa3e88264303cbf4cdb
|
|
| MD5 |
230dc6b596f5c818834c2debe2c60554
|
|
| BLAKE2b-256 |
00ed3f3eb15de87cd00c412b597cf461c321ca9d8beea051be4c59bc095d0735
|