Metadata-Version: 2.4
Name: utilskit
Version: 0.2.1
Summary: description
Author: Kimyh
Author-email: kim_yh663927@naver.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: matplotlib==3.10.3
Requires-Dist: numpy==2.2.6
Requires-Dist: pandas==2.3.1
Requires-Dist: PyMySQL==1.1.1
Requires-Dist: SQLAlchemy==2.0.41
Requires-Dist: tqdm==4.67.1
Requires-Dist: xlrd==2.0.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 0.2.1
- repeatutila 에 get_section 함수 추가
# 0.2.0 
- 정식 최초 배포버전
- 각 함수의 사용성 강화 및 비활성 함수 지정
# 0.1.2
- repeatutils 의 get_repeat_section 에서 하나의 값이 여러 구간에서 반복될때 마지막 구간만 나오는 부분 수정
- repeatutils 의 get_repeat_section 및 get_stan_repeat_section 에서 추출되는 구간의 마지막 값이 +1 이 되는 부분 수정
# 0.1.1
- repeatutils.py 추가
- utils.py 에서 repeat 관련 함수 제거
