Registry / hello-world

hello-world

JSON →
library0.2pypypiunverified

A simple Python package that prints 'Hello, World!' as a demonstration of PyPI publishing. Current version 0.2.

pip install hello-world
INSTALL
IMPORT
SIG · HELLO-WORLD
H
hello-world
pythonv0.2
Install
2.4s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.2MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.4s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hello
from hello import hello
import hello

Imports and calls the hello function.

import hello_world hello_world.hello()
hello-world --version
Debug
Known issues
gotchaPackage name uses hyphen 'hello-world' but import uses underscore 'hello_world'. This is a common Python convention.
fix
Use 'import hello_world'.
affects: all
gotchaThe main function is called 'hello()', not 'hello_world()'. Check the source if in doubt.
fix
Call hello_world.hello().
affects: all
Upgrade
Version history
0.2latest on PyPI · released Dec 24, 2013
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
homepageUNKNOWN
hello-world — pip install hello-world · libregistry