Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 27 for tar (0.018 sec.)
- 13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 14763
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 13. データ圧縮とアーカイブ » 13.6. tarfile --- tar アーカイブファイルの読み書き ¶ ソースコ...
ード: Lib/tarfile.py tarfile モジュールは、gzip、bz2、および lzm...
a 圧縮されたものを含む、tar アーカイブを読み書きできます。 .zip ファイルの読み...
縮されたアーカイブを読み書きします。 POSIX.1-1988 (ustar) フォーマットの読み書きをサポートしています。 long...
- https://man.plustar.jp/python/library/tarfile.html - [similar]
- 4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 10697
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
ます。デフォルトの形式は Unixでは gzip で圧縮された tar ファイル形式 ( .tar.gz ) で、Windows では ZIP 形式...
ます。例えば: python setup . py sdist -- formats = gztar , zip は、gzip された tarball と zip ファイルを作成...
マット 説明 注釈 zip zip ファイル ( .zip ) (1),(3) gztar gzip 圧縮された tar ファイル ( .tar.gz ) (2) bztar...
bzip2 圧縮された tar ファイル ( .tar.bz2 ) xztar xz 圧縮された tar ファ...
- https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
- Download — Python 3.6.5 ドキュメント 10582
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati
...
les in megabytes. Format Packed as .zip Packed as .tar.bz2 PDF (US-Letter paper size) Download (ca. 13 MB...
d page . Unpacking Unix users should download the .tar.bz2 archives; these are bzipped tar archives and c...
an be handled in the usual way using tar and the bzip2 program. The InfoZIP unzip program c...
e used to handle the ZIP archives if desired. The .tar.bz2 archives provide the best compression and fast...
- https://man.plustar.jp/python/download.html - [similar]
- 5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 9809
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
ルトのビルド済み形式とは、Unixでは "ダム (dumb)" の tar ファイルで、 Windows ではシンプルな実行形式のインス...
トーラになります。(tar ファイルは、特定の場所に手作業で解凍しないと動作し...
で上記のコマンドを実行すると、 Distutils-1.0. plat .tar.gz を作成します; この tarball を正しい場所で解凍す...
できる形式を以下に示します: フォーマット 説明 注釈 gztar gzip 圧縮された tar ファイル ( .tar.gz ) (1) bztar...
- https://man.plustar.jp/python/distutils/builtdist.html - [similar]
- 11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 9644
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
¶ バージョン 3.2 で追加. バージョン 3.5 で変更: xztar 形式のサポートが追加されました。 圧縮とアーカイブ化...
ーティリティも提供されています。これらは zipfile 、 tarfile モジュールに依拠しています。 shutil. make_arch...
ogger ] ] ] ] ] ] ] ) ¶ アーカイブファイル (zip や tar) を作成してその名前を返します。 base_name は、作成...
マットで "zip" ( zlib モジュールが利用可能な場合), "tar", "gztar" ( zlib モジュールが利用可能な場合), "bzt...
- https://man.plustar.jp/python/library/shutil.html - [similar]
- 13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 8986
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
zip2, lzma アルゴリズムによるデータの圧縮と、 ZIP, tar フォーマットのアーカイブ作成をサポートします。 shu...
ーフェイス 13.5.4.1. コマンドラインオプション 13.6. tarfile --- tar アーカイブファイルの読み書き 13.6.1. T...
arFile オブジェクト 13.6.2. TarInfo オブジェクト 13.6.3. コマンドラインインターフェ...
ンオプション 13.6.4. 使用例 13.6.5. サポートしている tar フォーマット 13.6.6. Unicode に関する問題 関連キー...
- https://man.plustar.jp/python/library/archiving.html - [similar]
- 11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 8657
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
' ) . suffix '.py' >>> PurePosixPath ( 'my/library.tar.gz' ) . suffix '.gz' >>> PurePosixPath ( 'my/libra...
のリストになります: >>> PurePosixPath ( 'my/library.tar.gar' ) . suffixes ['.tar', '.gar'] >>> PurePosixPa...
th ( 'my/library.tar.gz' ) . suffixes ['.tar', '.gz'] >>> PurePosixPath...
いたものになります: >>> PurePosixPath ( 'my/library.tar.gz' ) . stem 'library.tar' >>> PurePosixPath ( 'my...
- https://man.plustar.jp/python/library/pathlib.html - [similar]
- 19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 8048
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
.tgz 拡張子は、符号化と型が別個に認識できるように .tar.gz にマップされます。 mimetypes. encodings_map ¶ フ...
es', ... ] >>> mimetypes . suffix_map [ '.tgz' ] '.tar.gz' >>> mimetypes . encodings_map [ '.gz' ] 'gzip'...
>> mimetypes . types_map [ '.tgz' ] 'application/x-tar-gz' 19.5.1. Mime 型オブジェクト ¶ MimeTypes クラス...
拡張子は、符号化方式と型が別個に認識できるように .tar.gz に対応づけられます。これは、最初はモジュールで定...
- https://man.plustar.jp/python/library/mimetypes.html - [similar]
- What's New In Python 3.2 — Python 3.6.5 ドキュメント 7834
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
、必須オプションを設けている実例になっています: import argparse parser = argparse . ArgumentParser ( descri...
action' , # argument name choices = [ 'deploy' , 'start' , 'stop' ], # three allowed values help = 'actio...
n on each target' ) # help msg parser . add_argument ( 'targets'...
ed in help msg nargs = '+' , # require one or more targets help = 'url for target machines' ) # help msg...
- https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 7669
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
irs=None , debug=0 , extra_preargs=None , extra_postargs=None , depends=None ] ) ¶ 1つ以上のソースファイル...
別ファイルに)出力します。 extra_preargs と extra_postargs は実装依存です。コマンドラインをもっているプラッ...
s , output_libname [ , output_dir=None , debug=0 , target_lang=None ] ) ¶ 静的ライブラリファイルを作るため...
フラグは、ここでは単に一貫性のために含められます)。 target_lang はオブジェクトがコンパイルされる対象言語で...
- https://man.plustar.jp/python/distutils/apiref.html - [similar]