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

..03-May-2022-

designateclient/H25-Nov-2021-6,5354,149

doc/H03-May-2022-1,202825

python_designateclient.egg-info/H03-May-2022-6755

releasenotes/H25-Nov-2021-406135

.stestr.confH A D25-Nov-202173 53

.zuul.yamlH A D25-Nov-2021330 1312

AUTHORSH A D25-Nov-20213.8 KiB105104

CONTRIBUTING.rstH A D25-Nov-2021556 1710

ChangeLogH A D25-Nov-202117.7 KiB590519

LICENSEH A D25-Nov-20219.9 KiB177149

PKG-INFOH A D25-Nov-20213 KiB6755

README.rstH A D25-Nov-20211.7 KiB4333

python-designateclient.sublime-projectH A D25-Nov-2021754 5756

setup.cfgH A D25-Nov-20215.2 KiB119100

setup.pyH A D25-Nov-2021697 214

tox.iniH A D25-Nov-20212.9 KiB11092

README.rst

1========================
2Team and repository tags
3========================
4
5.. image:: https://governance.openstack.org/tc/badges/python-designateclient.svg
6    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8.. Change things from this point on
9
10Python bindings to the Designate API
11=====================================
12
13.. image:: https://img.shields.io/pypi/v/python-designateclient.svg
14    :target: https://pypi.org/project/python-designateclient/
15    :alt: Latest Version
16
17This is a client library for Designate built on the Designate API. It
18provides a Python API (the ``designateclient`` module) and a command-line tool
19(``designate``).
20
21Development takes place via the usual OpenStack processes as outlined in the
22`developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.  The master
23repository is in `Git <https://git.openstack.org/cgit/openstack/python-designateclient>`_.
24
25See release notes and more at `<https://docs.openstack.org/python-designateclient/latest/>`_.
26
27* License: Apache License, Version 2.0
28* `PyPi`_ - package installation
29* `Online Documentation`_
30* `Bugs`_ - issue tracking
31* `Blueprints`_ - feature specifications
32* `Source`_
33* `How to Contribute`_
34* `Release Notes`_
35
36.. _PyPi: https://pypi.org/project/python-designateclient
37.. _Online Documentation: https://docs.openstack.org/python-designateclient/latest/
38.. _Bugs: https://bugs.launchpad.net/python-designateclient
39.. _Blueprints: https://blueprints.launchpad.net/python-designateclient
40.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
41.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
42.. _Release Notes: https://docs.openstack.org/releasenotes/python-designateclient
43