Go to file
zhanghao 3cfa54fa56 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I357968c6a1932856b1600f6c191966bc90cbc258
2020-05-15 17:27:56 -04:00
2020-05-15 17:27:56 -04:00
2015-12-29 19:14:17 +00:00
2018-09-06 01:09:28 +02:00
2019-04-19 19:44:46 +00:00
2019-07-18 20:28:55 +09:00
2020-04-11 18:47:45 +00:00
2015-12-04 13:44:13 +09:00
2012-01-18 09:39:25 +11:00
2020-05-15 17:27:56 -04:00
2015-12-09 11:09:26 +03:00
2020-05-15 17:27:56 -04:00
2020-04-24 08:23:17 -05:00
2020-04-04 17:06:45 +02:00
2020-04-24 10:25:56 -05:00

Team and repository tags

image

Python bindings to the Neutron API

Latest Version

This is a client library for Neutron built on the Neutron API. It provides a Python API (the neutronclient module) and a command-line tool (neutron).

Description
OpenStack Networking (Neutron) Client
Readme 39 MiB
Languages
Python 100%