Hacker News new | ask | show | jobs
Show HN: FastAPI Feature Flags (github.com)
3 points by pytlicek 1654 days ago
2 comments

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.

Like it! <3 Installed it yesterday, tested today. Easy... and it works like a charm :)