Drop ratelimit.py
into your app directory to use in your own Shiny for Python app. See app.py
for an example of these decorators in action.
Why is this a gist instead of a PR? Because to implement this "properly" for Shiny for Python, this would need to be beefed up to include type annotations, support for async, and unit/integration tests, which would all be more effort than this has taken so far. (To be clear, we want to do all that, but in the meantime, here's this gist.)