A handy toolkit


Licenses
AGPL-3.0/GPL-3.0+
Install
pip install quickdone==0.0.14

Documentation

Get Things Done Quickly!

Usage

$ pip install quickdone
>>> import quickdone as qd

fp() short for format_path(file_path)

>>> qd.fp(r'C:\Users\user_name\Desktop\test.xlsx')
'C:/Users/user_name/Desktop/test.xlsx'

etc() short for excel_to_csv(input_path,output_path,input_enc,output_enc)

>>> qd.etc(r'C:\Users\user_name\Desktop\test.xlsx',r'C:\Users\user_name\Desktop\test.csv')

Packaging

$ python setup.py sdist bdist_wheel
$ twine upload dist/*

For more, see python packaging-projects or Packaging and distributing projects