Metadata-Version: 2.4
Name: core-system-grpc
Version: 0.3.2
Summary: Core System gRPC Package - Python Proto Specifications and Client Libraries
Project-URL: Repository, https://github.com/SaladLabInc/core-system-grpc
Project-URL: Issues, https://github.com/SaladLabInc/core-system-grpc/issues
Author-email: Core System Team <info@alph.kr>
License: Closed Source
Requires-Python: >=3.11
Requires-Dist: grpcio>=1.50.0
Requires-Dist: protobuf>=4.21.0
Provides-Extra: dev
Requires-Dist: grpcio-tools>=1.50.0; extra == 'dev'
Requires-Dist: mypy-protobuf>=3.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# Core System gRPC Package

이 패키지는 Saladlab Core System의 gRPC 프로토 파일로 생성된 서버와 스텁을 관리합니다.

## 라이선스

Closed Source - 사내 전용 서비스입니다.

## 버전 관리

이 패키지는 시멘틱 버저닝을 따릅니다:
- Major: Breaking changes
- Minor: 새로운 서비스/메시지 추가
- Patch: 버그 수정, 문서 업데이트
