套件:python-keystoneclient(1:3.17.0-2)
python-keystoneclient 的相關連結
Debian 的資源:
下載原始碼套件 python-keystoneclient:
- [python-keystoneclient_3.17.0-2.dsc]
- [python-keystoneclient_3.17.0.orig.tar.xz]
- [python-keystoneclient_3.17.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
client library for the OpenStack Keystone API - Python 2.x
This is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID in future versions. Out of the box, Keystone uses SQLite for its identity store database, with the option to connect to external LDAP.
This is a client for the OpenStack Keystone API. There's a Python API (the "keystoneclient" module), and a command-line script ("keystone").
Installing this package gets you a shell command, that you can use to interact with Keystone's API. Note that the "keystone" command line is currently deprecated in favor of the "openstack" one available within the "python-openstackclient" package.
This package contains the Python 2.x module.
其他與 python-keystoneclient 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-debtcollector
- collection of patterns to collect technical debt - Python 2.x
-
- dep: python-keyring
- store and access your passwords safely
-
- dep: python-keystoneauth1 (>= 3.4.0)
- authentication library for OpenStack Identity - Python 2.7
-
- dep: python-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- dep: python-oslo.config (>= 1:5.2.0)
- Common code for Openstack Projects (configuration API) - Python 2.x
-
- dep: python-oslo.i18n (>= 3.15.3)
- Oslo Internationalization Utilities - Python 2.x
-
- dep: python-oslo.serialization (>= 2.18.0)
- utilities for serialization , especially JSON - Python 2.x
-
- dep: python-oslo.utils (>= 3.33.0)
- set of utility functions for OpenStack - Python 2.x
-
- dep: python-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-requests (>= 2.14.2)
- elegant and simple HTTP library for Python2, built for human beings
-
- dep: python-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-stevedore (>= 1.20.0)
- manage dynamic plugins for Python applications - python2