Metadata-Version: 2.0
Name: clusterclienttest
Version: 0.2.0
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
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
Requires-Dist: requests-oauthlib
Requires-Dist: oauthlib
Requires-Dist: clusterlogger

=========================================================
Cluster Client Test
=========================================================

.. image:: http://img.shields.io/pypi/v/clusterclienttest.png?style=flat
    :target: https://pypi.python.org/pypi/clusterclienttest
    :alt: PyPI version

.. image:: http://img.shields.io/pypi/dm/clusterclient.png?style=flat
    :target: https://pypi.python.org/pypi/clusterclienttest
    :alt: Downloads per month

.. image:: http://img.shields.io/pypi/l/clusterclienttest.png?style=flat
    :target: https://pypi.python.org/pypi/clusterclienttest
    :alt: License

.. image::  https://img.shields.io/travis/RayCrafter/clusterclienttest/master.png?style=flat
    :target: https://travis-ci.org/RayCrafter/clusterclienttest
    :alt: Build Status

.. 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
* Sends logs via to Graylog via TCP


.. :changelog:

History
-------

0.1.1 (2015-07-18)
+++++++++++++++++++++++++++++++++++++++

* First Release on PyPi

0.2.0 (2015-07-28)
+++++++++++++++++++++++++++++++++++++++

* Use GELFTCPHandler


