Skip to main content

WirePy is built on top of FastAPI with the core goal of maintaining large Python backends developed by multiple team members using a standardized project structure. It comes with built-in database connectivity and integrated Alembic migrations. Core components such as models, controllers, services, and schemas are already organized and ready to use. Instead of spending time setting up the project structure, you can simply install it via `pip` and start coding right away.

Project description

Wirepy Logo

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.2.4.tar.gz (9.5 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.2.4-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for wirepy-0.2.4.tar.gz
Algorithm Hash digest
SHA256 876cd14600e0e54a7c9fd20fe2fc42d1b925d185035aeee5d4469643d29ba3ed
MD5 dd39b94c857703c3c7d2c4df636ec95b
BLAKE2b-256 646e474e02803598458a569d14c05c73a9917972c7c878c0605718fc92c15204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wirepy-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 12.1 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.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0545e4d1e6dd0fdec8410de23040ad5826f7cb6bb0309cbfdf6f5a32210bbb1c
MD5 8d77ae41f5b8f30d7bf5d1c423a90daf
BLAKE2b-256 7cc1f275f79cb61151f71c434291315f9af2ad21d8639a157f39d9b6682f3fa9

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