Metadata-Version: 2.3
Name: wyrmx-cli
Version: 1.0.18
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.9,!=3.9.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: anyio (>=4.9.0,<5.0.0)
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: cachecontrol (>=0.14.3,<0.15.0)
Requires-Dist: certifi (>=2025.4.26,<2026.0.0)
Requires-Dist: cffi (>=1.17.1,<2.0.0)
Requires-Dist: charset-normalizer (>=3.4.2,<4.0.0)
Requires-Dist: cleo (>=2.1.0,<3.0.0)
Requires-Dist: crashtest (>=0.4.1,<0.5.0)
Requires-Dist: cryptography (>=45.0.3,<46.0.0)
Requires-Dist: distlib (>=0.3.9,<0.4.0)
Requires-Dist: dulwich (>=0.22.8,<0.23.0)
Requires-Dist: fastapi (>=0.116.0,<0.117.0)
Requires-Dist: fastjsonschema (>=2.21.1,<3.0.0)
Requires-Dist: filelock (>=3.18.0,<4.0.0)
Requires-Dist: findpython (>=0.6.3,<0.7.0)
Requires-Dist: h11 (>=0.16.0,<0.17.0)
Requires-Dist: httpcore (>=1.0.9,<2.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: idna (>=3.10,<4.0)
Requires-Dist: installer (>=0.7.0,<0.8.0)
Requires-Dist: jaraco-classes (>=3.4.0,<4.0.0)
Requires-Dist: jaraco-context (>=6.0.1,<7.0.0)
Requires-Dist: jaraco-functools (>=4.1.0,<5.0.0)
Requires-Dist: jeepney (>=0.9.0,<0.10.0)
Requires-Dist: keyring (>=25.6.0,<26.0.0)
Requires-Dist: more-itertools (>=10.7.0,<11.0.0)
Requires-Dist: msgpack (>=1.1.0,<2.0.0)
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: pbs-installer (>=2025.5.17,<2026.0.0)
Requires-Dist: pkginfo (>=1.12.1.2,<2.0.0.0)
Requires-Dist: platformdirs (>=4.3.8,<5.0.0)
Requires-Dist: poetry (>=2.1.3,<3.0.0)
Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
Requires-Dist: pycparser (>=2.22,<3.0)
Requires-Dist: pyproject-hooks (>=1.2.0,<2.0.0)
Requires-Dist: rapidfuzz (>=3.13.0,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: secretstorage (>=3.3.3,<4.0.0)
Requires-Dist: shellingham (>=1.5.4,<2.0.0)
Requires-Dist: sniffio (>=1.3.1,<2.0.0)
Requires-Dist: tomlkit (>=0.13.2,<0.14.0)
Requires-Dist: trove-classifiers (>=2025.5.9.12,<2026.0.0.0)
Requires-Dist: typer (>=0.16.0,<0.17.0)
Requires-Dist: urllib3 (>=2.4.0,<3.0.0)
Requires-Dist: uvicorn (>=0.35.0,<0.36.0)
Requires-Dist: virtualenv (>=20.31.2,<21.0.0)
Requires-Dist: zstandard (>=0.23.0,<0.24.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.


