Aspose.ZIP for Python via .NET について

Pythonベースのアプリケーション内でZipのアーカイブを操作、ファイルを圧縮・解凍

Aspose.ZIP for Python via .NET is a flexible and easy file compression and archive manipulation API for standard archive formats. API enables your python applications to compress and decompress files/directories, create or extract encrypted archives using different encryption options. API works with many well-known archive formats: ZIP, RAR, 7Zip, GZIP, BZ2. Many formats preferable in Linux are supported as well: CPIO, TAR, Lzip, Bzip2, XZ, Z. API also provides archive protection via user-defined passwords and traditional encryption using ZipCrypto or AES encryption.

Supported File Formats

Input

  • Formats: ZIP, 7Zip, RAR, TAR, GZIP, BZ2, GZIP, LZ, CPIO, XZ, Z, CAB

Output

  • Formats: ZIP, 7Zip, TAR, GZIP, BZ2, GZIP, LZ, CPIO, XZ, Z, CAB

Python Compression API Features

  • Easy Integration.
  • Create an archive from one or more files.
  • Add files to archives without compression.
  • Encrypt or decrypt whole archive or specific entries.
  • Add entries to existing archive.
  • Delete entries from existing archive.
  • Compress folder respecting its structure.
  • Decompress to directory respecting archive structure.
  • Compress any size documents by applying parallelism.