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.1.tar.gz
(2.9 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.1.tar.gz.
File metadata
- Download URL: fast_feature-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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 |
2109a50f87b150c9ebe4592d6a9fce7b0612e354e94ed2720c96a9026d479008
|
|
| MD5 |
de5f090641ae6174627d10807dc54278
|
|
| BLAKE2b-256 |
18b840bbdae5f295b673afb943098fe61f2ae28b064bfb49896e905d0b970aa9
|
File details
Details for the file fast_feature-0.0.1-py3-none-any.whl.
File metadata
- Download URL: fast_feature-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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 |
3aed735ee467fde41e0c17c7c5313a2cec3181364a28e05a2dbcffb88cb873ce
|
|
| MD5 |
f93c9128eeac60f58ecda2ca496e4aa9
|
|
| BLAKE2b-256 |
6624e463d10ecf48829807fc0d314fcad7b42163777ee1e64b7376932122af32
|