A minizip wrapper - To create a password encrypted zip file in python.
Project description
To create a password encrypted zip file in python.
And the zip file is able to extract in WINDOWS.
This is a simple Minizip wrapper of python.
(http://www.winimage.com/zLibDll/minizip.html)
This software uses zlib.
License: zlib/libpng License.
install zlib
linux:
$ sudo apt-get install zlib
mac:
$ sudo port install zlib
install pyminizip
$ pip install pyminizip
----------------------------------------------------------------------------
Provides two functions.
==============================
pyminizip.compress("/srcfile/path.txt", "/distfile/path.zip", "password", int(compress_level))
Args:
1. src file path (string)
2. dst file path (string)
3. password (string) or None (to create no-password zip)
4. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress) or 0 (default)
Return value:
- always returns None
pyminizip.compress_multiple([u'pyminizip.so', 'file2.txt'], "file.zip", "1233", 4)
Args:
1. src file LIST path (list)
2. dst file path (string)
3. password (string) or None (to create no-password zip)
4. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress)
Return value:
- always returns None
==============================
And the zip file is able to extract in WINDOWS.
This is a simple Minizip wrapper of python.
(http://www.winimage.com/zLibDll/minizip.html)
This software uses zlib.
License: zlib/libpng License.
install zlib
linux:
$ sudo apt-get install zlib
mac:
$ sudo port install zlib
install pyminizip
$ pip install pyminizip
----------------------------------------------------------------------------
Provides two functions.
==============================
pyminizip.compress("/srcfile/path.txt", "/distfile/path.zip", "password", int(compress_level))
Args:
1. src file path (string)
2. dst file path (string)
3. password (string) or None (to create no-password zip)
4. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress) or 0 (default)
Return value:
- always returns None
pyminizip.compress_multiple([u'pyminizip.so', 'file2.txt'], "file.zip", "1233", 4)
Args:
1. src file LIST path (list)
2. dst file path (string)
3. password (string) or None (to create no-password zip)
4. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress)
Return value:
- always returns None
==============================
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyminizip-0.1.1.tar.gz
(49.6 kB
view details)
File details
Details for the file pyminizip-0.1.1.tar.gz
.
File metadata
- Download URL: pyminizip-0.1.1.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a888a9a64113df26222aa2f1f95ca6fe9dadc80d1f484000e14c87213f2db6 |
|
MD5 | b4f7d2a0e164341fbfddd03f8e2d1c67 |
|
BLAKE2b-256 | 296a202c620a40653657c2f1fc098e7d7494fb58e26b1e1939a404ad8ca14c54 |