1153万例文収録!

「python package」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > python packageに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

python packageの部分一致の例文一覧と使い方

該当件数 : 41



例文

19. Python compiler package 例文帳に追加

19. Python コンパイラパッケージ - Python

5.4 test -- Regression tests package for Python 例文帳に追加

5.4 test -- Python用回帰テストパッケージ - Python

10.45 distutils.command.register-- Register a module with the Python Package Index 例文帳に追加

45 distutils.command.register-- モジュールをPython Package Indexに登録する - Python

The register command registers the package with the Python Package Index. 例文帳に追加

registerコマンドはパッケージをPython Package Index に登録します。 - Python

例文

7.2 Pure Python distribution (by package) 例文帳に追加

2 pure Python 配布物 (パッケージ形式) - Python


例文

Original Python logging package 例文帳に追加

この logging パッケージのオリジナル - Python

The Python compiler package is a tool for analyzing Python source code and generating Python bytecode.例文帳に追加

Python compiler パッケージは Python のソースコードを分析したりPython バイトコードを生成するためのツールです。 - Python

package is a Python source to bytecodetranslator written in Python. 例文帳に追加

パッケージは、Python で書かれたPython ソースコードからバイトコードへの変換プログラムです。 - Python

Regression tests package containing the testing suite for Python.例文帳に追加

Python用テストスイートを含む回帰テストパッケージ。 - Python

例文

Code Listing2.3: Listing packages which depend on some package $ qdepends -a pygtk* DEPENDdev-python/pygtk-2.8.2: =dev-lang/python-2.3 =x11-libs/gtk+-2.8.0=dev-libs/glib-2.8.0 =x11-libs/pango-1.10.0 =dev-libs/atk-1.8.0=gnome-base/libglade-2.5.0 =dev-python/pycairo-0.9.0 dev-python/numericvirtual/opengl dev-python/pyopengl =x11-libs/gtkglarea-1.99=dev-util/pkgconfig-0.9 sys-devel/patch* RDEPENDdev-python/pygtk-2.8.2: =dev-lang/python-2.3 =x11-libs/gtk+-2.8.0=dev-libs/glib-2.8.0 =x11-libs/pango-1.10.0 =dev-libs/atk-1.8.0=gnome-base/libglade-2.5.0 =dev-python/pycairo-0.9.0 dev-python/numericvirtual/opengl dev-python/pyopengl =x11-libs/gtkglarea-1.99* PDEPEND 例文帳に追加

コード表示2.3:あるパッケージに依存するパッケージのリスト化 - Gentoo Linux

例文

The Python Package Index (PyPI) holds meta-data describing distributionspackaged with distutils. 例文帳に追加

Python パッケージインデクス (Python Package Index, PyPI) は、distutils でパッケージ化された配布物に関するメタデータを保持しています。 - Python

Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for module-relative filenames.例文帳に追加

オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

Home page for the PyXML package, containing an extension of xml package bundled with Python.例文帳に追加

Python にバンドルされてくる xml パッケージへの拡張である PyXML パッケージのホームページです。 - Python

A Distribution describes how to build, install and package up a Python software package.例文帳に追加

DistributionはPythonソフトウェアパッケージをどのようにビルド、インストール、パッケージするかを定義する。 - Python

The new modules may be either 100%-pure Python, or may be extension modules written in C, or may be collections of Python packages which includemodules coded in both Python and C.This package is discussed in two separate documents which are included in the Python documentation package.例文帳に追加

新規のモジュールは 100%-pure Python でも、C で書かれた拡張モジュールでも、あるいは Python と C 両方のコードが入っているモジュールからなるPython パッケージでもかまいません。 このパッケージは、Python ドキュメンテーション パッケージに含まれているこれとは別の 2つのドキュメントで詳しく説明されています。 - Python

The Distutils' own setup script,shown here, is used to install the package into Python 1.5.2.) 例文帳に追加

ここで示した、Distutils 自身の setup スクリプトは、Python 1.5.2 にDistutils パッケージをインストールする際に使います。 - Python

The version of the package available from this site is suitable for use with Python 1.5.2, 2.1.x and 2.2.x,which do not include the logging package in the standard library. Subsections例文帳に追加

このサイトにあるバージョンのパッケージは、標準でloggingパッケージを含まないPython 1.5.2 と 2.1.x、2.2.xでも使用できます - Python

Normally, a package will contain of addition modules, like Python source modules,documentation, subpackages, etc.例文帳に追加

通常、パッケージには Python ソースモジュールやドキュメント、サブパッケージ等といった別のファイルも入ります。 - Python

