Skip to main content

A handy toolkit

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quickdone-0.0.8.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

quickdone-0.0.8-py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page