migrated all pawprint work

This commit is contained in:
buenosairesam
2025-12-31 08:34:18 -03:00
parent fc63e9010c
commit 680969ca42
63 changed files with 4687 additions and 5 deletions

14
artery/veins/__init__.py Normal file
View File

@@ -0,0 +1,14 @@
"""
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)
"""