The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python.例文帳に追加

xml.sax パッケージはPython 用の Simple API for XML (SAX) インターフェースを実装した数多くのモジュールを提供しています。 - Python

It's not necessarily binary, though, because it might contain only Python source code and/or byte-code; and we don't call it a package, because that word is already spoken for in Python.例文帳に追加

配布物には、 Python ソースコード、かつ/またはバイトコードが入るからです; また、我々はパッケージという呼び方もしません。 - Python

(This would be called a package, except that term is already taken in the Python context: a single module distribution may contain zero, one, or many Python packages.)例文帳に追加

(パッケージ (package) と呼ばれることもありますが、 Python 用語としてのパッケージとは意味が違います: 一つのモジュール配布物の中には、場合によりゼロ個、一つ、それ以上の Python パッケージが入っています。 ) - Python

In here you find the PythonIDE Integrated Development Environment;PythonLauncher, which handles double-clicking Python scripts from the Finder; and the Package Manager.例文帳に追加

このフォルダの中には、 PythonIDE 統合開発環境、ファインダからダブルクリックして Python スクリプトを起動するための PythonLauncher、Package Manager が入っています。 - Python

Optional argument name gives the name of the test; by default,or if None, os.path.basename(filename) is used.Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for a module-relative filename.例文帳に追加

オプション引数 name には、テストの名前を指定します; デフォルトの場合や None を指定した場合、 os.path.basename(filename) になります。 オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

The distutils package provides support for building and installing additional modules into a Python installation.例文帳に追加

distutils パッケージは、現在インストールされている Python に追加するためのモジュール構築、および実際のインストールを支援します。 - Python

To learn about installing Python modules, whether or not the author made use of the distutils package, read例文帳に追加

Python モジュールをインストールする方法は、モジュールの作者が distutils パッケージを使っている場合でもいない場合でも、 - Python

These fields should not be used if your package is to be compatible with Python versions prior to 2.2.3 or 2.3.例文帳に追加

これらのフィールドは、2.2.3 および 2.3 より以前のバージョンの Python でも互換性を持たせたい場合には指定してはなりません。 - Python

This tree is used to generate an abstract syntax tree (AST) and then Python bytecode.The full functionality of the package duplicates the builtin compiler provided with the Python interpreter.例文帳に追加

この構文木から抽象構文木 AST (Abstract Syntax Tree) が生成され、その後 Python バイトコードが得られます。 このパッケージの機能は、Python インタプリタに内蔵されている組み込みのコンパイラがすべて含んでいるものです。 - Python

For example, say you keep all Python source under lib, so that modules in the ``root package'' (i.e., not in any package at all) are in lib, modules in the foo package are in lib/foo,and so forth. Then you would put例文帳に追加

例えば、全ての Python ソースコードを lib 下に置いて、``ルートパッケージ'' 内のモジュール (つまり、どのパッケージにも入っていないモジュール) を lib 内に入れ、foo パッケージを lib/foo に入れる、といった具合にしたいのなら、 - Python

Portage, the package maintenance system which Gentoo uses, is written in Python, meaning you can easily view and modify the source code.例文帳に追加

Portage、これはGentooの使うパッケージ管理システムですが、誰もが簡単にソースコードを見たり変更したりできるように、Pythonで書かれています。 - Gentoo Linux

The mapping of the Level3 specification, currently only available in draft form, is being developed by the Python XML Special InterestGroup as part of the PyXML package.例文帳に追加

現在はドラフト形式でのみ入手できる レベル3 仕様への対応付けは、Python XML 分科会 (Special Interest Group) により、PyXML パッケージ の一部として開発中です。 - Python

The packages option tells the Distutils to process (build,distribute, install, etc.) all pure Python modules found in each package mentioned in the packages list.例文帳に追加

packages オプションは、 packages リスト中で指定されている各々のパッケージについて、パッケージ内に見つかった全ての pure Python モジュールを処理 (ビルド、配布、インストール、等) するよう Distutils に指示します。 - Python

As of email package version 3.0, introduced in Python 2.4, the classic Parser was re-implemented in terms of the FeedParser, so the semantics and results are identical between the two parsers. Subsections例文帳に追加

そのためパーザの意味論と得られる結果は 2つのパーザで同一のものになります。 - Python

those keyword arguments fall into two categories: packagemetadata (name, version number) and information about what's in the package (a list of pure Python modules, in this case)例文帳に追加

キーワード引数は二つのカテゴリ: パッケージのメタデータ (パッケージ名、バージョン番号) 、パッケージに何が収められているかの情報 (上の場合は pure Python モジュールのリスト)、に行き着きます。 - Python

