Metadata-Version: 2.5
Name: lcp-reference-platform
Version: 1.0.2
Summary: Production-oriented reference platform and router for LCP Lead Context Protocol deployments.
Project-URL: Documentation, https://github.com/SpearSystems/LCP
Project-URL: Source, https://github.com/SpearSystems/LCP
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: cryptography>=42.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: jsonschema>=4.20.0
Requires-Dist: referencing>=0.35.0
Provides-Extra: object-storage
Requires-Dist: boto3>=1.35.0; extra == 'object-storage'
Requires-Dist: clamd>=1.0.2; extra == 'object-storage'
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.2; extra == 'postgres'
Provides-Extra: production
Requires-Dist: boto3>=1.35.0; extra == 'production'
Requires-Dist: clamd>=1.0.2; extra == 'production'
Requires-Dist: gunicorn>=23.0; extra == 'production'
Requires-Dist: psycopg[binary]>=3.2; extra == 'production'
