Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A robust and sensible baseline for kick-starting any new FastAPI application.
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.
# 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.
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 |
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.
FAQs
A robust and sensible baseline for kick-starting any new FastAPI application.
We found that aa-fastapi-template demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.