Real-Time API Analytics Middleware for Flask and FastAPI
Project description
README.md (simplified)
Reqlytics Python SDK
Reqlytics is a real-time API analytics middleware for Flask and FastAPI.
Installation
pip install git+https://github.com/your-github/reqlytics-sdk.git
Usage
Flask
from flask import Flask
from reqlytics import flask_analytics, flask_start_timer
app = Flask(__name__)
app.before_request(flask_start_timer)
app.after_request(flask_analytics("your_api_key", debug=True))
FastAPI
from fastapi import FastAPI
from reqlytics import fastapi_analytics
app = FastAPI()
app.add_middleware(fastapi_analytics, api_key="your_api_key", debug=True)
MIT License © 2025 – Reqlytics Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reqlytics-0.1.0.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reqlytics-0.1.0.tar.gz.
File metadata
- Download URL: reqlytics-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb0b8223824dd2c9e6ea9a0adbbe8a224d2f6589f775b002c457266cce542f7
|
|
| MD5 |
e8649fb607ae3be997ae1fa6a597611c
|
|
| BLAKE2b-256 |
d904ab20a1a459559dfa0bbe5e4ff6344a2a85995f30615523f2397f7d34c39a
|
File details
Details for the file reqlytics-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reqlytics-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d0d02f56ef89ca3ae65196ab836f18dbd005a504996bc6f8d66f20898834c4
|
|
| MD5 |
9a1eb8739ac1de8ca4261448e8916a54
|
|
| BLAKE2b-256 |
33a60cee867a03d84259d30f39fcded4af868f61c402d3a14f9b9e43c8e4a17a
|