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.3.tar.gz
(1.8 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.3.tar.gz.
File metadata
- Download URL: tb_hello_world-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fb50efb3acdaeaa43c60504c4a064e2d9155fc302bcd0af4d71e898b71690f0
|
|
| MD5 |
49b38cd1dc7b88d32cba46a2023c81a8
|
|
| BLAKE2b-256 |
64a6727080dbaf8e35ad4e7f416c9cb259f4741553d9b61ea6dba2b211349338
|
File details
Details for the file tb_hello_world-0.1.3-py3-none-any.whl.
File metadata
- Download URL: tb_hello_world-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e7a7df050f6df522666f212663b23dbd50aee5fa8174cdf97d7e1beb76333df
|
|
| MD5 |
b39ae28ab5d133a2bbb99dc1be6a0571
|
|
| BLAKE2b-256 |
44d2068853b2b62e84bdcf8b6d1916f3c9d93b6e559dceaa3fc4db3ec0f2011d
|