Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040892
en ru br
ALT Linux repos
S:5.1.0-alt1

Group :: Development/Python3
RPM: python3-module-stevedore

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.1.0-alt1
Build date: 15 may 2023, 12:14 ( 45.5 weeks ago )
Size: 491.80 Kb

Home page:   https://pypi.org/project/stevedore

License: Apache-2.0
Summary: 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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-stevedore
  • python3-module-stevedore-tests
  • python3-module-stevedore-doc
  • python3-module-stevedore-docs
  • python3-module-stevedore-pickles
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin