Package python3-module-stevedore: Information

    Source package: python3-module-stevedore
    Version: 5.1.0-alt1.1
    Latest version according to Repology
    Build time:  Oct 17, 2023, 12:27 AM in the task #331923
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-stevedore (noarch)
    python3-module-stevedore-doc (noarch)
    python3-module-stevedore-tests (noarch)

    Maintainer: Grigory Ustinov


    ACL:
    Grigory Ustinov
    @python

      1. python3-module-bandit >= 1.6.0
      2. python3-module-coverage >= 4.0
      3. python3-module-mock
      4. python3-module-openstackdocstheme >= 1.18.1
      5. python3-module-pbr >= 2.0.0
      6. python3-module-pre-commit >= 2.6.0
      7. python3-module-pyproject-installer >= 0.4.0
      8. python3-module-setuptools
      9. python3-module-sphinx-devel
      10. python3-module-stestr >= 2.0.0
      11. python3-module-wheel
      12. rpm-build-python3
      13. rpm-macros-sphinx3

    Last changed


    Oct. 16, 2023 Grigory Ustinov 5.1.0-alt1.1
    - Dropped build dependency on python3-module-reno.
    May 15, 2023 Grigory Ustinov 5.1.0-alt1
    - Automatically updated to 5.1.0.
    Feb. 19, 2023 Grigory Ustinov 5.0.0-alt1.1
    - Moved on modern pyproject macros.