Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for tar (0.045 sec.)
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 7620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ュール foo.py を含むアーカイブファイル (例。 Unix の tarball や Windows の ZIP ファイル) を作成します。アー ... カイブファイルは foo-1.0.tar.gz (あるいは .zip ) という名前になり、 foo-1.0 とい ... foo module, all she has to do is download foo-1.0.tar.gz (or .zip ), unpack it, and---from the foo-1.0 d ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
14. ファイルフォーマット — Python 3.6.5 ドキュメント 7620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トピック , サポート , パーサー 前のトピックへ 13.6. tarfile --- tar アーカイブファイルの読み書き 次のトピッ ...
https://man.plustar.jp/python/library/fileformats.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 7554
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... 、まず配布物の名前とバージョン番号が、例えば foo-1.0.tar.gz や widget-0.9.7.zip のように、ダウンロードされた ... ません。例えば、あるモジュールのソース配布物 foo-1.0.tar.gz を Unix システム上にダウンロードしたなら、通常は ... 以下の操作を行います: gunzip -c foo-1.0.tar.gz | tar xf - # unpacks into directory foo-1.0 cd ... python at the shell prompt. Under Windows, choose Start ‣ Programs ‣ Python X.Y ‣ Python (command line) . ...
https://man.plustar.jp/python/install/index.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 7554
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ', 'downloads': 71844, 'filename': 'Twisted-12.3.0.tar.bz2', 'has_sig': False, 'md5_digest': '6e289825f3b ... ython.org/packages/source/T/Twisted/Twisted-12.3.0.tar.bz2'}, {'comment_text': '', 'downloads': 5224, 'fi ...
https://man.plustar.jp/python/library/pprint.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7455
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... def cursor ( self ): "Returns a cursor object and starts a new transaction" def commit ( self ): "Commits ... onnection : ... def __enter__ ( self ): # Code to start a new transaction cursor = self . cursor () retur ... 能オブジェクトと引数のコレクションを渡します。その start() メソッドが渡された呼び出し可能オブジェクトをサブ ... '__main__' : queue = Queue () N = 5 p = Process ( target = factorial , args = ( queue , N )) p . start ( ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7389
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... and argument parsing library. array Space efficient arrays of uniformly typed numeric values. ast Abstra ... ex Encode and decode files in binhex4 format. bisect Array bisection algorithms for binary searching. bui ... util Utility functions for creating archive files (tarballs, zip files, ...) distutils.bcppcompiler distu ... oblems in Python source files in a directory tree. tarfile Read and write tar-format archive files. telne ...
https://man.plustar.jp/python/py-modindex.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 7389
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... l novas Collecting novas Downloading novas-3.1.1.3.tar.gz ( 136kB ) Installing collected packages: novas ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た圧縮 13.5. zipfile --- ZIP アーカイブの処理 13.6. tarfile --- tar アーカイブファイルの読み書き 14. ファイ ...
https://man.plustar.jp/python/library/index.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Creates virtual Python environments in one or more target directories. positional arguments: ENV_DIR A di ... Python environment in a directory. env_dir is the target directory to create an environment in. """ env_ ... icating where the string is coming from. The context argument can have one of three values: 'main', indic ... derr . flush () # Install in the virtual environment args = [ context . env_exe , fn ] p = Popen ( args , ...
https://man.plustar.jp/python/library/venv.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 7291
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... して手に入れることができます。 ソースは gzip された tar ファイルで配布され、完全な C のソース、Sphinx によ ... 入手とコンパイルについて、より詳しい情報は Getting Started section of the Python Developer's Guide を参照し ...
https://man.plustar.jp/python/faq/general.html - [similar]
PREV 1 2 3 NEXT