1========================================================
2Python bindings to the OpenStack Identity API (Keystone)
3========================================================
4
5This is a client for OpenStack Identity API. There's a Python API for
6:doc:`Identity API v3 <using-api-v3>` and :doc:`v2 <using-api-v2>` (the
7:mod:`keystoneclient` modules).
8
9Contents:
10
11.. toctree::
12   :maxdepth: 1
13
14   using-api-v3
15   using-sessions
16   using-api-v2
17   api/modules
18
19Related Identity Projects
20=========================
21
22In addition to creating the Python client library, the Keystone team also
23provides `Identity Service`_, as well as `WSGI Middleware`_.
24
25.. _`Identity Service`: https://docs.openstack.org/keystone/latest/
26.. _`WSGI Middleware`: https://docs.openstack.org/keystonemiddleware/latest/
27
28Release Notes
29=============
30
31
32Read also the `Keystoneclient Release Notes
33<https://docs.openstack.org/releasenotes/python-keystoneclient/>`_.
34
35
36Contributing
37============
38
39Code is hosted `on OpenDev`_. Submit bugs to the Keystone project on
40`Launchpad`_. Submit code to the ``openstack/python-keystoneclient`` project
41using `Gerrit`_.
42
43.. _on OpenDev: https://opendev.org/openstack/python-keystoneclient
44.. _Launchpad: https://launchpad.net/python-keystoneclient
45.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
46
47Run tests with ``tox``.
48
49Indices and tables
50==================
51
52* :ref:`genindex`
53* :ref:`modindex`
54* :ref:`search`
55
56