Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.09 KB

Python Package for Utility

@created by huni1023

Motivation

I've been managed various data like questionnaire, quiz response, system logs, etc. Thery are sometimes well-organized but in many times, it is unstructured and unshaped. Through out my experience, I've been established my data-handling-routines. The package huni_utils is my first python package, and it's a collection of python uility that I used frequently. I hope this code might helpful for others too, and always welcome for advice or suggesion.

Installation

The huni_utils is released in PyPI

pip install huni-utils

Function

1. load and save files

  • read_pkl
  • save_pkl
  • read_yaml
  • pandize_folder

2. handle os

  • pjoin
  • validate structure of project directory
  • clear directory
  • split_task
  • search_file

3. logging

  • generate plain log configuration
  • generate class-based log configuration

Suggestion

  • any functions are needed, leave issues behind or e-mail me