Metadata-Version: 1.1
Name: taskman
Version: 0.0.5
Summary: A python task manager using Consul for its backend.
Home-page: http://github.com/billyshambrook/taskman
Author: Billy Shambrook
Author-email: billy.shambrook@gmail.com
License: BSD
Description: Taskman
        =======
        
        .. image:: https://travis-ci.org/billyshambrook/taskman.svg?branch=master
            :target: https://travis-ci.org/billyshambrook/taskman
            :alt: Travis Build
        
        .. image:: https://img.shields.io/pypi/v/taskman.svg
            :target: https://pypi.python.org/pypi/taskman/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/dm/taskman.svg
            :target: https://pypi.python.org/pypi/taskman/
            :alt: Downloads
        
        .. image:: https://readthedocs.org/projects/taskman/badge/?style=flat
            :target: https://taskman.readthedocs.org/en/latest/
            :alt: Documentation Status
        
        .. image:: https://codecov.io/github/billyshambrook/taskman/coverage.svg?branch=master
            :target: https://codecov.io/github/billyshambrook/taskman?branch=master
        
        Overview
        --------
        
        A python task manager using Consul for it's backend.
        
        Features
        --------
        
        Installations
        -------------
        
        ::
        
            $ pip install taskman
        
        Documentation
        -------------
        
        https://taskman.readthedocs.org/
        
        Development
        -----------
        
        To run tests, run::
        
            $ tox
        
Keywords: task,manager,consul,queue,worker
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
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
Classifier: Topic :: Utilities
