Pytlicek / fastapi-featureflags

FastAPI Feature Flags
https://pypi.org/project/fastapi-featureflags/
MIT License
50 stars 7 forks source link

Idea: getting feature flags from dynaconf and pydantic-settings #14

Open imrehg opened 10 months ago

imrehg commented 10 months ago

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.

Pytlicek commented 9 months ago

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