Ross ROSS = Recommend OSS · open-source software intelligence for agents

seddonym/import-linter

Lint your Python architecture. observed · 2026-08-28

github.com/seddonym/import-linter · homepage · Python · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 2775
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1148 stars · 87 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Import Linter is a command-line tool that checks and enforces constraints on imports between Python modules, helping teams maintain clean architectural boundaries. It also includes a browser-based UI for exploring a package's architecture.

Use cases

  • enforce layered architecture rules in a python codebase
  • prevent circular imports between modules
  • lint python package dependencies between modules
  • visualize the import graph of a python package
  • forbid imports from higher layers to lower layers
  • check that contracts between packages are respected in CI

When to choose

  • you want to codify and enforce architectural rules for a Python codebase
  • you need CI checks that fail when forbidden imports are introduced
  • you want to explore or document module dependency structure

When to avoid

  • you need general-purpose style linting (use ruff or flake8)
  • your project is not written in Python
  • you need runtime dependency analysis rather than static import checking

Facets

cli-tool · maturity active

linter static-site-generator developer-tools cli python cross-platform import-linting architecture-constraints dependency-rules code-quality architecture python

2 sources

Member repositories

RepositoryRoleHealth v2
seddonym/import-lintermain77

For agents

markdown · JSON · MCP: product_card(name="seddonym/import-linter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem