issue-core/issue_tracker/backends/__init__.py

11 lines
385 B
Python
Raw Normal View History

2025-10-25 00:54:20 +02:00
"""
Issue Tracking Backend Plugins
This package contains implementations for various issue tracking backends.
Each backend implements the IssueBackend interface to provide a consistent
API regardless of the underlying issue tracking system.
Available Backends:
- local: SQLite-based local backend for offline use
- gitea: Gitea API backend for GitHub-compatible systems
"""