インストール| asopse.zipドキュメント

開始する前に、マシンが システム要件を満たしていることを確認してください。

この記事では、コンピューターの.NETを介してPython用のAspose.ZipをINSTALING INSTALに説明する方法について説明します。

ピップインストールAspose-Zip

モジュールがインストールされたら、Pythonコードで使用できます。

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.