Using Web Framework#

This page list plugings to get Web Framework integrations.

Django#

The Django plugin dj-blacksmith is available and create and initialize clients from the django settings. It support sync and async clients.

Pyramid#

The plugin pyramid-blacksmith create a request property blacksmith that bind blacksmith clients configured via the Pyramid configurator.

FastAPI#

There is no plugins for FastAPI, but the example unittesting is based on FastAPI Dependency Injection.