Type stubs for NetworkX, enabling static type checking. Current version 0.0.1, pre-release quality, low cadence.
pip install networkx-stubsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage with NetworkX – stubs provide type hints.
Check stubs coverage manually or contribute missing stubs.
Use with caution; consider using pyright or mypy without stubs as fallback.
networkx-stubs is not a separate package to import; install it via pip and it augments networkx stubs automatically.
Ensure both networkx and networkx-stubs are installed: pip install networkx networkx-stubs
No dependency data recorded yet.