Registry / devops / types-boltons

types-boltons

JSON →
library25.0.0.20260518pypypiunverified

Typing stubs for boltons. These stubs are generated from typeshed and provide type annotations for the boltons library. Current version 25.0.0.20260518, requires Python >=3.10. Released as part of typeshed updates.

pip install types-boltons
INSTALL
IMPORT
SIG · TYPES-BOLTONS
T
types-boltons
devopspythonv25.0.0.20260518
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

chunked
from boltons-stubs import chunked
from boltons.iterutils import chunked

Quick example using boltons with type stubs. No external auth needed.

from boltons.iterutils import chunked items = [1,2,3,4,5,6] for chunk in chunked(items, 2): print(chunk)
Debug
Known issues
gotchatypes-boltons only provides type stubs; you must install boltons separately (`pip install boltons`). Without it, importing will fail at runtime.
fix
pip install boltons
affects: all
gotchaThe stubs are generated from typeshed and may not cover all boltons submodules or recent additions. Some functions may lack type annotations.
fix
Check stubs coverage; file issues on typeshed if missing.
affects: all
Upgrade
Version history
25.0.0.20260518latest on PyPI · released May 18, 2026
Audit
Dependencies
boltonsrequiredStubs for boltons library; boltons must be installed separately.
Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
types-boltons — pip install types-boltons · libregistry