mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-17 07:23:43 +00:00
OpenStack Networking (Neutron) Client
client translation effort starts and several client projects including novaclient already setup translations. To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Closes-Bug: #1099603 Change-Id: I5b13a9428e6272e83a45b82c06f524be772d3d7a |
||
|---|---|---|
| doc/source | ||
| neutronclient | ||
| python-neutronclient/locale | ||
| releasenotes | ||
| tools | ||
| .coveragerc | ||
| .gitignore | ||
| .gitreview | ||
| .pylintrc | ||
| .testr.conf | ||
| babel.cfg | ||
| CONTRIBUTING.rst | ||
| HACKING.rst | ||
| LICENSE | ||
| MANIFEST.in | ||
| neutron_test.sh | ||
| README.rst | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
| test-requirements.txt | ||
| tox.ini | ||
Python bindings to the Neutron API ================================== 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``). Development takes place via the usual OpenStack processes as outlined in the `developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/python-neutronclient * Source: http://git.openstack.org/cgit/openstack/python-neutronclient * Bugs: http://bugs.launchpad.net/python-neutronclient