Python Options
Python-ecosystem categories: web framework, ORM, validation, AI, quality.
Open documentation actions
Categories applied when scaffolding a Python project.
This page covers 27 options across 8 categories.
Use CLI values in commands and MCP payloads.
Python Web Framework
Selection: single
| Option | Label | CLI value |
|---|---|---|
fastapi | FastAPI | fastapi |
django | Django | django |
flask | Flask | flask |
litestar | Litestar | litestar |
none | None | none |
Python ORM
Selection: single
| Option | Label | CLI value |
|---|---|---|
sqlalchemy | SQLAlchemy | sqlalchemy |
sqlmodel | SQLModel | sqlmodel |
tortoise-orm | Tortoise ORM | tortoise-orm |
none | None | none |
Python Validation
Selection: single
| Option | Label | CLI value |
|---|---|---|
pydantic | Pydantic | pydantic |
none | None | none |
Python AI
Selection: multiple
| Option | Label | CLI value |
|---|---|---|
langchain | LangChain | langchain |
llamaindex | LlamaIndex | llamaindex |
openai-sdk | OpenAI SDK | openai-sdk |
anthropic-sdk | Anthropic SDK | anthropic-sdk |
langgraph | LangGraph | langgraph |
crewai | CrewAI | crewai |
none | None | none |
Python Auth
Selection: single
| Option | Label | CLI value |
|---|---|---|
authlib | Authlib | authlib |
jwt | JWT (python-jose) | jwt |
none | None | none |
Python Task Queue
Selection: single
| Option | Label | CLI value |
|---|---|---|
celery | Celery | celery |
none | None | none |
Python Graphql
Selection: single
| Option | Label | CLI value |
|---|---|---|
strawberry | Strawberry | strawberry |
none | None | none |
Python Quality
Selection: single
| Option | Label | CLI value |
|---|---|---|
ruff | Ruff | ruff |
none | None | none |