最終更新:2023-03-14 (火) 00:02:12 (263d)
Python/パッケージ
複数のモジュールを含んだディレクトリ
ディレクトリ直下に__init__.pyを言う名前のファイルを必要とする
ドキュメント
ビルトインパッケージ
パッケージディレクトリ
C:\Python27\Lib
一覧 (2.7.2)
- Python/bsddb?
- Python/bsddb.test?
- Python/compiler?
- Python/ctypes
- Python/curses?
- Python/distutils?
- Python/email?
- Python/encodings?
- Python/hotshot?
- Python/idlelib?
- Python/importlib
- Python/json
- Python/json.tests?
- Python/lib2to3?
- Python/lib-tk.test.test_tkinter?
- Python/lib-tk.test.test_ttk?
- Python/logging
- Python/msilib?
- Python/multiprocessing
- Python/multiprocessing.dummy?
- Python/pydoc_data?
- Python/sqlite3
- Python/sqlite3.test?
- Python/test?
- Python/unittest?
- Python/unittest.test?
- Python/wsgiref?
- Python/xml
Python/import
import パッケージ名.モジュール名 import パッケージ名.モジュール名.属性名 from パッケージ名 import モジュール名
eggパッケージ
- easy_installでインストールできる