Skip to main content

FastAPI Project Gen8 is a lightweight command-line tool designed to generate clean, structured, production-ready FastAPI project scaffolds at warp speed

Project description

FastAPI Gen8

FastAPI Project Gen8 is a lightweight command-line tool designed to generate clean, structured, production-ready FastAPI project scaffolds at warp speed.


███████╗ █████╗ ███████╗████████╗ █████╗ ██████╗ ██╗
██╔════╝██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██║
█████╗  ███████║███████╗   ██║   ███████║██████╔╝██║
██╔══╝  ██╔══██║╚════██║   ██║   ██╔══██║██      ██║
██║     ██║  ██║███████║   ██║   ██║  ██║██║    ║██║
╚═╝     ╚═╝  ╚═╝╚══════╝   ╚═╝   ╚═╝  ╚═╝╚═╝    ╚╝╚╝

██████╗ ██████╗  ██████╗ ███████╗███████╗ ██████  ████████╗
██╔══██╗██╔══██╗██╔═══██╗ ════██╗██╔════╝██╔════╝ ╚══██╔══╝
██████╔╝██████╔╝██║   ██║     ██║█████╗  ██║         ██║
██╔═══╝ ██╔══██╗██║   ██║███  ██║██╔══╝  ██║         ██║
██║     ██║  ██║╚██████╔╝██████╔╝███████╗╚██████╗    ██║
╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝    ╚═╝

 ██████╗ ███████╗███╗   ██╗███████╗ █████╗
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗
██║  ███╗█████╗  ██╔██╗ ██║█████╗   █████╔╝
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗
╚██████╔╝███████╗██║ ╚████║███████╗ █████╔╝
    ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚═══╝ ╚════╝

Generate FastAPI Projects in Seconds 🚀

Overview

FastAPI Gen8 is a lightweight command-line tool designed to generate clean, structured, production-ready FastAPI project scaffolds at warp speed. Whether you're spinning up a new microservice or testing a prototype idea, Gen8 gives you a fresh, organized foundation with sensible defaults — so you can focus on building, not boring setup rituals.

Prerequisites

Before igniting the generator, make sure you've completed the following:

  • Create a remote Git repository for your new project.
  • Optionally Setup a Database (E.g, Postgres, MySQL) for your Fastapi
  • Setup a Redis Server running on your machine

Gen8 will automatically initialize Git and link your project to the remote origin you provide. (Think of it as handing the newborn project its first passport.)

Features

  • Instant FastAPI project scaffold
  • Automatic Git initialization + remote origin setup
  • Clean directory structure and preconfigured templates
  • Opinionated defaults without being bossy
  • Fast, simple, and repeatable — like a well-trained cosmic forge

Installation

pip install fastapi-gen8

(or whatever installation method your tool uses — adjust as needed.)

Usage

fastapi-gen8

Introduction Screenshot

You’ll be prompted for project details such as name, slug, description, and Git remote URL. Then—whoosh!—a fully structured FastAPI project appears in your universe.

Example

fastapi-gen8 --name "my-awesome-api" --remote "git@github.com:me/my-awesome-api.git"

Project Structure

A typical generated project looks like:

<project_slug_name>/
├── app/
│   ├── main.py
│   ├── routers/
│   ├── models/
│   ├── services/
│   ├── __init__.py
│   ├── main.py
│   ├── api_router.py
│   ├── dependencies.py
│   ├── logger.py
│   ├── middlewares.py
│   ├── mailer.py
│   ├── redis_manager.py
│   └── utils
├── requirements.txt
├── alembic/
├── alembic.ini
├── .gitignore
├── README.md
└── ...

Why FastAPI Gen8?

  • Because the world moves too fast for boilerplate.
  • Because creativity should start at the endpoint, not the folder tree.
  • Because momentum matters — and FastAPI Gen8 gives you that first push.

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastapi_gen8-0.0.10.tar.gz (236.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastapi_gen8-0.0.10-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file fastapi_gen8-0.0.10.tar.gz.

File metadata

  • Download URL: fastapi_gen8-0.0.10.tar.gz
  • Upload date:
  • Size: 236.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.12.0 HTTPX/0.28.1

File hashes

Hashes for fastapi_gen8-0.0.10.tar.gz
Algorithm Hash digest
SHA256 77a91bc03c7c9e4cb94c12fda4638b627380aa0453503811d97beb98d64aec1d
MD5 3546df0069cf0ea25637c0f1b341bd62
BLAKE2b-256 125f4af199b2fd9485c1136e8eab3bcb120ea15814bb0d87406f6ada6d6a5aab

See more details on using hashes here.

File details

Details for the file fastapi_gen8-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: fastapi_gen8-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.12.0 HTTPX/0.28.1

File hashes

Hashes for fastapi_gen8-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6f30e72cdcbc91f480431af8c5557d9bf4e715ce02205453909bac02baf786a8
MD5 41e1aca5a6b40bffecdd5b591d065d9a
BLAKE2b-256 74161ce606be2c727920c61653dbc5859d92de7a1d34ff5989d98cc02abdbbbf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page