Installation | ASSONE.zip -Dokumentation

Stellen Sie sicher, dass Ihre Maschine die Systemanforderungen erfüllt, bevor Sie beginnen.

In diesem Artikel wird erläutert, wie ASPOSPE.zip für Python über .NET auf Ihrem Computer anbindet.

PIP Installieren Sie ASSOSE-ZIP

Sobald das Modul installiert ist, können Sie es in Ihrem Python -Code verwenden:

1# Import Aspose.Zip for Python via .NET module
2import aspose.zip as az
3
4# Create and save archive with single file
5with az.Archive() as archive:
6	archive.create_entry("entry_name.dat", "input_file.dat")
7	archive.save('my_archive.zip')
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.