Metadata-Version: 2.4
Name: prep-rate-limiter
Version: 8.1.4
Summary: Provides scaffolding for rate limited features
Author: Björn Petersen
Author-email: Björn Petersen <pypi@bjoernpetersen.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Private :: Do Not Upload
Requires-Dist: opentelemetry-api>=1.22,<2
Requires-Dist: tzdata
Requires-Dist: opentelemetry-instrumentation-psycopg ; extra == 'opentelemetry-postgres'
Requires-Dist: opentelemetry-instrumentation-sqlite3 ; extra == 'opentelemetry-sqlite3'
Requires-Dist: psycopg[binary]==3.2.* ; extra == 'postgres'
Requires-Dist: psycopg-pool==3.2.* ; extra == 'postgres'
Requires-Python: >=3.12, <3.15
Project-URL: changelog, https://github.com/preparingforexams/rate_limiter/blob/main/CHANGELOG.md
Project-URL: repository, https://github.com/preparingforexams/rate_limiter
Provides-Extra: opentelemetry-postgres
Provides-Extra: opentelemetry-sqlite3
Provides-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
