Releases: gdcc/python-dvuploader
Releases · gdcc/python-dvuploader
v0.2.3
v0.2.2
v0.2.1
- Native upload now packages small files into ZIPs
- Minor bug fixes for singlepart direct upload
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix typo in the code snippet demo by @kmario23 in #1
- [Feature] Command Line Interface by @JR-1991 in #4
- [Feature] - Native upload and replacement functionality by @JR-1991 in #5
- Migrate to async requests and update visual response by @JR-1991 in #6
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Python equivalent to the DVUploader written in Java. Complements other libraries written in Python and facilitates the upload of files to a Dataverse instance via Direct Upload.
Features
- Parallel direct upload to a Dataverse backend storage
- Files are streamed directly instead of being buffered in memory
- Supports multipart uploads and chunks data accordingly