Metadata-Version: 1.1
Name: rdlm-py
Version: 0.1.b1
Summary: rdlm-py is a python client for RDLM (Restful Distributed Lock Manager)
Home-page: https://github.com/thefab/rdlm-py
Author: Fabien MARTY
Author-email: fabien.marty@gmail.com
License: MIT
Download-URL: https://github.com/thefab/rdlm-py
Description: rdlm-py
        =======
        
        What is it ?
        ------------
        
        ``rdlm-py`` is a python client for the `restful-distributed-lock-manager
        (RDLM) <https://github.com/thefab/restful-distributed-lock-manager>`_.
        
        Special features
        ----------------
        
        - Classic and administrative (password protected) requests
        - Three ways to use it (a classical API, a (more pythonic) ContextManager API, some CLI tools)
        
        Quickstart
        ----------
        
        Installation
        ~~~~~~~~~~~~
        
        ::
        
            pip install rdlm-py
        
            Requirements: 
            - Python 2.6, 2.7, 3.2 or 3.3
            - Requests >= 1.2.3
        
        Usage
        ~~~~~
        
        See the `README <https://github.com/thefab/rdlm-py/blob/master/README.md>`_ for more details.
        
        
        Warning
        -------
        
        ``rdlm-py`` is at an early stage of development (API can change).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development
