kiwoom-rest-api에 기여해주셔서 감사합니다!
git clone https://github.com/younghwan91/kiwoom-rest-api.git
cd kiwoom-rest-api
pip install -e ".[dev]"
# 또는
uv pip install -e ".[dev]"Python 3.10 이상이 필요합니다.
pytest tests/ -vmain브랜치에서 새 브랜치를 생성합니다.- 변경 사항을 커밋합니다.
- 모든 테스트가 통과하는지 확인합니다:
pytest tests/ -v - PR을 생성합니다.
GitHub Issues에서 이슈를 생성해주세요.