Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Download Aspose.ZIP for Python via .NET from PIP

You can easily use Aspose.ZIP for Python from pip with the following command.

>

Product Page | Documentation | Demos | Blog | API Reference | Search | Free Support | Temporary License

Try our Free Online Apps demonstrating some of the most popular compression and archive-related functionality.

Aspose.Zip for Python via .NET is a Python API to create, manipulate, extract & protect archive formats including ZIP, BZIP, BZ2 & TAR. It allows your Python applications to compress/decompress files and folders without getting into the complexity of coding new compression algorithms or understanding the existing ones. Enable your programs to work with a vast range of features, such as creating archives, saving archives, archive extraction, encrypting/decrypting archives, compressing single or multiple files as well as directory contents. It also allows you to apply security to your archived and compressed files and folders via password, AES (128, 192, 256) encryption, or mixed encryption. Check out the Landing Pages of Aspose.Zip for Python via .NET for a more detailed description of the features and possibilities of the library.

Archive Processing Features

  • Compress files and folders into standard ZIP formats.
  • Supports Deflate, Bzip2 & LZMA compression algorithms.
  • Apply simple password or AES128, AES192, AES256 encryption to archives.
  • Employ different protection schemes for each file within an archive.
  • Append more files to an existing zipped archive.
  • Use Gzip or Bzip2 to pack files & folders into a TAR archive.
  • Supports LZMA or LZMA2 compression & optional encryption to create 7z archives.
  • Create self-extracting compressed archives.

Compress Files As

Compression: Zip, Tar, Cpio, GZip, Bz2, Z, Xz, Lzip, 7z

Read Archives

Decompression: Zip, Rar, Cab, Tar, Cpio, GZip, Bz2, Z, Xz, Lzip

Platform Independence

Aspose.Zip for Python via .NET can be used to develop 32-bit and 64-bit Python applications for different operating systems (such as Windows, Linux or MacOS) where Python 3.5 or later is installed.

Get Started

Run pip install aspose-zip to fetch the package. If you already have Aspose.Zip for Python via .NET and want to get the latest version, please run pip install --upgrade aspose-zip.

To learn more about Aspose.Zip for Python via .NET and explore the basic requirements and features of the library, check out the following Aspose.Zip for Python via .NET Documentation pages for other use cases.

How to ZIP files

import aspose.zip as zp

with zp.Archive() as archive:
	archive.create_entry("entry_name.dat", "input_file.dat")
	archive.save('my_archive.zip')

How to UnZIP files

import aspose.zip as zp

with zp.Archive("input_archive.zip") as archive:
	archive.extract_to_directory("outputDirectory")

How to create 7z Archive with AES Encryption

import aspose.zip as zp
import io

with zp.sevenzip.SevenZipArchive(zp.saving.SevenZipEntrySettings(None, zp.saving.SevenZipAESEncryptionSettings("p@s$"))) as archive:
	archive.create_entry("data.bin", io.BytesIO(b"\x00\xFF"))
	archive.save("result_archive.7z")

Demos:

Product Page | Documentation | Demos | Blog | API Reference | Search | Free Support | Temporary License


Direct Download

Aspose.Zip for Python via .NET 24.3 Win64

It contains Aspose.Zip for Python via .NET 24.3 Win64 only binaries

Added: Downloads:

Download

File Size: 35.21MB

Aspose.Zip for Python via .NET 24.3 Win32

It contains Aspose.Zip for Python via .NET 24.3 Win32 only binaries

Added: Downloads:

Download

File Size: 31.44MB

Aspose.Zip for Python via .NET 24.3 Linux

It contains Aspose.Zip for Python via .NET 24.3 Linux only binaries

Added: Downloads:

Download

File Size: 39.7MB

Aspose.Zip for Python via .NET 24.3 MacOS

It contains Aspose.Zip for Python via .NET 24.3 MacOS only binaries

Added: Downloads:

Download

File Size: 36.99MB

Aspose.Zip for Python via .NET 24.2 Win64

It contains Aspose.Zip for Python via .NET 24.2 win64 only binaries

Added: Downloads:

Download

File Size: 35.18MB

Aspose.Zip for Python via .NET 24.2 Win32

It contains Aspose.Zip for Python via .NET 24.2 win32 only binaries

Added: Downloads:

Download

File Size: 31.41MB

Aspose.Zip for Python via .NET 24.2 Linux

It contains Aspose.Zip for Python via .NET 24.2 linux only binaries

Added: Downloads:

Download

File Size: 39.65MB

Aspose.Zip for Python via .NET 24.2 MacOS

It contains Aspose.Zip for Python via .NET 24.2 macos only binaries

