Registry / type-stubs / types-parsimonious

types-parsimonious

JSON →
library0.11.0.20260408pypypiunverified

Typing stubs for parsimonious, providing type annotations for the parsimonious PEG parser library. Current version 0.11.0.20260408, updated regularly alongside typeshed.

pip install types-parsimonious
INSTALL
IMPORT
SIG · TYPES-PARSIMONIOUS
T
types-parsimonious
type-stubspythonv0.11.0.20260408
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.

parsimonious-stubs
import parsimonious-stubs
import parsimonious

Basic usage of parsimonious with type stubs.

import parsimonious from parsimonious.grammar import Grammar grammar = Grammar("greeting = 'Hello' name name = ~'[A-Za-z]+'") tree = grammar.parse('Hello World') print(tree)
Debug
Known issues
gotchaThe stubs are not perfect; some dynamic features of parsimonious may not be fully annotated.
fix
Use type: ignore where needed, or contribute improvements to typeshed.
affects: all
Upgrade
Version history
0.11.0.20260408latest on PyPI · released Apr 8, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
types-parsimonious — pip install types-parsimonious · libregistry