Install & Compatibility
Where this runs
tested against v1.3 · 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 · 19.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.5s · import 0.000s · 20MB
17MB installed
● package 17MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
is_lazy_string
✓ from speaklater import is_lazy_string
✗ from speaklater import LazyString
make_lazy_gettext
✓ from speaklater import make_lazy_gettext
make_lazy_string
✓ from speaklater import make_lazy_string
Creates a lazy string that evaluates the lambda only when converted to string.
from speaklater import LazyString
lazy_hello = LazyString(lambda: 'Hello, World!')
print(str(lazy_hello)) # Output: Hello, World!
Upgrade
Version history
1.3latest on PyPI · released Jul 1, 2012
Audit
Dependencies
No dependency data recorded yet.