# py-fastapi > Padrões de código para o Backend Python FastAPI. - Author: Luís Eduardo Angelini Marquitti - Repository: luismarquitti/CAIA - Version: 20260130172302 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/luismarquitti/CAIA - Web: https://mule.run/skillshub/@@luismarquitti/CAIA~py-fastapi:20260130172302 --- --- name: py-fastapi description: Padrões de código para o Backend Python FastAPI. --- # Python FastAPI Skill Use estes padrões ao gerar código backend: 1. **Estrutura:** - Entry point: `backend/main.py` - Routers: `backend/app/routers/` - Services: `backend/app/services/` 2. **Testes:** Use `pytest`. Arquivos devem começar com `test_`. 3. **Typing:** Use type hints estritos (Pydantic models).