Metadata-Version: 1.1
Name: hazelcast-remote-controller
Version: 0.1
Summary: Hazelcast Remote Controller Python Library
Home-page: https://github.com/hazelcast/hazelcast-remote-controller
Author: Hazelcast Inc. Developers
Author-email: hazelcast@googlegroups.com
License: Apache 2.0
Description: Hazelcast Remote Controller Python Library
        ------------------------------------------
        
        Hazelcast python client for Remote Controller Project which is a cluster lifecycle manager 
        for native client tests. Server container and language clients provide easy management of 
        server side from clients
        
        * Create a cluster with a provided xml config
        * Start a Member in the configured cluster
        * Shutdown a member
        * Terminate a member
        * Remote script execution on the container
        
        Project uses Apache Thrift to provide multi language support.
        
        Installation
        ------------
        
        You can install the Hazelcast python client via the following command::
        
            $ pip install hazelcast-remote-controller
        
        or::
        
            $ python setup.py install
        
        Mail Group
        ----------
        
        Please join the mail group if you are interested in using or developing Hazelcast.
        
        `http://groups.google.com/group/hazelcast <http://groups.google.com/group/hazelcast>`_
        
        License
        ~~~~~~~
        
        Hazelcast is available under the Apache 2 License. Please see the `Licensing appendix <http://docs.hazelcast.org/docs/latest/manual/html-single/hazelcast-documentation.html#license-questions>`_ for more information.
        
        Copyright
        ~~~~~~~~~
        
        Copyright (c) 2008-2016, Hazelcast, Inc. All Rights Reserved.
        
        Visit `www.hazelcast.com <http://www.hazelcast.com/>`_ for more info.
        
Keywords: hazelcast,client,python,test
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
