Skip to content

Commit 72c56a1

Browse files
authored
Update README.rst
1 parent a2f3c6d commit 72c56a1

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ Contract-based import validation for Python modules.
1515

1616
ImportSpy is a runtime enforcement engine that protects Python modules from being imported or executed in unauthorized, unverified, or structurally incompatible environments — using declarative **import contracts** defined in YAML.
1717

18-
🧠 ImportSpy ensures:
19-
- ✅ Your code is only imported in **verified contexts**
20-
- ✅ Module structure matches declared expectations
21-
- ✅ Runtime conditions (OS, Python version, architecture) are enforced
22-
- ✅ Environments behave predictably across CI, staging, and production
18+
🧠 **ImportSpy** ensures:
19+
20+
✅ Your code is only imported in **verified contexts**
21+
22+
✅ Module structure matches declared expectations
23+
24+
✅ Runtime conditions (OS, Python version, architecture) are enforced
25+
26+
✅ Environments behave predictably across CI, staging, and production
27+
2328

2429
.. image:: https://raw.githubusercontent.com/atellaluca/ImportSpy/refs/heads/main/assets/importspy-works.png
2530
:width: 830
@@ -176,9 +181,9 @@ Supported Python: 3.10+
176181
📚 Docs
177182
-------
178183

179-
📘 Full Documentation → https://importspy.readthedocs.io/
180-
🧱 Architecture Overview → https://importspy.readthedocs.io/en/latest/advanced/architecture_index.html
181-
🧪 Examples & Use Cases → https://importspy.readthedocs.io/en/latest/overview/use_cases_index.html
184+
- 📘 Full Documentation → https://importspy.readthedocs.io/
185+
- 🧱 Architecture Overview → https://importspy.readthedocs.io/en/latest/advanced/architecture_index.html
186+
- 🧪 Examples & Use Cases → https://importspy.readthedocs.io/en/latest/overview/use_cases_index.html
182187

183188
❤️ Contribute, Share, Support
184189
-----------------------------

0 commit comments

Comments
 (0)