Skip to content

Drip-in replacement of zipfile._ZipDecrypter for python 3.7+

License

Notifications You must be signed in to change notification settings

multiSnow/czipdecrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cZipDecrypter

Drip-in replacement of zipfile._ZipDecrypter for python 3.7+

Required:

  • Python 3.7 (zipfile._ZipDecrypter has a different interface in python 3.6).
  • Cython (only used for building).

Usage:

import zipfile
import czipdecrypter
zipfile._ZipDecrypter = czipdecrypter._ZipDecrypter

About

Drip-in replacement of zipfile._ZipDecrypter for python 3.7+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published