{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides type stubs for networkx to enable static type checking of networkx code with mypy, pyright, and other type checkers.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright type checking in projects that use networkx for graph algorithms and analysis.","Catch type errors in networkx code during development before they reach production.","Provide IDE autocomplete and type hints for networkx functions and classes.","Validate that graph construction and manipulation code conforms to expected types.","Support continuous integration pipelines that enforce strict type checking on networkx-based code."],"what_it_does":"types-networkx is a type stub package that provides type annotations for the networkx graph library. It allows static type checkers like mypy, pyright, and ty to understand and validate code that uses networkx, catching type errors before runtime. The stubs are maintained as part of the typeshed project and track networkx version 3.6.1.\n\nThis package has no runtime behavior\u2014it exists purely to inform type checkers about networkx's API. It depends only on numpy and installs as a single wheel with low friction. The stubs have been tested against mypy 2.3.0, pyright 1.1.411, and ty 0.0.59, and the package is actively maintained with recent updates.","worth_installing":"Yes, if you use networkx and want static type checking. Install it alongside networkx to enable type checkers to validate your graph code. No downside if you don't use type checking\u2014it has no runtime cost and no dependencies beyond numpy. Actively maintained, permissive license, and no known vulnerabilities."},"id":"types-networkx","links":{"html":"https://skillfed.io/packages/types-networkx","md":"https://skillfed.io/packages/types-networkx.md","pypi":"https://pypi.org/project/types-networkx/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-networkx","python_support":"supports_current","summary":"Typing stubs for networkx"},"popularity":{"monthly_downloads":1708678,"position":3630,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.6.1.20260728"}
