Skip to content

huni1023/huni-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 managed 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

Suggestion

  • any functions are needed, leave issues behind