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
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
.envand 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
- Create a virtual environment:
python3 -m venv venv source venv/bin/activate
- Install Wirepy:
pip install wirepy
- 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
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 wirepy-0.2.5.tar.gz.
File metadata
- Download URL: wirepy-0.2.5.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86858b0f16fb9fbd05bb7f8056e99f5b6177c1383a901ca8bce1d6bfabe261ca
|
|
| MD5 |
907b2d8e5afff74a4a4068b803aa770f
|
|
| BLAKE2b-256 |
a0f7af2d03892d298e41415bb134948eedf547bb70dd591e29cfb0c9d5f5e0fa
|
File details
Details for the file wirepy-0.2.5-py3-none-any.whl.
File metadata
- Download URL: wirepy-0.2.5-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
925e3b5f4f41884496efd18ae86dd9b62ffbdfccc81c98642c0a47d7a5905626
|
|
| MD5 |
7769a9b08fed5af914b1da81404bc73e
|
|
| BLAKE2b-256 |
a8c544b06f97e239b5570533982bdad0dabd77bfcab2918dd49f7d2530d960e9
|