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.1.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.1.tar.gz.
File metadata
- Download URL: reqlytics-0.1.1.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 |
666bacb4b93fc81a1c1b27b96b15f975c674a54ee8764d82aa58aeb4520e05a6
|
|
| MD5 |
4bf3bfa0f5f14ea608fbba9216316b47
|
|
| BLAKE2b-256 |
dce7c586d4259797f446a68e3ac135daeecedc9f611c0c0b3d3e1ad2f3d00399
|
File details
Details for the file reqlytics-0.1.1-py3-none-any.whl.
File metadata
- Download URL: reqlytics-0.1.1-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 |
e9aee71224c45894a42399a514ba2024de398a1f2137dfba5cb2f3a62c06e778
|
|
| MD5 |
c380c96f74747fca4d68cfe48310fd6a
|
|
| BLAKE2b-256 |
93c0fc7371a782136b4e89b30953949fb9e37f664a91be885d7ae07d5922ce7c
|