Skip to main content

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 just one function.
==============================

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

==============================

Project details


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.0.tar.gz (49.6 kB view details)

Uploaded Source

File details

Details for the file pyminizip-0.1.0.tar.gz.

File metadata

  • Download URL: pyminizip-0.1.0.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyminizip-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9a7989ecd5d1f73a588e1efca09f52d59595eb47614cae2090d50bb0f447a6ad
MD5 bb9aed9d7348ba5dfb6e8b516a97f855
BLAKE2b-256 faa436b855a94c4aa08cd7a42691883e25d8d6d5f1b72b52e9c8aba4b1921c1a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page