A lightweight, async, OpenFeature-compatible (OFREP) feature flag server.
Project description
fast-feature
The umbrella distribution for fast-feature: an async, OpenFeature-compatible (OFREP) feature flag server.
pip install "fast-feature[standalone]" # + uvicorn, to run the server
pip install "fast-feature[postgresql]" # + PostgreSQL backend
pip install "fast-feature[admin]" # + admin console
pip install "fast-feature[all]"
Run it:
FAST_FEATURE_BACKEND=inmemory fast-feature serve --host 0.0.0.0 --port 8000
Or embed it:
from fast_feature.server import Application, Settings
app = Application.create(Settings(admin=True))
See the project README 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
fast_feature-0.0.2.tar.gz
(3.0 kB
view details)
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 fast_feature-0.0.2.tar.gz.
File metadata
- Download URL: fast_feature-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5e364c8ccf8313cc2098c46cd5ed75372b401b72ebcd946a5beaf15d0be0b6b
|
|
| MD5 |
e5e2fc84c99144822c2d7a854a677690
|
|
| BLAKE2b-256 |
b22e2bf71cf7729f6b66caa2212e73525fbd214bf0e644ea7e7287f2aa3aebc7
|
File details
Details for the file fast_feature-0.0.2-py3-none-any.whl.
File metadata
- Download URL: fast_feature-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3953fef14d778b56ed48ecdb77545510f72feebd692d1acadc1f3a550e78718b
|
|
| MD5 |
50b8859f70400cc7fbd75946c05c8aac
|
|
| BLAKE2b-256 |
efa610d590e54ff8aa614306b3dac862a5fb3adfd8ef4e7dc50b0291e9bbef17
|