Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 60 for [SIMILAR] 16 1024 4096 WITH 229733 zipfile WITH ... (0.345 sec.)
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 13. データ圧縮とアーカイブ » 13.5. zipfile --- ZIP アーカイブの処理 ¶ ソースコード: Lib/zipfile.py ZIP は一般によく知られているアーカイブ (書庫化) および圧縮の標準ファイルフォーマットです ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 4148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 13. データ圧縮とアーカイブ ¶ この章で説明されるモジュールは zlib, gzip, bzip2, lzma アルゴリズムによるデータの圧縮と、 ZIP, tar フォーマットのアーカイブ作成をサポートします。 shutil モジュ ...
https://man.plustar.jp/python/library/archiving.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 4148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 13. データ圧縮とアーカイブ » 13.6. tarfile --- tar アーカイブファイルの読み書き ¶ ソースコード: Lib/tarfile.py tarfile モジュールは、gzip、bz2、および lzma 圧縮されたものを含む、tar アーカ ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 4148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 28. ソフトウェア・パッケージと配布 » 28.4. zipapp --- 実行可能な python zip 書庫を管理する ¶ バージョン 3.5 で追加. ソースコード: Lib/zipapp.py このモジュールは Python コードを含む zip フ ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 4148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 31. モジュールのインポート » 31.1. zipimport --- Zip アーカイブからモジュールを import する ¶ このモジュールは、 Python モジュール ( *.py , *.pyc ) やパッケージを ZIP 形式のアーカイブから ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.6 ¶ 著者: A.M. Kuchling (amk at amk.ca) この文書は Python 2.6 の新機能について解説します。 Python 2.6 は 2008 年 10 月 1 日にリリースされました。リリーススケジュール ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 11. ファイルとディレクトリへのアクセス » 11.10. shutil --- 高水準のファイル操作 ¶ ソースコード: Lib/shutil.py shutil モジュールはファイルやファイルの集まりに対する高水準の操作方法を多数提 ...
https://man.plustar.jp/python/library/shutil.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 11. 標準ライブラリミニツアー --- その 2 ¶ ツアーの第2部では、プロフェッショナルプログラミングを支えるもっと高度なモジュールをカバーします。ここで挙げるモジュールは、小さなスクリプトの開発 ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの配布 (レガシーバージョン) » 10. API リファレンス ¶ 10.1. distutils.core --- Distutils のコア機能 ¶ Distutilsを使うためにインストールする必要がある唯一のモジュールが distutils.core モジュールで ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの配布 (レガシーバージョン) » 4. ソースコード配布物を作成する ¶ 簡単な例 節で示したように、ソースコード配布物を作成するには sdist コマンドを使います。最も単純な例では、 python setup . py sdist の ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
PREV 1 2 3 4 5 6 NEXT