Registry / type-stubs / types-click-spinner

types-click-spinner

JSON →
library0.1.13.20260408pypypiunverified

Typing stubs for click-spinner, providing static type information for the click-spinner package. Current version 0.1.13.20260408, released as part of typeshed, updated regularly with Python versions >=3.10.

pip install types-click-spinner
INSTALL
IMPORT
SIG · TYPES-CLICK-SPINNE
T
types-click-spinner
type-stubspythonv0.1.13.20260408
Install
1.6s avg
Import
10ms
Disk
65MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.13.20260408 · 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.910 runs
installs and imports cleanly · install 0.0s · import 0.010s · 65.5MB
glibc
py 3.103.910 runs
installs and imports cleanly · install 1.6s · import 0.008s · 18MB
65MB installed
● package 65MB
Code
Verified usage

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

Spinner
from click_spinner-stubs import Spinner
from click_spinner import Spinner

Basic usage of Spinner context manager with click.

import click from click_spinner import Spinner @click.command() def main(): with Spinner(): # Simulate some work import time time.sleep(2) click.echo("Done!") if __name__ == '__main__': main()
Debug
Known issues
gotchaThese stubs are provided by typeshed and may not always be perfectly aligned with the latest version of click-spinner. Always install the corresponding runtime package.
fix
Ensure click-spinner version is compatible with the stubs.
affects: all
deprecatedtypes-click-spinner is part of the third-party stubs maintained by typeshed. It may be removed or replaced if upstream click-spinner provides inline types.
fix
Check if click-spinner later ships its own py.typed marker or PEP 561 package and prefer that.
affects: all
Upgrade
Version history
0.1.13.20260408latest on PyPI · released Apr 8, 2026
Audit
Dependencies
click-spinnerrequiredRuntime package that the stubs provide types for
Agent activity
24 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
types-click-spinner — pip install types-click-spinner · libregistry