skillfed

types-click-spinner

Typing stubs for click-spinner

types-click-spinner v0.1.13.20260712 86.9K downloads/30d#13,828 on PyPI37
Permissive license Apache-2.0 Active released

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-spinner

uv

uv add types-click-spinner

poetry

poetry add types-click-spinner

Installing 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

Programming Language :: Python :: 3Typing :: Stubs Only

Tags

type stubs click-spinnermypy type hints click-spinnerpyright type checking spinnertyping stubs terminal spinnerclick-spinner type annotations
type-stubstypeshed

More Software Development packages