Files
soleprint/artery/veins/__init__.py
2025-12-31 08:34:18 -03:00

15 lines
385 B
Python

"""
Veins - Stateless API connectors.
Each vein follows the pattern:
core/ - Isolated API client (no FastAPI dependency)
api/ - FastAPI routes wrapping the core
models/ - Pydantic models and formatters
ui/ - Simple test form (optional)
Available veins:
- jira - Jira issue tracking
- slack - Slack messaging
- google - Google APIs (OAuth)
"""