Scaffold a FastAPI + SQLAlchemy backend boilerplate in seconds
Project description
fastapi-scaffolder
A CLI that generates a ready-to-code FastAPI + SQLAlchemy + SQLite backend project — folders, DB session wiring, an example CRUD resource, and tests — so you can skip straight to writing business logic instead of rebuilding the same plumbing every time.
Install & use
# one-off, no permanent install (like npx)
uvx fastapi-scaffolder init "My API"
# or install it properly
pip install fastapi-scaffolder
fastapi-scaffold init "My API"
This creates a my_api/ folder with a working FastAPI app.
Local development
cd fastapi-scaffolder
pip install -e . --break-system-packages # editable install
fastapi-scaffold init "Demo Project"
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 fastapi_scaffolder-0.1.1.tar.gz.
File metadata
- Download URL: fastapi_scaffolder-0.1.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
486d8bbc647445f8ab8e43a06452ba5159b01dda88fe8930599687f1107c63a4
|
|
| MD5 |
5558a10de2f3ad065c82d4c58f3a81cc
|
|
| BLAKE2b-256 |
b6f8c26cafa91e89eb38b53a532ebcacc6040a1cca93a1c3f27d59252bf0c94f
|
File details
Details for the file fastapi_scaffolder-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fastapi_scaffolder-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60bdf2490b28b0fc547dee4abf15d109567723169afda33481b3584921346fab
|
|
| MD5 |
362bd6f1895f8ba915db63ce21f54df3
|
|
| BLAKE2b-256 |
35ca08291da9464231ff9f134363fa4788cfda2725cdae6070e7c1551270fad1
|