Added: Downloads:

Download

File Size: 36.92MB

Aspose.Zip for Python via .NET 24.1 Win64

It contains Aspose.Zip for Python via .NET 24.1 Win64 only binaries

Added: Downloads:

Download

File Size: 35.19MB

Aspose.Zip for Python via .NET 24.1 Win32

It contains Aspose.Zip for Python via .NET 24.1 Win32 only binaries

Added: Downloads:

Download

File Size: 31.41MB

Aspose.Zip for Python via .NET 24.1 Linux

It contains Aspose.Zip for Python via .NET 24.1 Linux only binaries

Added: Downloads:

Download

File Size: 39.65MB

Aspose.Zip for Python via .NET 24.1 MacOS

It contains Aspose.Zip for Python via .NET 24.1 MacOS only binaries

Added: Downloads:

Download

File Size: 36.89MB

Aspose.Zip for Python via .NET 23.12 Win64

It contains Aspose.Zip for Python via .NET 23.12 Win64 only binaries

Added: Downloads:

Download

File Size: 35.17MB

Aspose.Zip for Python via .NET 23.12 Win32

It contains Aspose.Zip for Python via .NET 23.12 Win32 only binaries

Added: Downloads:

Download

File Size: 31.4MB

Aspose.Zip for Python via .NET 23.12 Linux

It contains Aspose.Zip for Python via .NET 23.12 Linux only binaries

Added: Downloads:

Download

File Size: 39.62MB

Aspose.Zip for Python via .NET 23.12 MacOS

It contains Aspose.Zip for Python via .NET 23.12 MacOS only binaries

Added: Downloads:

Download

File Size: 36.87MB

Aspose.Zip for Python via .NET 23.11 Win64

It contains Aspose.Zip for Python via .NET 23.11 Win64 only binaries

Added: Downloads:

Download

File Size: 35.11MB

Aspose.Zip for Python via .NET 23.11 Win32

It contains Aspose.Zip for Python via .NET 23.11 Win32 only binaries

Added: Downloads:

Download

File Size: 31.34MB

Aspose.Zip for Python via .NET 23.11 Linux

It contains Aspose.Zip for Python via .NET 23.11 Linux only binaries

Added: Downloads:

Download

File Size: 39.57MB

Aspose.Zip for Python via .NET 23.11 MacOS

It contains Aspose.Zip for Python via .NET 23.11 MacOS only binaries

Added: Downloads:

Download

File Size: 36.82MB

Aspose.Zip for Python via .NET 23.10 Win64

It contains Aspose.Zip for Python via .NET 23.10 Win64 only binaries

Added: Downloads:

Download

File Size: 35.1MB

Aspose.Zip for Python via .NET 23.10 Win32

It contains Aspose.Zip for Python via .NET 23.10 Win32 only binaries

Added: Downloads:

Download

File Size: 31.33MB

Aspose.Zip for Python via .NET 23.10 Linux

It contains Aspose.Zip for Python via .NET 23.10 Linux only binaries

Added: Downloads:

Download

File Size: 39.55MB

Aspose.Zip for Python via .NET 23.10 MacOS

It contains Aspose.Zip for Python via .NET 23.10 MacOS only binaries

Added: Downloads:

Download

File Size: 36.8MB

Aspose.Zip for Python via .NET 23.9 Win64

It contains Aspose.Zip for Python via .NET 23.9 Win64 binaries

Added: Downloads:

Download

File Size: 35.07MB

Aspose.Zip for Python via .NET 23.9 Win32

It contains Aspose.Zip for Python via .NET 23.9 Win32 binaries

Added: Downloads:

Download

File Size: 31.3MB

Aspose.Zip for Python via .NET 23.9 Linux

It contains Aspose.Zip for Python via .NET 23.9 Linux binaries

Added: Downloads:

Download

File Size: 39.46MB

Aspose.Zip for Python via .NET 23.9 MaxOS

It contains Aspose.Zip for Python via .NET 23.9 MacOS binaries

Added: Downloads:

Download

File Size: 36.74MB

Aspose.Zip for Python via .NET 23.8 Win64

It contains Aspose.Zip for Python via .NET 23.8 Win64 only binaries

Added: Downloads:

Download

File Size: 35MB

Aspose.Zip for Python via .NET 23.8 Win32

It contains Aspose.Zip for Python via .NET 23.8 win32 only binaries

Added: Downloads:

Download

File Size: 31.23MB

Aspose.Zip for Python via .NET 23.8 Linux

It contains Aspose.Zip for Python via .NET 23.8 Linux only binaries

Added: Downloads:

Download

File Size: 39.39MB