types-click-spinner
Typing stubs for click-spinner
What it is and what it does
types-click-spinner is a type stub package that bridges the gap between the click-spinner library and Python type checkers. It provides type information for click-spinner 0.1.11, allowing mypy, pyright, and other type checkers to understand and validate code that uses click-spinner for creating terminal spinner animations. The package is maintained as part of the typeshed project and is tested against current versions of major type checkers.
This package is primarily useful if you are working with an older version of click-spinner (0.1.11 or earlier) and want static type checking. The description explicitly notes that click-spinner 0.2.0 and later versions include their own type annotations, making this stub package redundant for newer versions. Installation is straightforward with no runtime dependencies, and it requires Python 3.10 or later.
Use it for:
- Add type checking to legacy projects using click-spinner 0.1.11 without upgrading the spinner library.
- Enable IDE autocomplete and type hints for click-spinner in codebases locked to older versions.
- Validate spinner usage in CI/CD pipelines using mypy or pyright on Python 3.10+.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs for the click-spinner package, enabling type checkers like mypy and pyright to validate code that uses click-spinner for terminal spinner animations.
Yes, but only if you are using click-spinner 0.1.11 or earlier and need type checking support. If you can upgrade to click-spinner 0.2.0 or later, uninstall this package—the library now includes native type annotations. For legacy codebases on older click-spinner versions, the low friction and permissive license make it a safe choice.
Install
types-click-spinner on PyPI
pip
pip install types-click-spinneruv
uv add types-click-spinnerpoetry
poetry add types-click-spinnerInstalling types-click-spinner
Before you install
Low install friction with no runtime dependencies. Actively maintained as part of the typeshed project, with recent releases tracking the underlying click-spinner package.
License in practice
Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions.
Quickstart
pip install types-click-spinner
# Then use with a type checker in your project that imports click-spinner
# mypy or pyright will now provide type information for click-spinner
Requires Python 3.10 or later. Note: click-spinner 0.2.0+ includes its own type annotations, making this package unnecessary for newer versions.
Verify before relying
- Whether click-spinner 0.1.11 is still actively used given that click-spinner 0.2.0+ includes native type annotations.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 33 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 86,882/month — #13,828 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_click_spinner-0.1.13.20260712-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-MarkdownProvides type stubs for the Markdown package,…
permissive · top 5,000 on PyPI
types-decoratorProvides type stubs for the `decorator`…
permissive · top 5,000 on PyPI
types-pynputProvides type hints for the pynput library,…
permissive · top 15,000 on PyPI
types-mypy-extensionsProvides type stubs for mypy-extensions,…
permissive · top 15,000 on PyPI
spinnersProvides an enum of more than 60 pre-defined…
permissive · top 5,000 on PyPI
types-boltonsProvides type stubs for the boltons library,…
permissive · top 15,000 on PyPI
types-cachetoolsProvides type stubs for cachetools, enabling…
permissive · top 1,000 on PyPI
types-icalendarProvides type stubs for the icalendar package,…
permissive · top 15,000 on PyPI
types-pyflakesProvides type stubs for the pyflakes static…
permissive · top 15,000 on PyPI
types-Flask-CorsProvides type stubs for Flask-Cors to enable…
permissive · top 5,000 on PyPI