Metadata-Version: 2.4
Name: andrea-svc-web
Version: 0.3.2
Summary: Andrea shared web-service base: Django/DRF/gunicorn scaffolding (framework-only settings, /health, storm-safe view, drf-spectacular OpenAPI, a bounded gunicorn worker pool). Author a new service by writing ONLY its views + serializers; everything cross-cutting is inherited. Composes with andrea-svc-auth for auth. The 'no single-threaded HTTP server anywhere' answer, in one place (operator 2026-07-19; the #250 lesson).
Author: Andrea project
Requires-Python: >=3.10
Requires-Dist: Django<5.2,>=5.0
Requires-Dist: djangorestframework<3.16,>=3.15
Requires-Dist: drf-spectacular<0.30,>=0.27
Requires-Dist: gunicorn<23.0,>=22.0
Requires-Dist: andrea-svc-auth[django]
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-django>=4; extra == "dev"
