Live data from Hacker News

Show HN: FastAPI Feature Flags

github.com

1–3 of 3 posts

Re: Show HN: FastAPI Feature Flags

#2
I created this package because I needed to turn on and off some features on my personal projects. I mainly use it in GeoSearch.dev, where I can control the flow of matching engine at runtime. I don't think anyone needs to explain how feature flags work.

I already use the package in production, but there is still room for improvement. I hope you will like it.