• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-4,5492,982

novaclient/H22-Jun-2020-34,34126,458

playbooks/legacy/novaclient-dsvm-functional/H22-Jun-2020-136123

python_novaclient.egg-info/H03-May-2022-6959

releasenotes/H22-Jun-2020-1,8741,514

tools/H22-Jun-2020-5849

.coveragercH A D22-Jun-2020101 86

.mailmapH A D22-Jun-20201.4 KiB2625

.stestr.confH A D22-Jun-202072 43

.zuul.yamlH A D22-Jun-2020846 3230

AUTHORSH A D22-Jun-202019.3 KiB523522

CONTRIBUTING.rstH A D22-Jun-2020643 2011

ChangeLogH A D22-Jun-202092 KiB2,3842,245

HACKING.rstH A D22-Jun-20201.1 KiB4230

LICENSEH A D22-Jun-202011.6 KiB209174

PKG-INFOH A D22-Jun-20202.9 KiB6858

README.rstH A D22-Jun-20201.6 KiB4234

setup.cfgH A D22-Jun-20201,021 3934

setup.pyH A D22-Jun-20201 KiB308

tox.iniH A D22-Jun-20203.1 KiB11298

README.rst

1========================
2Team and repository tags
3========================
4
5.. image:: https://governance.openstack.org/tc/badges/python-novaclient.svg
6    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8.. Change things from this point on
9
10============================================
11Python bindings to the OpenStack Compute API
12============================================
13
14.. image:: https://img.shields.io/pypi/v/python-novaclient.svg
15    :target: https://pypi.org/project/python-novaclient/
16    :alt: Latest Version
17
18This is a client for the OpenStack Compute API. It provides a Python API (the
19``novaclient`` module) and a command-line script (``nova``). Each implements
20100% of the OpenStack Compute API.
21
22* License: Apache License, Version 2.0
23* `PyPi`_ - package installation
24* `Online Documentation`_
25* `Launchpad project`_ - release management
26* `Blueprints`_ - feature specifications
27* `Bugs`_ - issue tracking
28* `Source`_
29* `Specs`_
30* `How to Contribute`_
31* `Release Notes`_
32
33.. _PyPi: https://pypi.org/project/python-novaclient
34.. _Online Documentation: https://docs.openstack.org/python-novaclient/latest
35.. _Launchpad project: https://launchpad.net/python-novaclient
36.. _Blueprints: https://blueprints.launchpad.net/python-novaclient
37.. _Bugs: https://bugs.launchpad.net/python-novaclient
38.. _Source: https://opendev.org/openstack/python-novaclient
39.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
40.. _Specs: http://specs.openstack.org/openstack/nova-specs/
41.. _Release Notes: https://docs.openstack.org/releasenotes/python-novaclient
42