{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Provides type annotations for the objgraph package, enabling type checkers like mypy and pyright to validate code that uses objgraph for object graph analysis and memory debugging.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses objgraph for memory profiling","Catch type errors when calling objgraph functions like show_most_common_types() or show_refs()","Integrate objgraph into a typed codebase without type checker warnings about missing annotations"],"what_it_does":"types-objgraph is a type stub package that bridges objgraph and Python's static type checking ecosystem. It provides type annotations for the objgraph library, which is used for visualizing and analyzing object graphs in memory\u2014useful for debugging memory leaks and understanding object relationships in Python programs.\n\nWhen installed alongside objgraph, this package allows type checkers like mypy and pyright to understand objgraph's API and catch type errors in code that calls objgraph functions. It has no runtime dependencies and is maintained as part of the typeshed project, ensuring compatibility with current type checker versions.","worth_installing":"Yes, if you use objgraph in a type-checked project. Install it alongside objgraph to enable static type checking. No runtime impact, low friction, and actively maintained. Skip it if you don't use objgraph or don't use a type checker."},"id":"types-objgraph","links":{"html":"https://skillfed.io/packages/types-objgraph","md":"https://skillfed.io/packages/types-objgraph.md","pypi":"https://pypi.org/project/types-objgraph/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-objgraph","python_support":"supports_current","summary":"Typing stubs for objgraph"},"popularity":{"monthly_downloads":124372,"position":11871,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.6.0.20260508"}
