Metadata-Version: 2.4
Name: prep-rate-limiter
Version: 8.0.0
Summary: Provides scaffolding for rate limited features
Project-URL: repository, https://github.com/preparingforexams/rate_limiter
Author-email: BlindfoldedSurgery <team@blindfolded.surgery>
License-File: LICENSE
Classifier: Private :: Do Not Upload
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <3.14,>=3.12
Requires-Dist: deprecated<2,>=1
Requires-Dist: opentelemetry-api<2,>=1.22
Requires-Dist: tzdata
Provides-Extra: opentelemetry-postgres
Requires-Dist: opentelemetry-instrumentation-psycopg; extra == 'opentelemetry-postgres'
Provides-Extra: opentelemetry-sqlite3
Requires-Dist: opentelemetry-instrumentation-sqlite3; extra == 'opentelemetry-sqlite3'
Provides-Extra: postgres
Requires-Dist: psycopg-pool==3.2.*; extra == 'postgres'
Requires-Dist: psycopg[binary]==3.2.*; extra == 'postgres'
Description-Content-Type: text/markdown

# rate_limiter

[![CI status][github-actions-image]][github-actions-link]
[![codecov][codecov-image]][codecov-link]

[github-actions-image]: https://github.com/preparingforexams/rate_limiter/actions/workflows/workflow.yml/badge.svg
[github-actions-link]: https://github.com/preparingforexams/rate_limiter/actions/workflows/workflow.yml

[codecov-image]: https://codecov.io/gh/preparingforexams/rate_limiter/graph/badge.svg?token=XMQTR19QVO
[codecov-link]: https://codecov.io/gh/preparingforexams/rate_limiter
