Skip to content

v0.3: vendorable and easier to integrate

Compare
Choose a tag to compare
@saulpw saulpw released this 07 Jul 05:56
· 23 commits to master since this release
313e0be

v0.3

  • add MIT license to file to make it vendorable
  • expand support for the unzip_http library to Python v3.7
    • (unzip-http bin still requires Python v3.8)

API

  • add zip_size attribute (thanks @bousqui #6)
  • add symbols for eocd magics (thanks @bousqui #6)
  • make RemoteZipFile a context handler
  • RemoteZipFile.files now a cached property