Commit Graph

8 Commits

Author SHA1 Message Date
fe07912040 docs: update install instructions and bump version to 0.2.0 2026-02-04 01:49:53 +00:00
2900fca30a fix: add ruff per-file-ignores for tests and re-exports 2026-02-04 01:26:06 +00:00
a8b3319d14 fix: disable pyright false positives for FastAPI route handlers 2026-02-04 01:23:02 +00:00
c966fdfe21 fix: exclude .venv and .cache from source distribution 2026-02-04 01:13:34 +00:00
ac90ac4141 chore: update project URLs to GitLab and add black to dev deps 2026-02-04 01:07:14 +00:00
6c5584c6b4 Switch from MIT to Apache 2.0 license 2026-01-09 01:11:07 +00:00
9fe700296d Add get_stats to MemoryBackend and update pytest config
Added get_stats() method for consistency with RedisBackend. Also added
httpx and pytest-asyncio as dev dependencies.
2026-01-09 00:50:43 +00:00
da496746bb Initial commit: fastapi-traffic rate limiting library
- Core rate limiting with multiple algorithms (sliding window, token bucket, etc.)
- SQLite and memory backends
- Decorator and dependency injection patterns
- Middleware support
- Example usage files
2026-01-09 00:26:19 +00:00