장마감이후 호출하는 경우 KeyError에 대한 방어코드 추가함. - #76
Open
visualmoney wants to merge 265 commits into
Open
Conversation
…래스가 정상 동작하는지 확인 3. 지 않은 서브클래스는 여전히 추상으로 취급되는지 확인)
…를 조정하는 리팩토링 (test_cache.py 수정완료)
Co-authored-by: Cursor <cursoragent@cursor.com>
허브-스포크가 핵심이고 코드는 그대로 둡니다. 문서 한 그림은 #146 입니다. Co-authored-by: Cursor <cursoragent@cursor.com>
옛 계층 흐름도와 틀린 호출을 지웁니다. 코드 구조는 그대로입니다. Co-authored-by: Cursor <cursoragent@cursor.com>
허브-스포크만 모듈 구조입니다. SimpleKIS 는 파사드가 아닙니다. Co-authored-by: Cursor <cursoragent@cursor.com>
스텁은 #150 의 남은 칸이었습니다. 시세 예제를 복제하지 않습니다. Co-authored-by: Cursor <cursoragent@cursor.com>
자격증명 없이 겉면을 보고, 통합 연기는 채운 설정만 쓴다. 추적 템플릿을 넘기던 연기는 결함이라 뺀다. Co-authored-by: Cursor <cursoragent@cursor.com>
keep_token 이 앱 json 이면 mkdir 하지 않고, 주석 YOUR_HTS_ID 로 skip 하지 않습니다. 잔고·계좌 조회는 #30 필수 연기가 아닙니다. Co-authored-by: Cursor <cursoragent@cursor.com>
test: 자격증명 연기를 시세·연결로 고정한다
현물 표면이 아닌 커리큘럼 경로가 살아 있는 문서를 가리키고 있었습니다. git 이 기억하므로 archive 하지 않습니다. Co-authored-by: Cursor <cursoragent@cursor.com>
…culum examples: 초·중·고 폴더를 접고 01_basic 만 남긴다
PyKis·~/.pykis·PYKIS_* 와 루트→types 위임을 없애고 Stable classifier·문서를 맞춥니다. v1.0.0 태그는 치지 않습니다. Co-authored-by: Cursor <cursoragent@cursor.com>
…prep fix(compat)!: 1.0.0 호환 폴백과 루트 위임을 제거한다
draft/config-schema-v2 는 #75 로 반영된 초안이라 원격에서 지웠습니다. CHANGELOG 를 0.3.0 으로 옮깁니다. Co-authored-by: Cursor <cursoragent@cursor.com>
docs: 0.3.0 출시 노트
Co-authored-by: Cursor <cursoragent@cursor.com>
docs: v0.3.0 태그 결과 일지
문서의 현재 계열을 1.0.0 으로 옮깁니다. Co-authored-by: Cursor <cursoragent@cursor.com>
docs: v1.0.0 태그 결과
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ PR Summary
🌟 요약
어떤 것이 변경되었나요? 간략히 설명해주세요.
인증 토큰을 자동으로 관리하는 기능을 추가했습니다.
📊 주요 변경 사항
주요 변경 사항을 적어주세요.
utils.workspace.py파일을 추가했습니다.PyKis 라이브러리의 개인 작업 공간을 관리하는 기능을 추가했습니다.
kis.py에서PyKis메인 클래스 생성자에 keep_token 인자를 추가했습니다.keep_token이 True이면 인증 토큰을 개인 작업 공간에서 자동으로 관리합니다.
🎯 목적 및 영향
목적: 왜 이 PR이 필요한가요?
인증 토큰을 자동으로 관리하는 기능을 추가하여 라이브러리를 손쉽게 사용할 수 있도록 합니다.
영향: 이 변경 사항이 어떤 영향을 미치나요?
토큰 로드 및 저장을 자동으로 처리하므로 비전문 사용자가 토큰을 관리하는 부담이 줄어듭니다.