Metadata-Version: 1.1
Name: clusterclienttest
Version: 0.1.1
Summary: Client for compute nodes to communicate via REST API with master server.
Home-page: https://github.com/RayCrafter/clusterclienttest
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        Cluster Client Test
        =========================================================
        
        .. image::  https://img.shields.io/travis/RayCrafter/clusterclienttest/master.png?style=flat
            :target: https://travis-ci.org/RayCrafter/clusterclienttest
            :alt: Build Status
        
        .. image:: https://img.shields.io/coveralls/RayCrafter/clusterclienttest/master.png?style=flat
            :target: https://coveralls.io/r/RayCrafter/clusterclienttest
            :alt: Coverage
        
        .. image:: https://readthedocs.org/projects/clusterclienttest/badge/?version=latest&style=flat
            :target: http://clusterclienttest.readthedocs.org/en/latest/
            :alt: Documentation
        
        
        Client for compute nodes to communicate via REST API with master server.
        This is for test purposes. The master server should be setup with `ansible django stack <https://github.com/RayCrafter/ansible-django-stack>`_.
        The django project to test against is `djangotest <https://github.com/RayCrafter/djangotest>`_.
        
        Features
        --------
        
        * Authentication via OAuth2.
        * Sends a request to the REST API
        
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.1 (2015-07-18)
        +++++++++++++++++++++++++++++++++++++++
        
        * First Release on PyPi
        
Keywords: clusterclienttest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
