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 applications, and also includes development dependencies from dev-dependencies.
Building a package to release
Install Dependencies
python3 -m pip install --upgrade pip
pip install --upgrade setuptools build twine
Tag release
git tag v0.1
git push origin v0.1
Build a distribution (for releases, do this on main with a fresh tag)
python3 -m build
To first test release that package
twine upload --repository testpypi dist/*
To formally release that package
twine upload dist/*
To see what the current version will be
python -m setuptools_scm
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.12.0.tar.gz.
File metadata
- Download URL: aa_fastapi_template-0.12.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Linux/6.7.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dc680103212af7933158d06775a2432eee47c470f260ce339bb96aa3625292e
|
|
| MD5 |
f1aa9bcddb05aa2b31e2b4193ecb566b
|
|
| BLAKE2b-256 |
7ff25061affdc948f2ce008d3a80608764344489ca03c10284b2dc680cd29081
|
File details
Details for the file aa_fastapi_template-0.12.0-py3-none-any.whl.
File metadata
- Download URL: aa_fastapi_template-0.12.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Linux/6.7.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
638da54045dbf3ac5c05d43aed60c86883a971897c283a199097e091aa7bfe7e
|
|
| MD5 |
5b9928a6fb2b2a0cc3eeaacc2c134bbf
|
|
| BLAKE2b-256 |
ede0d8ac9b50bdaae2909dc258bc9d689797c6175c92c19bbe21aa7c27891a2f
|