A robust and sensible baseline for kick-starting any new FastAPI application.
Project description
AA FastAPI Template
A robust and sensible baseline for kick-starting any new FastAPI application. This template provides a comprehensive setup for developing high-performance web applications with FastAPI, including optional, opinionated development and testing dependencies to enhance your development workflow.
As of v0.15.10 all dependencies are pinned. Testing and build quality are still a work in progress though. For now everything should work but please check the Contributing section below if you find issues.
This package isn't really intended to be used in the same environment as other projects. Since the dependencies here are pinned care should be taken to avoid version conflicts pulled in for other packages.
Prerequisites
- Python 3.10 or higher
- pip (Python package installer)
Usage
# Using pip:
pip install aa-fastapi-template
# tests
pip install aa-fastapi-template[tests]
# dev
pip install aa-fastapi-template[dev]
The base package provides the essential tools for creating FastAPI applications.
While [tests] adds testing libraries, the [dev] option installs both the testing and development tools.
Package Options
Included within each package are:
| aa-fastapi-template | aa-fastapi-template[tests] | aa-fastapi-template[dev] |
|---|---|---|
| asyncpg | + aa-fastapi-template | + aa-fastapi-template[tests] |
| environs | hypothesis | black |
| fastapi | pytest | httpx |
| mypy | pytest-cov | isort |
| psycopg2-binary | pytest-emoji | ruff |
| pydantic | pytest-md | types |
| python-dotenv | pytest-mock | types-toml |
| sqlalchemy | pytest-xdist | |
| sqlmodel | tox | |
| uvicorn |
Contributing
We welcome contributions to the AA FastAPI Template! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Issues: Use the GitHub Issues page
- Pull Requests: Submit pull requests with your changes/fixes.
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 aa_fastapi_template-0.25.0.tar.gz.
File metadata
- Download URL: aa_fastapi_template-0.25.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd52106c264d640a516528f5d20e48e3a250b3666331b3fe3c8b93afed8c9c55
|
|
| MD5 |
9104741f0d31b42aedf292bf4cad793d
|
|
| BLAKE2b-256 |
13dc3bbcbe37ac9dd3bad110fba7132cd98488766cb1389e71f55a440ca1a041
|
File details
Details for the file aa_fastapi_template-0.25.0-py3-none-any.whl.
File metadata
- Download URL: aa_fastapi_template-0.25.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6f4e9f6921a4b5ed8db5a64a3c90bb117af0f5187759c6532bcd0779eec080b
|
|
| MD5 |
d437c9d73531cc473fb5dc7861e20b9f
|
|
| BLAKE2b-256 |
ec3b1cb700ca0dcab7c3803c906ba2627e45b01b50d239fd38eaafdb037629b4
|