Skip to content

Add python callable functions

Jean SW requested to merge JCSW/pylufic:6-add-library-use into master

The upload and dowload cli callable function now call an upload_file and a download_file function, which are doing the work. So upload_file and download_file are python callable function, allowing this package to be used as a python library.

Closes #8

Edited by Jean SW

Merge request reports