Metadata-Version: 1.1
Name: mongoelector
Version: 0.2.1
Summary: Distributed master election and locking in mongodb
Home-page: https://github.com/zebpalmer/mongoelector
Author: Zeb Palmer
Author-email: zeb@zebpalmer.com
License: GPLv3
Description: ===============================
        MongoElector
        ===============================
        
        .. image:: https://badges.gitter.im/zebpalmer/MongoElector.svg
           :alt: Join the chat at https://gitter.im/zebpalmer/MongoElector
           :target: https://gitter.im/zebpalmer/MongoElector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        .. image:: https://img.shields.io/pypi/v/mongoelector.svg
                :target: https://pypi.python.org/pypi/mongoelector
        
        .. image:: https://img.shields.io/travis/zebpalmer/MongoElector.svg
                :target: https://travis-ci.org/zebpalmer/MongoElector
        
        .. image:: https://landscape.io/github/zebpalmer/MongoElector/master/landscape.svg?style=flat
                :target: https://landscape.io/github/zebpalmer/MongoElector/master
                :alt: Code Health
        
        .. image:: https://readthedocs.org/projects/mongoelector/badge/?version=latest
                :target: https://readthedocs.org/projects/mongoelector/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://api.codacy.com/project/badge/Grade/9b0eca961d57462aac560bbee862eee7
                :target: https://www.codacy.com/app/zeb/MongoElector?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=zebpalmer/MongoElector&amp;utm_campaign=Badge_Grade
        
        
        
        .. NOTE::
           As of 0.2.0, the API for the distributed lock functionality is probably finalized.
           As for stability, I'm using this in several production projects and it's working well.
           I will be starting work on the elector portion of this project very soon, on separate
           branches, that feature will be pre-alpha for several releases.
        
        
        Distributed master election and locking in mongodb
        
        * Free software: GPLv3
        * Documentation: https://mongoelector.readthedocs.io.
        
        Features
        --------
        
        * Distributed locking via MongoDB
        * Ensure/Verify a specific instance holds the lock
        * TTL
        
        
        
        =======
        History
        =======
        
        0.0.1 (2016-05-13)
        ------------------
        
        * Hello World
        
Keywords: mongoelector
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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.4
Classifier: Programming Language :: Python :: 3.5
