API-KA — plateforme centrale : collecte quotidienne des 8 services KA, historisation append-only et API publique sur www.api-ka.com
Python 60.9%
HTML 21%
TypeScript 7.3%
JavaScript 5.2%
CSS 4.8%
Shell 0.8%
1# ============================================2# Projet : API-KA3# Fichier : requirements.txt4# Node : m3u96b5# Author : Simon-Pierre Boucher6# Contact : contact@spboucher.ai7# Date : 2026-08-168# ============================================910fastapi>=0.11511uvicorn[standard]>=0.3012sqlalchemy>=2.013psycopg2-binary>=2.914alembic>=1.1315apscheduler>=3.1016httpx>=0.2717python-dotenv>=1.018fpdf2>=2.81920# Développement / tests21pytest>=8.022black>=24.023ruff>=0.524anthropic>=0.4025