As distributed the Python library includes packages that implement the standard suites, plus packages that interface to a small number of common applications.To send AppleEvents to an application you must first create the Python package interfacing to the terminology of the application (whatScript Editor calls the "Dictionary").例文帳に追加

配布されている Python ライブラリは、Standard Suite を実装したパッケージに加えて、いくつかの一般的なアプリケーションへのインターフェースを実装したパッケージが含まれています。 アプリケーションに AppleEvent を送るためには、アプリケーションの用語(Script Editorが「辞書」と呼ぶもの)に接続する Python パッケージを最初に作成しなければなりません。 - Python

There are only two differences between this and the trivial one-filedistribution presented in section1.2: more metadata, and the specification of pure Python modules by package,rather than by module.例文帳に追加

上の例と、2 で示したファイル一つからなる小さな配布物とは、違うところは二つしかありません: メタデータの追加と、モジュールではなくパッケージとして pure Python モジュール群を指定しているという点です。 - Python

The gensuitemodule module creates a Python package implementingstub code for the AppleScript suites that are implemented by a specific application, according to its AppleScript dictionary.It is usually invoked by the user through the PythonIDE, but it can also be run as a script from the command line (pass--help for help on the options) or imported from Python code.例文帳に追加

gensuitemodule モジュールは AppleScript 辞書によって特定のアプリケーションに実装されている AppleScript 群のためのスタブコードを実装した Python パッケージを作成します。 このモジュールは、通常は PythonIDE からユーザによって起動されますが、コマンドラインからスクリプトとして実行する(オプションとしてヘルプに --help を与えてみてください)こともできますし、Python コードでインポートして利用する事もできます。 - Python

If you distribute or package many Python module distributions, you might want to put options that apply to all of them in your personal Distutils configuration file(~/.pydistutils.cfg).There are three steps to building a binary RPM package, all of which are handled automatically by the Distutils:例文帳に追加

沢山の Python モジュール配布物を配布したりパッケージ化したりしているのなら、配布物全部に当てはまるオプションを個人用の Distutils 設定ファイル (~/.pydistutils.cfg) に入れられます。 バイナリ形式の RPM パッケージを作成する際には三つの段階があり、Distutils はこれら全ての段階を自動的に処理します: - Python

The configuration header is calledpyconfig.h for Python versions starting with 2.2, and config.h for earlier versions of Python.Some additional functions are provided which perform some usefulmanipulations for other parts of the distutils package.例文帳に追加

設定ファイルのヘッダは、2.2 以降のバージョンではpyconfig.h 、それ以前のバージョンでは config.h です。 他にも、distutils パッケージの別の部分を操作する上で便利な関数がいくつか提供されています。 - Python

package uses a variant on the visitor pattern that takes advantage of Python'sintrospection features to elminiate the need for much of the visitor'sinfrastructure.The classes being visited do not need to be programmed to acceptvisitors.例文帳に追加

パッケージは、Python のイントロスペクション機能を利用してvisitor のために必要な大部分のインフラを省略した、visitor パターンの変種を使っています。 visit されるクラスは、visitor を受け入れるようにプログラムされている必要はありません。 - Python

Hardcore cypherpunks will probably find the cryptographic modules written by A.M. Kuchling of further interest; the package addsbuilt-in modules for DES and IDEA encryption, provides a Python module for reading and decrypting PGP files, and then some.例文帳に追加

あなたがハードコアなサイバーパンクなら、さらに A.M. Kuchling の書いた暗号化モジュールに興味を持つかもしれません。 このパッケージでは組み込みの DES および IDEA 暗号を追加し、PGP 暗号化されたファイルの読み込みや復号化を行うためのモジュールなどを提供します。 - Python

例文

(And``installer'' is a term specific to the world of mainstream desktopsystems.)A built distribution is how you make life as easy as possible for installers of your module distribution: for users of RPM-based Linux systems, it's a binary RPM; for Windows users, it's an executable installer; for Debian-based Linux users, it's a Debian package; and so forth.例文帳に追加

すでに Python の用語として使っているからです (また、 ``インストーラ''という言葉は主流のデスクトップシステム特有の用語です)ビルド済み配布物は、モジュール配布物をインストール作業者にとってできるだけ簡単な状況にする方法です: ビルド済み配布物は、RPM ベースのLinux システムユーザにとってはバイナリ RPM 、Windows ユーザにとっては実行可能なインストーラ、 Debian ベースの Linux システムでは Debian パッケージ、などといった具合です。 - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS