{ "info": { "author": "Shin Aoyama", "author_email": "smihica@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: zlib/libpng License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Compression" ], "description": "To create a password encrypted zip file in python.\nAnd the zip file is able to extract in WINDOWS.\n\nThis is a simple Minizip wrapper of python.\n(http://www.winimage.com/zLibDll/minizip.html)\n\nThis software uses zlib.\nLicense: zlib/libpng License.\n\ninstall zlib\n\n linux:\n $ sudo apt-get install zlib\n mac:\n $ sudo port install zlib\n\ninstall pyminizip\n\n $ pip install pyminizip\n\n----------------------------------------------------------------------------\n\nProvides three functions.\n==============================\n\npyminizip.compress(\"/srcfile/path.txt\", \"file_path_prefix\", \"/distfile/path.zip\", \"password\", int(compress_level))\n\n Args:\n 1. src file path (string)\n 2. src file prefix path (string) or None (path to prepend to file)\n 3. dst file path (string)\n 4. password (string) or None (to create no-password zip)\n 5. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress) or 0 (default)\n\n Return value:\n - always returns None\n\npyminizip.compress_multiple([u'pyminizip.so', 'file2.txt'], [u'/path_for_file1', u'/path_for_file2'], \"file.zip\", \"1233\", 4, progress)\n Args:\n 1. src file LIST path (list)\n 2. src file LIST prefix path (list) or []\n 3. dst file path (string)\n 4. password (string) or None (to create no-password zip)\n 5. compress_level(int) between 1 to 9, 1 (more fast) <---> 9 (more compress)\n 6. optional function to be called during processing which takes one argument, the count of how many files have been compressed\n\n Return value:\n - always returns None\n\npyminizip.uncompress(\"/srcfile/path.zip\", \"password\", \"/dirtoextract\", int(withoutpath))\n 1. src file path (string)\n 2. password (string) or None (to unzip encrypted archives)\n 3. dir path to extract files or None (to extract in a specific dir or cwd)\n 4. withoutpath (exclude path of extracted)\n\n Return value:\n - always returns None\n\n\n==============================\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smihica/pyminizip", "keywords": "zip,file,compress,password,encryption", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyminizip", "package_url": "https://pypi.org/project/pyminizip/", "platform": "", "project_url": "https://pypi.org/project/pyminizip/", "project_urls": { "Homepage": "https://github.com/smihica/pyminizip" }, "release_url": "https://pypi.org/project/pyminizip/0.2.4/", "requires_dist": null, "requires_python": "", "summary": "A minizip wrapper - To create a password encrypted zip file in python.", "version": "0.2.4" }, "last_serial": 4685659, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d69abb1acd5b4db94326efad8292ad8b", "sha256": "d1a236e0fea9ca819cc0c9fd8951d6c06f107137f31516fea340d06d1d9c878f" }, "downloads": -1, "filename": "pyminizip-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d69abb1acd5b4db94326efad8292ad8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49147, "upload_time": "2013-04-16T06:07:00", "url": "https://files.pythonhosted.org/packages/d2/9f/365d3d0eb12b7ad3c2e543fd5bffd6cbb4daa2d52c345a681529eb77fb08/pyminizip-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "caf42697a3f38eceb614447cb53d8cc3", "sha256": "2fa12a3e228defe0c76d6bfcfc22fc601cbaf670b3a00ee1a104c6d8afa005a3" }, "downloads": -1, "filename": "pyminizip-0.0.2.tar.gz", "has_sig": false, "md5_digest": "caf42697a3f38eceb614447cb53d8cc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49248, "upload_time": "2013-04-16T11:48:34", "url": "https://files.pythonhosted.org/packages/f5/0e/fcb157e3f7d31c85affc73bd42af9855687ad7b672a01e319f3ffe2f157a/pyminizip-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "bb9aed9d7348ba5dfb6e8b516a97f855", "sha256": "9a7989ecd5d1f73a588e1efca09f52d59595eb47614cae2090d50bb0f447a6ad" }, "downloads": -1, "filename": "pyminizip-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bb9aed9d7348ba5dfb6e8b516a97f855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49643, "upload_time": "2014-03-27T12:47:52", "url": "https://files.pythonhosted.org/packages/fa/a4/36b855a94c4aa08cd7a42691883e25d8d6d5f1b72b52e9c8aba4b1921c1a/pyminizip-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b4f7d2a0e164341fbfddd03f8e2d1c67", "sha256": "90a888a9a64113df26222aa2f1f95ca6fe9dadc80d1f484000e14c87213f2db6" }, "downloads": -1, "filename": "pyminizip-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b4f7d2a0e164341fbfddd03f8e2d1c67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49646, "upload_time": "2014-03-27T12:52:49", "url": "https://files.pythonhosted.org/packages/29/6a/202c620a40653657c2f1fc098e7d7494fb58e26b1e1939a404ad8ca14c54/pyminizip-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b0513b6e90ead6c8ac821306859aa03e", "sha256": "e2fd0de6282cd8f96e4cc5f47fba53f499abd05bae926f037c74c7b57aa0011b" }, "downloads": -1, "filename": "pyminizip-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b0513b6e90ead6c8ac821306859aa03e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50250, "upload_time": "2015-01-05T05:08:06", "url": "https://files.pythonhosted.org/packages/4b/89/0585e35cfa6799a94f01f7ea8f2a61f4606f3ab7f5ec709498cb984a09f3/pyminizip-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "8e32265c7fd94db3665364d5ead80f31", "sha256": "a21ca0031df740187e750315bbfd683b9f73e7a28096e78b9f99c5d70c798a90" }, "downloads": -1, "filename": "pyminizip-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8e32265c7fd94db3665364d5ead80f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50231, "upload_time": "2015-01-05T06:35:20", "url": "https://files.pythonhosted.org/packages/9a/ef/ad940a52116344fe0278759891c1969d508187c83d81f887e1d6dcb9085d/pyminizip-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4bcbe85943e491395bf48dca741ac031", "sha256": "71e76ee6a39c21225b84a941cce4dcf35848f0f70ccc2475948fb605f825e60e" }, "downloads": -1, "filename": "pyminizip-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4bcbe85943e491395bf48dca741ac031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122375, "upload_time": "2018-05-15T00:34:33", "url": "https://files.pythonhosted.org/packages/b0/73/00dd7403481dc726d52d3e3b2333f38c1574e2badd27921b931f46909891/pyminizip-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a7de8bb771255c3db4664969b5ae5e6a", "sha256": "ee2b4b77fdbc01872298e92bf4d28b05d1fcae87e10274b1ae7686ec3f3951e1" }, "downloads": -1, "filename": "pyminizip-0.2.3.tar.gz", "has_sig": false, "md5_digest": "a7de8bb771255c3db4664969b5ae5e6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 176689, "upload_time": "2018-05-23T03:52:51", "url": "https://files.pythonhosted.org/packages/70/0e/9e3c263c3a40a29e3b2a11c39b39e8460631a4ddd647effdedd75fcc453a/pyminizip-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "4cbb1ce1b9f5f932654dd6807dee724e", "sha256": "b001a5d0383fad73646b2d9db891f42e025c17f43d82ba1d7b75cae7c1ff4360" }, "downloads": -1, "filename": "pyminizip-0.2.4-cp27-cp27m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "4cbb1ce1b9f5f932654dd6807dee724e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 72532, "upload_time": "2019-01-11T14:32:50", "url": "https://files.pythonhosted.org/packages/8c/33/d806c409a3641b0844c59f208ce7b8970a71a14290db9cfa1949355a07d0/pyminizip-0.2.4-cp27-cp27m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "67555627e8360c72b0685fdf32a28ff3", "sha256": "347be4c47d7390fc3265a3ce774fd036d0c85cf1efc9bd1ba5a3b3d28e89b255" }, "downloads": -1, "filename": "pyminizip-0.2.4.tar.gz", "has_sig": false, "md5_digest": "67555627e8360c72b0685fdf32a28ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 258702, "upload_time": "2019-01-11T14:32:54", "url": "https://files.pythonhosted.org/packages/a2/ba/00a44b218667e2fef5addf692ae6980eb85ededf5ff9b0d94694a5380bc9/pyminizip-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cbb1ce1b9f5f932654dd6807dee724e", "sha256": "b001a5d0383fad73646b2d9db891f42e025c17f43d82ba1d7b75cae7c1ff4360" }, "downloads": -1, "filename": "pyminizip-0.2.4-cp27-cp27m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "4cbb1ce1b9f5f932654dd6807dee724e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 72532, "upload_time": "2019-01-11T14:32:50", "url": "https://files.pythonhosted.org/packages/8c/33/d806c409a3641b0844c59f208ce7b8970a71a14290db9cfa1949355a07d0/pyminizip-0.2.4-cp27-cp27m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "67555627e8360c72b0685fdf32a28ff3", "sha256": "347be4c47d7390fc3265a3ce774fd036d0c85cf1efc9bd1ba5a3b3d28e89b255" }, "downloads": -1, "filename": "pyminizip-0.2.4.tar.gz", "has_sig": false, "md5_digest": "67555627e8360c72b0685fdf32a28ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 258702, "upload_time": "2019-01-11T14:32:54", "url": "https://files.pythonhosted.org/packages/a2/ba/00a44b218667e2fef5addf692ae6980eb85ededf5ff9b0d94694a5380bc9/pyminizip-0.2.4.tar.gz" } ] }