wyrmx-core


Namewyrmx-core JSON
Version 0.1.9 PyPI version JSON
download
home_pageNone
SummaryWyrmx Core is the framework engine for Wyrmx, offering DI, decorators, routing, and architecture patterns on top of FastAPI.
upload_time2025-07-13 20:42:07
maintainerNone
docs_urlNone
authorYousri Aouledissa
requires_python>=3.13
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wyrmx-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": null,
    "author": "Yousri Aouledissa",
    "author_email": "aouledissayousri@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/34/68/cb567b2e8f8e484d1a80b225ad63934ce2121cf5d062d5ff131367a1bdb8/wyrmx_core-0.1.9.tar.gz",
    "platform": null,
    "description": "# Wyrmx Core\n\n**Wyrmx Core** is the foundational engine of the **Wyrmx** web framework \u2014 a blazing-fast, opinionated, FastAPI-based Python framework inspired by **NestJS**.  \nIt provides the core building blocks: **dependency injection**, **controllers**, **services**, **routing**, and powerful decorators to build clean, maintainable web apps.\n\n---\n\n## \ud83d\ude80 Features\n\n- \u2705 Structured **MVC** architecture\n- \u2705 Powerful **DI container**\n- \u2705 decorators for classes to simplify coding \n- \u2705 Automatic routing and endpoint binding\n- \u2705 Alembic integration \n- \u2705 FastAPI under the hood \u2014 no boilerplate\n\n---\n\n## \ud83d\udce6 Installation\n\nThis package is meant to be included via the **Wyrmx CLI**.  \n\n## \u2705 License\nMIT\n\n\n## \ud83d\udee0\ufe0f Author\nMade by **Yousri Aouledissa**\n\n\n## \ud83d\udccc Notes\n**Wyrmx Core** is the internal framework engine.\n\nUse with the official [**Wyrmx CLI**](https://github.com/Wyrmx/Wyrmx-CLI).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wyrmx Core is the framework engine for Wyrmx, offering DI, decorators, routing, and architecture patterns on top of FastAPI.",
    "version": "0.1.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abbf776890e6b43915e475cc586dd1ec7ec5e258ea350cb8c46d230b1d788a23",
                "md5": "c1f759277309811855e05f4e083e6e2b",
                "sha256": "3110f95079b34bfb6b1132077ca67d9a6a38ddfdf10c9c8ab48af5673d96e365"
            },
            "downloads": -1,
            "filename": "wyrmx_core-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1f759277309811855e05f4e083e6e2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 6604,
            "upload_time": "2025-07-13T20:42:06",
            "upload_time_iso_8601": "2025-07-13T20:42:06.557791Z",
            "url": "https://files.pythonhosted.org/packages/ab/bf/776890e6b43915e475cc586dd1ec7ec5e258ea350cb8c46d230b1d788a23/wyrmx_core-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3468cb567b2e8f8e484d1a80b225ad63934ce2121cf5d062d5ff131367a1bdb8",
                "md5": "05c8612c40bd30cfe90e343bac10eccf",
                "sha256": "e0dfd2c9d36e605a616d785584758b2545f681fe713a80dbfd02c9ed1194874a"
            },
            "downloads": -1,
            "filename": "wyrmx_core-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "05c8612c40bd30cfe90e343bac10eccf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 3818,
            "upload_time": "2025-07-13T20:42:07",
            "upload_time_iso_8601": "2025-07-13T20:42:07.873184Z",
            "url": "https://files.pythonhosted.org/packages/34/68/cb567b2e8f8e484d1a80b225ad63934ce2121cf5d062d5ff131367a1bdb8/wyrmx_core-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 20:42:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wyrmx-core"
}
        
Elapsed time: 0.43026s