Default adapters for Framework M (SQLAlchemy, Redis, Litestar)
Project description
Framework M Standard
Default adapters and Desk UI serving for Framework M.
Installation
pip install framework-m-standard
Or with uv:
uv add framework-m-standard
Default adapters and infrastructure implementations for Framework M.
Overview
Framework M Standard provides a set of batteries-included adapters for the core protocols:
- Database: SQLAlchemy-based repositories and automatic schema mapping.
- Web: Litestar integration with auth guards and Desk UI serving.
- Async I/O: Redis-backed caching and event bus implementations.
- Background Jobs: Taskiq integration for reliable job processing.
These adapters are designed to work together seamlessly but can be swapped individually as needed.
Usage
This package is typically used as a dependency of framework-m.
For most applications, install the full framework-m package instead.
from framework_m_standard.adapters.db import GenericRepository
from framework_m_standard.adapters.cache import RedisCacheAdapter
from framework_m_standard.adapters.web.app import create_app
License
Apache 2.0 License - see LICENSE for details.
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 framework_m_standard-0.12.0.tar.gz.
File metadata
- Download URL: framework_m_standard-0.12.0.tar.gz
- Upload date:
- Size: 939.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a7978a461bcb66e28619758d3659efca8065b7683e92436c77596452561377
|
|
| MD5 |
7e2e82f4b234b9a2788eef6ad08296b2
|
|
| BLAKE2b-256 |
054e033a1d177418b5cac4aca86c5197c189050fef4f147ee55db876ad20d85b
|
File details
Details for the file framework_m_standard-0.12.0-py3-none-any.whl.
File metadata
- Download URL: framework_m_standard-0.12.0-py3-none-any.whl
- Upload date:
- Size: 766.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0a4a3fa5be94aabd2045c280206a16d57ff59d9c19a20f0aaa9d8aa210f614
|
|
| MD5 |
ff96da8c5a33de65469575ac5240abdc
|
|
| BLAKE2b-256 |
e8b22c0f5c4d05bb362bd8bc702c1b5deead4b39d348e980e9a3e6478791e38c
|