Skip to main content

Laravel-style project structure for FastAPI

Project description

Wirepy

Wirepy is a Python project scaffolding tool designed to accelerate the development of FastAPI-based applications. It provides a command-line interface (CLI) to generate boilerplate code, manage migrations, and organize your project structure following best practices.

Features

  • CLI Tooling: Easily scaffold new FastAPI projects and components.
  • Project Templates: Predefined templates for controllers, models, routes, schemas, services, and core utilities.
  • Database Integration: Built-in support for database configuration and migrations using Alembic.
  • Environment Management: Template for .env and requirements management.

Folder Structure

── wirepy/
     ├── app/
     │   ├── controllers/
     │   ├── models/
     │   ├── routes/
     │   ├── schemas/
     │   ├── services/
     │   └── core/
     │       ├── config.py
     │       └── database.py
     ├── __init__.py
     ├── alembic/
     ├── alembic.ini
     ├── main.py
     ├── .env
     ├── requirements.txt
     └── README.md

Installation

  1. Create a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
    
  2. Install Wirepy:
    pip install wirepy
    
  3. Create a new project:
    wirepy new <project-name>
    

## License

This project is licensed under the terms of the MIT License. See the `LICENSE` file for details.

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

wirepy-0.1.6.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

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

wirepy-0.1.6-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file wirepy-0.1.6.tar.gz.

File metadata

  • Download URL: wirepy-0.1.6.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for wirepy-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ad41adcf60476232327d8ff3da8324c033ab08bda41c9a3158947fad020253ab
MD5 631cbb539ab2c5c12d2c8aa910939325
BLAKE2b-256 50aeca067489bdf02a9f9bdec36b618573f697bfc0380f15f5d8013532ddfeac

See more details on using hashes here.

File details

Details for the file wirepy-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: wirepy-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for wirepy-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 190b17f7fa6cbe54fe6f484f7557af426f5a10d35afde5b793de4b9ce562b570
MD5 b7e3a60582f9acb5086be44e33a933d3
BLAKE2b-256 9862a17851783ad80f6642cef1f6e7ce3dd85e58de06ec4e51ca10a9d5aa8e12

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