Skip to content

DataStructor/fixed-window-ratelimiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fixed Window Rate Limiter (API)

A simple Python implementation of a fixed window rate limiting algorithm.

License Python Version Maintenance

Overview

This library provides a FixedWindowRateLimiter class to control the rate of requests based on a fixed time window. If you have any issues / questions, contact me.

Features

  • Fixed window rate limiting strategy.
  • Configurable max_requests and time_window.
  • Client-specific tracking via a unique identifier.

About

A simple python library for fixed window API rate limiting.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages