Source: python-stevedore
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/openstack/stevedore/tags
Vcs-Browser: https://github.com/alvistack/openstack-stevedore
Vcs-Git: https://github.com/alvistack/openstack-stevedore.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-stevedore
Architecture: all
Description: Manage dynamic plugins for Python applications
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
