Language

Package: python2-stevedore @ 1.28.0

Synopsis

Manage dynamic plugins for Python applications

Description

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.

Home page
https://github.com/dreamhost/stevedore
Location
gnu/packages/openstack.scm (line: 311, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python2-pbr' should probably be a native input