Install & Compatibility
Where this runs
tested against v0.2.0 · 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
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.1MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
generate_name
✓ from names_generator import generate_name
✗ from names_generator import get_random_name
NamesGeneratorApp
✓ from names_generator import NamesGeneratorApp
format_names
✓ from names_generator import format_names
Generate a single random name.
from names_generator import get_random_name
name = get_random_name()
print(name)
# Example output: 'happy_babbage'
Upgrade
Version history
0.2.0latest on PyPI · released Apr 16, 2024
Audit
Dependencies
No dependency data recorded yet.