66[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/atellaluca/ImportSpy/python-package.yml?branch=main )] ( https://github.com/atellaluca/ImportSpy/actions/workflows/python-package.yml )
77[ ![ Docs] ( https://img.shields.io/readthedocs/importspy )] ( https://importspy.readthedocs.io/ )
88
9- ![ ImportSpy banner] ( https://github. com/atellaluca/ImportSpy/docs/assets/importspy-banner.png )
9+ ![ ImportSpy banner] ( https://raw.githubusercontent. com/atellaluca/ImportSpy/refs/heads/main /docs/assets/importspy-banner.png )
1010
1111** Runtime contract validation for Python imports.**
1212_ Enforce structure. Block invalid usage. Stay safe at runtime._
@@ -48,7 +48,7 @@ pip install importspy
4848
4949## 📐 Architecture
5050
51- ![ SpyModel UML] ( https://github. com/atellaluca/ImportSpy/docs/assets/importspy-spy-model-architecture.png )
51+ ![ SpyModel UML] ( https://raw.githubusercontent. com/atellaluca/ImportSpy/refs/heads/main /docs/assets/importspy-spy-model-architecture.png )
5252
5353ImportSpy is powered by a layered introspection model (` SpyModel ` ), which captures:
5454
@@ -93,7 +93,7 @@ caller = Spy().importspy(filepath="spymodel.yml")
9393caller.Plugin().run()
9494```
9595
96- ![ Embedded mode] ( https://github. com/atellaluca/ImportSpy/docs/assets/importspy-embedded-mode.png )
96+ ![ Embedded mode] ( https://raw.githubusercontent. com/atellaluca/ImportSpy/refs/heads/main /docs/assets/importspy-embedded-mode.png )
9797
9898---
9999
@@ -103,7 +103,7 @@ caller.Plugin().run()
103103importspy -s spymodel.yml -l DEBUG path/to/module.py
104104```
105105
106- ![ CLI mode] ( https://github. com/atellaluca/ImportSpy/docs/assets/importspy-works.png )
106+ ![ CLI mode] ( https://raw.githubusercontent. com/atellaluca/ImportSpy/refs/heads/main /docs/assets/importspy-works.png )
107107
108108---
109109
@@ -175,4 +175,4 @@ to how, when, and where modules are imported.
175175## 📜 License
176176
177177MIT © 2024 – Luca Atella
178- ![ ImportSpy logo] ( https://github. com/atellaluca/ImportSpy/docs/assets/importspy-logo.png )
178+ ![ ImportSpy logo] ( https://raw.githubusercontent. com/atellaluca/ImportSpy/refs/heads/main /docs/assets/importspy-logo.png )
0 commit comments