File: README.rst

package info (click to toggle)
python-freezerclient 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 672 kB
  • sloc: python: 4,550; makefile: 25; sh: 2
file content (39 lines) | stat: -rw-r--r-- 1,908 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/python-freezerclient.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

=============================================================
Python bindings to the OpenStack Backup/Restore API (Freezer)
=============================================================

.. image:: https://img.shields.io/pypi/v/python-freezerclient.svg
    :target: https://pypi.org/project/python-freezerclient/
    :alt: Latest Version

This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.

Development takes place via the usual OpenStack processes as outlined in the `developer guide <https://docs.openstack.org/infra/manual/developers.html>`_.  The master repository is in `Git <https://opendev.org/openstack/python-freezerclient>`_.


* License: Apache License, Version 2.0
* `PyPi`_ - package installation
* `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `How to Contribute`_

.. _PyPi: https://pypi.org/project/python-freezerclient
.. _Online Documentation: https://wiki.openstack.org/wiki/Python-freezerclient
.. _Launchpad project: https://launchpad.net/python-freezerclient
.. _Blueprints: https://blueprints.launchpad.net/python-freezerclient
.. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-freezerclient
.. _Source: https://opendev.org/openstack/python-freezerclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Release notes: https://docs.openstack.org/releasenotes/python-freezerclient/