Pytlicek / fastapi-featureflags

FastAPI Feature Flags

Home Page:https://pypi.org/project/fastapi-featureflags/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: getting feature flags from dynaconf and pydantic-settings

imrehg opened this issue · comments

Besides loading from JSON and dicts, it could be useful to have an easy way to load a set of feature flags from

This could expand the usage of this module, and would make it easier to integrate it.

Good idea. I will look at this next week or so. Perhaps an idea for the next Hacktober fest :)