Skip to content

bonfireof/krutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

소소한 나의 유틸리티

개요

  • 자주 사용하는 기능을 구현하거나 wrapping 하여 코드의 양을 줄이고 가독성을 높이기 위한 유틸리티이다

실행방법

from krutils import utils   # 문자,숫자,날짜 등을 다루는 기본유틸
from krutils import futils  # 파일을 다루는 유틸
from krutils import logger  # logging 처리를 위한 유틸

프로그램 구성

  • utils.py
  • futils.py
  • logger.py

About

utilities for microbe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages