CLI para gerar scaffolding de projetos FastAPI
Project description
fast-scaffold 🚀
CLI para gerar scaffolding de projetos FastAPI de forma rápida, padronizada e extensível.
O fast-scaffold cria a estrutura inicial de um projeto FastAPI a partir de templates Mako, permitindo evoluir facilmente para múltiplos tipos de scaffolds no futuro.
✨ Features
- 📦 CLI simples e rápida
- ⚡ Geração de projetos FastAPI em segundos
- 🧱 Estrutura baseada em templates (Mako)
- 🧩 Fácil de estender para novos scaffolds
- 🐍 Compatível com Python 3.13+
📦 Instalação
Usando pipx (recomendado para CLIs)
pipx install fast-scaffold
Ou usando pip
pip install fast-scaffold
🚀 Uso rápido
Criar um novo projeto FastAPI:
fast-scaffold project init minha-api
Isso irá gerar a estrutura do projeto no diretório atual:
minha-api/
├── pyproject.toml
├── README.md
└── app/
└── main.py
🧠 Como funciona
O fast-scaffold utiliza templates Mako localizados dentro do pacote:
fast_scaffold/
└── templates/
└── project/
├── pyproject.toml.mako
├── README.md.mako
└── app/
└── main.py.mako
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_scaffold-0.1.1.tar.gz.
File metadata
- Download URL: fast_scaffold-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09850cabab6a13374d12b9595752dc147f26a328b93f2da6c8f38bfef348ccc6
|
|
| MD5 |
863df8ee9df9263e0bdfef8eb6402408
|
|
| BLAKE2b-256 |
87f51f16cdcf3b86871b0cac67c0743f5bab2095118e9eb6e30809b0b15ca21e
|
File details
Details for the file fast_scaffold-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fast_scaffold-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2bb7e90d8873f471b8d2a500175586bcd1952724b67e87b114abd4589158001
|
|
| MD5 |
0d13f2d36cc17e1f600613b76661bbe0
|
|
| BLAKE2b-256 |
5d7dd046e1eef7e381913f5c6fd6036f155f7069fcf89c730e164379f07f521a
|