套件: python3-stevedore (1:1.32.0-0ubuntu2)
python3-stevedore 的相關超連結
Trisquel 的資源:
下載原始碼套件 stevedore:
- [stevedore_1.32.0-0ubuntu2.dsc]
- [stevedore_1.32.0.orig.tar.gz]
- [stevedore_1.32.0-0ubuntu2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian OpenStack (郵件存檔)
- Thomas Goirand
- Julien Danjou
外部的資源:
- 主頁 [github.com]
相似套件:
manage dynamic plugins for Python applications - python3
Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions.
This package provides the Python 3.x module.
其他與 python3-stevedore 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 3 interface)