msaFeature - Feature switch management with conditions
Project description
msaFeature - Feature switch management with conditions or simple decorators
Optimized for use with Starlette/FastAPI/Pydantic.
Allows to create feature switches and to setup conditions those switches will be enabled
for. Once configured, switches can then be checked against inputs (requests, user objects, etc) to see if the switches are active/enabled.
Documentation: msaFeature Documentation (https://msaFeature.u2d.ai/)
Features
This library includes two versions for FastAPI Feature Flags Management:
- Simple: Just a decorator and configuration with json from a file, dict or via url.
- Complex with Switch & Conditions: Complex version with switches and conditions based on your pydantic model and their business logic.
License Agreement
msaFeature
Based onMIT
open source and free to use, it is free for commercial use, but please show/list the copyright information about msaFeature somewhere.
How to create the documentation
We use mkdocs and mkdocsstring. The code reference and nav entry get's created virtually by the triggered python script /docs/gen_ref_pages.py while mkdocs
serve
or build
is executed.
Requirements Install for the PDF creation option:
PDF Export is using mainly weasyprint, if you get some errors here pls. check there documentation. Installation is part of the msaFeature, so this should be fine.
We can now test and view our documentation using:
mkdocs serve
Build static Site:
mkdocs build
Build and Publish
Build:
python setup.py sdist
Publish to pypi:
twine upload dist/*
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
File details
Details for the file msaFeature-0.0.1.tar.gz
.
File metadata
- Download URL: msaFeature-0.0.1.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bce490d8c0cf4649dcaa551fa310b7ccef8b5632ff4f624ef3e621d05b34425 |
|
MD5 | 0bcb0f7b033befde2aaa1788e7271672 |
|
BLAKE2b-256 | 6189a8731d6f1b657ca941353266834f0c0d5cb06c6cbfc9d9a651d0c18c16bc |