12 projects
fast-feature
A lightweight, async, OpenFeature-compatible (OFREP) feature flag server.
fast-feature-testing
Reusable pytest contract for fast-feature FlagRepository implementations.
fast-feature-admin
Admin JSON API and server-rendered web console for fast-feature.
fast-feature-ofrep
OpenFeature Remote Evaluation Protocol (OFREP) HTTP layer for fast-feature.
fast-feature-storage-postgresql
PostgreSQL storage backend for fast-feature (asyncpg).
fast-feature-storage-inmemory
In-memory storage backend for fast-feature (zero dependencies).
fast-feature-storage-sqlalchemy
Async SQLAlchemy storage backend for fast-feature (shared by the SQL drivers).
fast-feature-engine
JsonLogic targeting and evaluation engine for fast-feature.
fast-feature-core
Core domain model for fast-feature: flags, evaluation outcomes, and the storage interface.
async-typer
Typer with first-class async support: unified sync/async commands, callbacks, and lifecycle event handlers.
cloud-map-py
AWS Cloud Infrastructure Mapper - Visualize and analyze AWS cloud resources
fastapi-frl
Rate limiter implementation for FastAPI