stevedore


Namestevedore JSON
Version 5.1.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/stevedore/latest/
SummaryManage dynamic plugins for Python applications
upload_time2023-05-15 08:16:57
maintainer
docs_urlNone
authorOpenStack
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========================================================
stevedore -- Manage dynamic plugins for Python applications
===========================================================

.. image:: https://img.shields.io/pypi/v/stevedore.svg
    :target: https://pypi.org/project/stevedore/
    :alt: Latest Version

.. image:: https://governance.openstack.org/tc/badges/stevedore.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

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.

.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html?#entry-points

* Free software: Apache license
* Documentation: https://docs.openstack.org/stevedore/latest
* Source: https://opendev.org/openstack/stevedore
* Bugs: https://bugs.launchpad.net/python-stevedore




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/stevedore/latest/",
    "name": "stevedore",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/ac/d6/77387d3fc81f07bc8877e6f29507bd7943569093583b0a07b28cfa286780/stevedore-5.1.0.tar.gz",
    "platform": null,
    "description": "===========================================================\nstevedore -- Manage dynamic plugins for Python applications\n===========================================================\n\n.. image:: https://img.shields.io/pypi/v/stevedore.svg\n    :target: https://pypi.org/project/stevedore/\n    :alt: Latest Version\n\n.. image:: https://governance.openstack.org/tc/badges/stevedore.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\nPython makes loading code dynamically easy, allowing you to configure\nand extend your application by discovering and loading extensions\n(\"*plugins*\") at runtime. Many applications implement their own\nlibrary for doing this, using ``__import__`` or ``importlib``.\nstevedore avoids creating yet another extension\nmechanism by building on top of `setuptools entry points`_. The code\nfor managing entry points tends to be repetitive, though, so stevedore\nprovides manager classes for implementing common patterns for using\ndynamically loaded extensions.\n\n.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html?#entry-points\n\n* Free software: Apache license\n* Documentation: https://docs.openstack.org/stevedore/latest\n* Source: https://opendev.org/openstack/stevedore\n* Bugs: https://bugs.launchpad.net/python-stevedore\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Manage dynamic plugins for Python applications",
    "version": "5.1.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/stevedore/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b68e739fd061b0aba464bef8e8be48428b2aabbfb3f2f8f2f8ca257363ee6b2",
                "md5": "31fe0913f1918fab6b6b49b0c5195c05",
                "sha256": "8cc040628f3cea5d7128f2e76cf486b2251a4e543c7b938f58d9a377f6694a2d"
            },
            "downloads": -1,
            "filename": "stevedore-5.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31fe0913f1918fab6b6b49b0c5195c05",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 49636,
            "upload_time": "2023-05-15T08:16:55",
            "upload_time_iso_8601": "2023-05-15T08:16:55.925432Z",
            "url": "https://files.pythonhosted.org/packages/4b/68/e739fd061b0aba464bef8e8be48428b2aabbfb3f2f8f2f8ca257363ee6b2/stevedore-5.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acd677387d3fc81f07bc8877e6f29507bd7943569093583b0a07b28cfa286780",
                "md5": "41775a62252994412daa300ff904170c",
                "sha256": "a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c"
            },
            "downloads": -1,
            "filename": "stevedore-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "41775a62252994412daa300ff904170c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 514100,
            "upload_time": "2023-05-15T08:16:57",
            "upload_time_iso_8601": "2023-05-15T08:16:57.801101Z",
            "url": "https://files.pythonhosted.org/packages/ac/d6/77387d3fc81f07bc8877e6f29507bd7943569093583b0a07b28cfa286780/stevedore-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-15 08:16:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stevedore"
}
        
Elapsed time: 0.07014s