encode/starlette · Architecture
A static read of how encode/starlette is wired together — module coupling, layering, and circular dependencies — derived from its import graph.
C
Architecture grade
score 68/100
8
Import cycles
lower is better
84
Modules parsed
398 edges
96%
Layeredness
clean-layer ratio
Most-depended-on modules
These are the highest-fan-in files — change them and the blast radius is largest. Read them first.
- starlette/types.py54 importers · radius 72
- starlette/responses.py47 importers · radius 72
- starlette/requests.py44 importers · radius 72
- starlette/routing.py28 importers · radius 72
- tests/types.py27 importers · radius 27
- starlette/applications.py21 importers · radius 72
- starlette/datastructures.py21 importers · radius 72
- starlette/exceptions.py19 importers · radius 76
Modules (5)
Source directories grouped from the import graph. Each links to a per-module page with its files and how it couples to the rest.
- starlette23 files · 319 in-degree · in cycle
- starlette/middleware13 files · 41 in-degree · in cycle
- tests22 files · 27 in-degree
- benchmarks12 files · 11 in-degree
- tests/middleware11 files · 0 in-degree
Circular dependencies (8)
- starlette/_utils.py to starlette/types.py to starlette/requests.py to starlette/_utils.py
- starlette/_utils.py to starlette/types.py to starlette/requests.py to starlette/datastructures.py to starlette/_utils.py
- starlette/types.py to starlette/requests.py to starlette/datastructures.py to starlette/types.py
- starlette/types.py to starlette/requests.py to starlette/types.py
- starlette/_utils.py to starlette/types.py to starlette/requests.py to starlette/applications.py to starlette/middleware/body_limit.py to starlette/responses.py to starlette/_utils.py
- starlette/_utils.py to starlette/types.py to starlette/requests.py to starlette/applications.py to starlette/middleware/body_limit.py to starlette/responses.py to starlette/background.py to starlette/_utils.py
Ask AI about encode/starlette
Grounded in the actual source code. Pick a starter question or write your own.
What does this repo do, in one paragraph?How would I get started using it?What are the main alternatives?Show me the entry point.
Or write your own questionInformational only. RepoPilot summarises public signals at the time of analysis; they can be incomplete or stale. Not professional, security, or legal advice.