安装

Python 版本

stevedore 在 Python 3.6 和 3.7 下进行了测试。

基本安装

stevedore 应该安装到与应用程序和扩展安装在同一 site-packages 区域(虚拟环境或全局 site-packages)。您可能需要管理员权限才能执行此操作。最简单的方法是使用 pip

$ pip install stevedore

或者

$ sudo pip install stevedore

下载

stevedore 发布版本托管在 PyPI 上,可以从以下地址下载:https://pypi.ac.cn/project/stevedore

源代码

源代码托管在 OpenStack 基础设施上:https://opendev.org/openstack/stevedore/

入口点检查器

要列出入口点和已注册的插件,此工具也很有用:https://pypi.ac.cn/project/entry_point_inspector

报告 Bug

请通过 launchpad 项目报告 Bug:https://launchpad.net/python-stevedore