API Reference¶
이 섹션은 Spakky Framework의 모든 패키지에 대한 API 문서를 자동 생성하여 제공합니다.
소스 코드의 docstring을 기반으로 작성되며, 각 클래스·함수·데코레이터의 시그니처와 사용법을 확인할 수 있습니다.
Core¶
- spakky — DI Container, AOP, 부트스트랩
- spakky-domain — DDD 빌딩 블록
- spakky-data — Repository, Transaction 추상화
- spakky-event — 인프로세스 이벤트
- spakky-task — 태스크 추상화
- spakky-outbox — Outbox 패턴
Plugins¶
- spakky-logging — 구조화된 로깅
- spakky-fastapi — FastAPI 통합
- spakky-rabbitmq — RabbitMQ 통합
- spakky-security — 보안 (JWT, 인증)
- spakky-typer — Typer CLI 통합
- spakky-kafka — Kafka 통합
- spakky-sqlalchemy — SQLAlchemy 통합
- spakky-celery — Celery 통합