pytime (1) 썸네일형 리스트형 [Python] pytimekr 패키지 https://pypi.org/project/pytimekr/ pytimekr PyTime fork for Korean pypi.org PyTime을 포크(fork)해서 대한민국의 공휴일을 추가한 패키지이다. 이 패키지를 이용해서 Python에서 한국 공휴일(holidays)를 출력할 수 있다. 설치 pip install pytimekr 간단 사용법 >>>from pytimekr import pytimekr >>> >>>chuseok = pytimekr.chuseok() # 추석 >>>print chuseok datetime.date(2015, 9, 27) >>> >>>pytimekr.red_days(chuseok) # 추석 연휴 [datetime.date(2015, 9, 26), datetime.dat.. 이전 1 다음