Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 15 for sdist (0.027 sec.)
- 4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 14908
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
節で示したように、ソースコード配布物を作成するには sdist コマンドを使います。最も単純な例では、 python setu...
p . py sdist のようにします (ここでは、 sdist に関するオプション...
トや設定ファイル中で行っていないものと仮定します)。 sdist は、現在のプラットフォームでのデフォルトのアーカイ...
け圧縮形式を指定できます。例えば: python setup . py sdist -- formats = gztar , zip は、gzip された tarball と...
- https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
- 1. Distutilsの紹介 — Python 3.6.5 ドキュメント 9491
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
らこのコマンドを実行してください: python setup . py sdist Windows では、コマンドプロンプトのウィンドウを開き...
) 、次のようにコマンドを変えてください: setup . py sdist sdist は、 setup スクリプト setup.py とモジュール...
使っている Distutils コマンド (command) にあります: sdist コマンドは、ほぼ完全に開発者だけが対象となる一方、...
です: モジュール配布物 a collection of Python modules distributed together as a single downloadable resource...
- https://man.plustar.jp/python/distutils/introduction.html - [similar]
- 9. コマンドリファレンス — Python 3.6.5 ドキュメント 9247
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
をインストールします。 9.2. ソース配布物を生成する: sdist コマンド ¶ マニフェストテンプレートコマンド一覧: コ...
.1.2. install_scripts 9.2. ソース配布物を生成する: sdist コマンド 前のトピックへ 8. Distutilsの拡張 次のトピ...
- https://man.plustar.jp/python/distutils/commandref.html - [similar]
- Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 8742
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
る: install コマンド群 9.2. ソース配布物を生成する: sdist コマンド 10. API リファレンス 10.1. distutils.core...
Windowsインストーラの構築 10.32. distutils.command.sdist --- ソース配布物の構築 10.33. distutils.command.bu...
- https://man.plustar.jp/python/distutils/index.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8620
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
attribute has been removed from distutils.command.sdist.sdist and the formats attribute defaults to ['gzta...
acters to CRLF. This fixes a corruption issue with sdists that ended with a byte equivalent to CR. (Contrib...
acOS is unaffected by this change. Note that many OS distributors already use the --with-system-ffi flag wh...
t or via super ) accordingly. In distutils.command.sdist.sdist , the default_format attribute has been remo...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- 6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 8499
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
び出されます。例えば、次のコマンド python setup . py sdist bdist_wininst upload は、ソース配布物とWindowsのイ...
PI サーバを指定出来ます。例えば: python setup . py sdist bdist_wininst upload - r https : // example . com...
- https://man.plustar.jp/python/distutils/packageindex.html - [similar]
- 4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 8011
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...
成します; これには、次を実行します python setup . py sdist 場合によってはソース配布物に追加のファイルを含める...
- https://man.plustar.jp/python/extending/building.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 8011
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
ompiler distutils.ccompiler Abstract CCompiler class distutils.cmd This module provides the abstract base c...
Build a "dumb" installer - a simple archive of files distutils.command.bdist_msi Build a binary distributio...
and.bdist_packager Abstract base class for packagers distutils.command.bdist_rpm Build a binary distributio...
le with the Python Package Index distutils.command.sdist Build a source distribution distutils.core The cor...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- What's New in Python 2.1 — Python 3.6.5 ドキュメント 8011
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
うにかするための最初の小さな一歩として、Distutils の sdist コマンドを使ってパッケージ化する Python ソフトウェ...
のサポートを構築出来るでしょう。例えば Distutils の sdist コマンドと bdist_* コマンド群はあなたのパッケージを...
- https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 7889
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
load_url パッケージダウンロード用URL 文字列 packages distutilsが操作するPythonパッケージのリスト 文字列のリ...
スト py_modules distutilsが操作するPythonモジュールのリスト 文字列のリ...
についてはそれぞれのモジュールをごらんください。 class distutils.core. Extension ¶ Extension クラスは、セット...
無視して処理を進めるように指定します。 ブール値 class distutils.core. Distribution ¶ Distribution はPythonソ...
- https://man.plustar.jp/python/distutils/apiref.html - [similar]