falconry/falcon · Architecture
A static read of how falconry/falcon is wired together — module coupling, layering, and circular dependencies — derived from its import graph.
C
Architecture grade
score 66/100
8
Import cycles
lower is better
269
Modules parsed
549 edges
91%
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.
- falcon/__init__.py137 importers · radius 183
- falcon/asgi/__init__.py42 importers · radius 183
- falcon/util/__init__.py30 importers · radius 183
- falcon/testing/__init__.py30 importers · radius 34
- falcon/_typing.py28 importers · radius 183
- falcon/constants.py23 importers · radius 184
- falcon/errors.py20 importers · radius 183
- falcon/typing.py17 importers · radius 183
Modules (18)
Source directories grouped from the import graph. Each links to a per-module page with its files and how it couples to the rest.
- falcon24 files · 297 in-degree · in cycle
- falcon/util9 files · 77 in-degree · in cycle
- falcon/asgi11 files · 65 in-degree · in cycle
- falcon/testing6 files · 38 in-degree
- falcon/media7 files · 32 in-degree
- falcon/routing5 files · 16 in-degree
- examples/asgilook/asgilook6 files · 5 in-degree
- e2e-tests/server5 files · 5 in-degree
- tests/asgi22 files · 3 in-degree
- falcon/bench3 files · 3 in-degree
- falcon/bench/queues2 files · 2 in-degree
- falcon/cmd3 files · 1 in-degree
- examples/look/look2 files · 1 in-degree
- falcon/media/validators2 files · 1 in-degree
- tests62 files · 0 in-degree
- examples/recipes16 files · 0 in-degree
- examples5 files · 0 in-degree
- examples/ws_tutorial/tests2 files · 0 in-degree
Circular dependencies (8)
- falcon/__init__.py to falcon/app.py to falcon/__init__.py
- falcon/__init__.py to falcon/app.py to falcon/_typing.py to falcon/asgi/__init__.py to falcon/asgi/app.py to falcon/__init__.py
- falcon/_typing.py to falcon/asgi/__init__.py to falcon/asgi/app.py to falcon/_typing.py
- falcon/__init__.py to falcon/app.py to falcon/_typing.py to falcon/asgi/__init__.py to falcon/asgi/app.py to falcon/app_helpers.py to falcon/__init__.py
- falcon/_typing.py to falcon/asgi/__init__.py to falcon/asgi/app.py to falcon/app_helpers.py to falcon/_typing.py
- falcon/__init__.py to falcon/app.py to falcon/_typing.py to falcon/asgi/__init__.py to falcon/asgi/app.py to falcon/app_helpers.py to falcon/errors.py to falcon/http_error.py to falcon/util/__init__.py to falcon/__init__.py
Ask AI about falconry/falcon
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.