NFV Orchestration (Tacker) Client
Go to file
rajat29 b7a494e7d4 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid usingg
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: I988ff08fe1d6bc52c4a601641c564db7881accf4
2017-06-14 12:08:54 +05:30
doc/source Removes unused utf-8 encoding declaration 2017-01-20 05:10:55 +05:30
releasenotes Update reno for stable/ocata 2017-01-24 22:19:25 +00:00
tackerclient Replace six.iteritems() with .items() 2017-06-14 12:08:54 +05:30
tools Add Constraints support 2016-12-21 13:29:52 +11:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 15:27:14 +00:00
.gitignore Add .idea/ to python-tackerclient .gitignore 2016-07-08 21:23:13 +05:30
.gitreview Update .gitreview for new namespace 2015-10-17 22:38:05 +00:00
.pylintrc import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 2014-07-04 19:10:19 +09:00
.testr.conf Refactor mox references to use the mock library in pythontackerclient 2017-03-24 09:35:01 +05:30
HACKING.rst Clean up references to neutron 2016-03-09 09:24:58 +00:00
LICENSE import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 2014-07-04 19:10:19 +09:00
MANIFEST.in import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 2014-07-04 19:10:19 +09:00
README.rst Show team and repo badges on README 2016-11-25 13:07:03 +01:00
requirements.txt Updated from global requirements 2017-06-10 21:49:13 +00:00
setup.cfg The Python 3.5 is added 2017-03-08 18:05:48 +05:30
setup.py Updated from global requirements 2017-03-02 11:55:27 +00:00
tacker_test.sh rename neutron to tacker 2014-07-04 19:10:48 +09:00
test-requirements.txt Updated from global requirements 2017-06-02 22:07:45 +00:00
tox.ini The Python 3.5 is added 2017-03-08 18:05:48 +05:30

Team and repository tags

image

This is the client API library for Tacker.