stevedore 1:4.0.0-ok1 source package in openKylin
Changelog
stevedore (1:4.0.0-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Tue, 06 Sep 2022 09:06:30 +0800
stevedore (1:4.0.0-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Tue, 06 Sep 2022 09:06:30 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
stevedore_4.0.0.orig.tar.gz | 493.0 KiB | 5a6816ffc131cefd8087b51535f322a3f84761b29424c8acbc8f98a0b56b65b8 |
stevedore_4.0.0-ok1.debian.tar.xz | 7.3 KiB | 0ddc8a981ed263da7f3988fbd23a6b78563b7b5a270064ef757050a28d2deb47 |
stevedore_4.0.0-ok1.dsc | 2.0 KiB | 0720b5e721e53d9b6174bd08d925c7cff1002d8bb373ececdc3d8bc6842b2cca |
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 contains the documentation.
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.