Skip to content

Real-World Examples

iron-monk drops seamlessly into any modern Python project.

🌐 Web & API

⚙️ Configuration & CLI

🛡️ Typing & Ecosystem

  • Beartype: Stack runtime type-checking alongside business constraints.

🗄️ Data & ORMs

  • SQLAlchemy 2.0: Validate ORM models before committing database transactions.
  • Tortoise ORM: Use DTOs to cleanly separate API validation from Active Record persistence.