68d0a7ece4e8e77bbe0bec740a6642b78a59cef5
1.As mentioned in [1], we should avoid using six.iteritems to achieve iterators. We can use dict.items instead, as it will return iterators in PY3 as well. And dict.items/keys will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3 [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: I3bdceff37eb43058b9a4c7a1f55c2875eb61c9a4
Team and repository tags
Karbor
Karbor Mission Statement
- Formalize Application Data Protection in OpenStack (APIs, Services, Plugins, …)
- Be able to protect Any Resource in OpenStack(as well as their dependencies)
- Allow Diversity of vendor solutions, capabilities and implementations without compromising usability
- PyPi - package installation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute
Python Karborclient
python-karborclient is a client library for karbor built on the
karbor API. It provides a Python API (the karborclient
module) and a command-line tool (karbor).
Project Resources
Project status, bugs, and blueprints are tracked on Launchpad:
- Client bug tracker
- Karbor bug tracker
Developer documentation can be found here:
Additional resources are linked from the project wiki page:
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description