Releases: craedl/craedl-sdk-python
Releases · craedl/craedl-sdk-python
New Craedl.org API
This release updates the Craedl Python SDK to function with the new Craedl.org API.
Prep to support Craedl desktop app
v0.5.5 prep to support desktop app; force ipv4
introduce configure token argument
v0.5.4 introduce configure token argument
update api call to get projects
v0.5.3 update api call to get projects
minor enhancements
v0.5.2 v0.5.2
enhancements and bugfixes for Windows users
- enables authentication token configuration through interpreter using
import craedl; craedl.configure()
- enables using Windows backslash path separator
- fixes bug in accessing Windows user home directory
fix bug in directory name check
v0.4.3 fix bug in directory name check
add ability to skip rescanning of already transferred data
Setting rescan=False on directory uploads and downloads will completely skip over directories that have transferred successfully in the past. This will ignore any changes to these directories in order to jump to the point where it left off previously (in case of failure, e.g.). Leaving rescan=True (the default) will rescan all children looking for changes everywhere.
recursive upload and download using caching
-use a directory content time stamp hash to determine whether it is necessary to check the contents for upload
-store the hashes in a sqlite3 database for both upload and download
recursive upload and download using caching
- use a directory content time stamp hash to determine whether it is necessary to check the contents for upload
- store the hashes in a sqlite3 database for both upload and download