Metadata-Version: 1.1
Name: clustercron
Version: 0.1.3
Summary: Cron job wrapper that ensures a script gets run from one node in the cluster.
Home-page: https://github.com/maartenq/clustercron
Author: Maarten Diemel
Author-email: maarten@maartendiemel.nl
License: BSD
Description: ===========
        clustercron
        ===========
        
        .. image:: https://badge.fury.io/py/clustercron.png
            :target: http://badge.fury.io/py/clustercron
        
        .. image:: https://travis-ci.org/maartenq/clustercron.png?branch=master
                :target: https://travis-ci.org/maartenq/clustercron
        
        .. image:: https://pypip.in/d/clustercron/badge.png
                :target: https://pypi.python.org/pypi/clustercron
        
        Cron job wrapper that ensures a script gets run from one node in the cluster.
        
        
        * Documentation: https://clustercron.readthedocs.org/en/latest/
        * GitHub: https://github.com/maartenq/clustercron
        * PyPi: https://pypi.python.org/pypi/clustercron
        * Free software: BSD license
        
        Features
        --------
        
        This project is in Pre-Alpha status.
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.3 (2015-05-22)
        ---------------------
        
        * Refactor command line argument parser
        
        
        0.1.2 (2015-03-28)
        ---------------------
        
        * More test for commandline
        * Travis stuff
        
        
        0.1.0 (2015-01-23)
        ---------------------
        
        * First release on PyPI.
        
Keywords: clustercron
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
