Skip to content

Quickstart

Requirements

  • Python 3.10 to 3.13

Installation

Install from pypi:

This will install the latest release from pypi via pip:

pip install fastapi-buzz

Install latest version from github

If you would like a version other than the latest published on pypi, you may do so by cloning the git repository:

git clone https://github.com/dusktreader/fastapi-buzz.git

Next, checkout the branch or tag that you wish to use:

cd fastapi-buzz
git checkout integration

Finally, use uv to install from the local directory:

uv sync

Using

See examples/basic.py for an example of how to use this exception package.