Skip to content

Releases: cthoyt/pystow

v0.1.13

14 Oct 14:10
Compare
Choose a tag to compare
  • Refactor hex digest generation
  • Fix bug in type casting from env

v0.1.12

26 Aug 16:26
Compare
Choose a tag to compare
  • fix pystow.ensure_tar to automatically assign a directory as well as to properly create missing directories in order

v0.1.11

26 Aug 16:25
Compare
Choose a tag to compare
  • Add sqlite utility Module.joinpath_sqlite
  • Add raise_on_missing flag for config getter

v0.1.10

21 Jul 15:27
Compare
Choose a tag to compare

Bug fix - don't keep untarring it

v0.1.9

21 Jul 15:18
Compare
Choose a tag to compare

Add ensure_untar function to get and unzip a tar archive

v0.1.8

21 Jul 15:17
Compare
Choose a tag to compare
  • Fix bug in ensure_tarfile_csv about sep
  • Fix mypy to automatically install types
  • Add tar xml processor

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')