8000 Releases · cthoyt/pystow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cthoyt/pystow

v0.1.6

06 May 20:13
Compare
Choose a tag to compare

Add more CLI functions and update docs

v0.1.5

28 Apr 14:32
Compare
Choose a tag to compare
  • Unify interface for download functions (normal, google, and S3)
  • Add hash checking functionality to download() and download_from_google() (#7; thanks @mberr )

v0.1.4

24 Apr 00:39
Compare
Choose a tag to compare

Fix bug in google download - now uses consistent session

v0.1.3

24 Apr 00:21
Compare
Choose a tag to compare

Add google drive downloader. Use like:

import pystow
path = pystow.ensure_from_google('test', name='wk3l15k.zip', file_id='1AsPPU4ka1Rc9u-XYMGWtvV65hF3egi0z')

v0.1.2

19 Apr 16:31
Compare
Choose a tag to compare

add handling for dtype in pystow.get_config()

v0.1.1

19 Apr 15:54
Compare
Choose a tag to compare
Bump version: 0.1.1-dev → 0.1.1

v0.0.13

18 Mar 21:31
Compare
Choose a tag to compare

Deal with file clean up if the file was never created

v0.0.12

11 Mar 17:53
Compare
Choose a tag to compare
  • Deprecate pystow.get for pystow.join
  • Update download function to allow force argument

v0.0.11

02 Mar 21:21
Compare
Choose a tag to compare

Add write_config function

v0.0.10

08 Feb 22:06
Compare
Choose a tag to compare
Bump version: 0.0.10-dev → 0.0.10
0