Metadata-Version: 1.1
Name: alignak-backend-client
Version: 0.6.11.5
Summary: Alignak REST backend client library
    ===================================

    This module is a Python library used for connecting to an Alignak backend.
Home-page: https://github.com/Alignak-monitoring-contrib/alignak-backend-client
Author: Frédéric MOHIER
Author-email: frederic.mohier@gmail.com
License: GNU Affero General Public License, version 3
Description: Alignak Backend client
        ======================
        
        *Python client for Alignak Backend*
        
        Build status (stable release)
        ----------------------------------------
        
        .. image:: https://travis-ci.org/Alignak-monitoring-contrib/alignak-backend-client.svg?branch=master
            :target: https://travis-ci.org/Alignak-monitoring-contrib/alignak-backend-client
        
        .. image:: https://coveralls.io/repos/Alignak-monitoring-contrib/alignak-backend-client/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/Alignak-monitoring-contrib/alignak-backend-client?branch=master
        
        .. image:: https://readthedocs.org/projects/alignak-backend-client/badge/?version=latest
          :target: http://alignak-backend-client.readthedocs.org/en/latest/?badge=latest
          :alt: Documentation Status
        
        
        Build status (development release)
        ----------------------------------------
        
        .. image:: https://travis-ci.org/Alignak-monitoring-contrib/alignak-backend-client.svg?branch=develop
            :target: https://travis-ci.org/Alignak-monitoring-contrib/alignak-backend-client
        
        .. image:: https://coveralls.io/repos/Alignak-monitoring-contrib/alignak-backend-client/badge.svg?branch=develop&service=github
          :target: https://coveralls.io/github/Alignak-monitoring-contrib/alignak-backend-client?branch=develop
        
        .. image:: https://readthedocs.org/projects/alignak-backend-client/badge/?version=develop
          :target: http://alignak-backend-client.readthedocs.org/en/develop/?badge=develop
          :alt: Documentation Status
        
        
        Documentation
        ----------------------------------------
        
        The Backend class is commented and a doc is automatically built from the source code. Click on the
        docs badge on this page to browse the documentation.
        
        
        Release strategy
        ----------------------------------------
        
        Alignak backend and its *satellites* (backend client, and backend import tools) must all have the
        same features level. As of it, take care to install the same minor version on your system to
        ensure compatibility between all the packages. Use 0.4.x version of Backend import and Backend
        client with a 0.4.x version of the Backend.
        
        The current version of Alignak backend client is 0.5.0.
        
        **Note:** the current version is the same as the previous version 0.4.2. The version number has
        simply been updated to match the Alignak backend release strategy.
        
        
        Bugs, issues and contributing
        ----------------------------------------
        
        Please report any issue using the project `GitHub repository: <https://github.com/Alignak-monitoring-contrib/alignak-backend-client/issues>`_.
        
        
        License
        ----------------------------------------
        
        Alignak Backend client is available under the `GPL version 3 <http://opensource.org/licenses/GPL-3.0>`_.
        
        
Keywords: alignak monitoring backend
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
