nst/objc_dep
Graph the import dependancies in an Objective-C project observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5700
- days_rel: n/a
- days_push: 957
- n_releases_24m: 0
Adoption not part of the score
1347 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python command-line tool that graphs import dependencies between classes in an Objective-C project, outputting Graphviz visualizations. It helps developers analyze coupling and plan refactoring of legacy codebases.
Use cases
- visualize import dependencies in an Objective-C project
- find tightly coupled classes before refactoring
- generate a dependency graph of iOS classes
- exclude classes or directories by regex when analyzing dependencies
- detect two-way dependencies between Objective-C classes
- analyze dependency graphs of C projects
When to choose
- you maintain a legacy Objective-C or C codebase and want to visualize class coupling
- you want a quick Graphviz-based import graph from the command line
- you need to identify circular or two-way dependencies between classes
When to avoid
- your project is written in Swift rather than Objective-C
- you need continuous architecture governance rather than one-off graphs
- you need a maintained tool with active development and a formal license file
Facets
cli-tool · maturity maintenance
developer-tools static-site-generator data-visualization developer-tools apple-ecosystem cli python objective-c dependency-graph graphviz code-analysis refactoring command-line macos
1 source
- readme: https://github.com/nst/objc_dep · fetched 2026-08-28 · 0b053352c16a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nst/objc_dep | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem