{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"}],"enrichment":{"capability":"Objectgraph provides a Python class for representing directed graphs with arbitrary objects as nodes and multi-edge support, where edges with identical attributes collapse into a single edge.","skillfed_tags":["graph-algorithms","data-structures"],"use_cases":["Build dependency graphs or call graphs where you need to track relationships between arbitrary Python objects.","Model network topologies or system architectures where nodes represent entities and edges represent connections with metadata.","Analyze object relationships in memory profiling or debugging tools that need to represent object references.","Implement graph-based algorithms on custom domain objects without writing graph infrastructure from scratch."],"what_it_does":"Objectgraph is a graph library for Python 3 that lets you represent directed graphs where nodes are arbitrary objects (identified by a hashable 'identifier' attribute) and edges can carry arbitrary attributes. The library uses a non-standard edge model: multiple edges between the same pair of nodes are allowed, but edges with identical attributes are automatically collapsed into a single edge, reducing redundancy.\n\nThe package is a complete rewrite of the ObjectGraph class from altgraph, built from scratch for Python 3 with full test coverage. It depends only on typing_extensions and supports Python 3.10 through 3.15, including free-threading support in Python 3. The codebase is marked Production/Stable and has been actively maintained since its initial release in 2019, though recent activity has slowed.","worth_installing":"Yes, if you need a lightweight, permissively licensed graph library for Python 3.10+. The single dependency, Production/Stable status, and zero known vulnerabilities make it low-risk. The aging maintenance status (no release in 266 days) is a minor concern for a stable library but worth monitoring if you plan long-term use. Suitable for small to medium graph use cases; verify performance characteristics for larger workloads."},"id":"objectgraph","links":{"html":"https://skillfed.io/packages/objectgraph","md":"https://skillfed.io/packages/objectgraph.md","pypi":"https://pypi.org/project/objectgraph/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-21","license_spdx":null,"license_treatment":"permissive","name":"objectgraph","python_support":"supports_current","summary":"A basic graph library"},"popularity":{"monthly_downloads":129438,"position":11670,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.5"}
