Metadata-Version: 2.3
Name: wyrmx-core
Version: 0.1.3
Summary: Wyrmx Core is the framework engine for Wyrmx, offering DI, decorators, routing, and architecture patterns on top of FastAPI.
Author: Yousri Aouledissa
Author-email: aouledissayousri@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.116.0,<0.117.0)
Description-Content-Type: text/markdown

# Wyrmx Core

**Wyrmx Core** is the foundational engine of the **Wyrmx** web framework — a blazing-fast, opinionated, FastAPI-based Python framework inspired by **NestJS**.  
It provides the core building blocks: **dependency injection**, **controllers**, **services**, **routing**, and powerful decorators to build clean, maintainable web apps.

---

## 🚀 Features

- ✅ Structured **MVC** architecture
- ✅ Powerful **DI container**
- ✅ decorators for classes to simplify coding 
- ✅ Automatic routing and endpoint binding
- ✅ Alembic integration 
- ✅ FastAPI under the hood — no boilerplate

---

## 📦 Installation

This package is meant to be included via the **Wyrmx CLI**.  

## ✅ License
MIT


## 🛠️ Author
Made by **Yousri Aouledissa**


## 📌 Notes
**Wyrmx Core** is the internal framework engine.

Use with the official [**Wyrmx CLI**](https://github.com/Wyrmx/Wyrmx-CLI).


