90542f8a2c8ed803bd458b5b188c0b25503a307d
The simplest way to create a client instance is initialization with your
credentials:
>>> from freezerclient import client
>>> freezer = client.Client("2")
>>> freezer.jobs.list_all()
Change-Id: I04f1316d6786579a48d1db7969c7cae3ef8bd9e4
Team and repository tags
Python bindings to the OpenStack Backup/Restore API (Freezer)
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. The master repository is in Git.
- 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
Description
Languages
Python
100%