Metadata-Version: 2.3
Name: wyrmx-cli
Version: 1.0.71
Summary: Wyrmx CLI is the official command-line interface for Wyrmx — a blazing-fast, Cython-accelerated, AI-enhanced web framework built on FastAPI.
License: MIT
Author: Yousri Aouledissa
Author-email: aouledissayousri@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: distlib (>=0.3.9,<0.4.0)
Requires-Dist: dulwich (>=0.22.8,<0.23.0)
Requires-Dist: filelock (>=3.18.0,<4.0.0)
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: poetry (>=2.1.3,<3.0.0)
Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
Requires-Dist: shellingham (>=1.5.4,<2.0.0)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Requires-Dist: typer (>=0.16.0,<0.17.0)
Requires-Dist: virtualenv (>=20.31.2,<21.0.0)
Description-Content-Type: text/markdown

![Wyrmx-logo](https://github.com/user-attachments/assets/9aa1ec6b-1e2b-466e-8399-8044c60275c2)


# 🐉 Wyrmx CLI

**Wyrmx CLI** is the official command-line interface for [Wyrmx](https://github.com/Wyrmx) — a blazing-fast, Cython-accelerated, AI-enhanced web framework built on FastAPI.

This CLI lets you scaffold, generate, and manage powerful Wyrmx-based projects using both structured commands and natural language prompts. Whether you're building REST APIs, full-stack apps, or microservices, Wyrmx CLI brings speed, intelligence, and automation to your terminal.

---

## 🚀 Features

- 🧠 **Prompt-to-Code Generation**  
  Generate endpoints, models, and more by simply describing them in natural language.

- ⚙️ **Project Scaffolding**  
  Create full Wyrmx project structures with Cython and FastAPI in seconds.

- 🛠 **Modular Code Generation**  
  Add routes, services, and components via CLI prompts or flags.

- 🔌 **LLM Integration**  
  Connect to OpenAI, Anthropic, Mistral, or local LLMs via API to power code generation.

- 📦 **Build & Deploy**  
  Compile Cython modules, manage environments, and optimize your app for deployment.


