Metadata-Version: 1.1
Name: cronredux
Version: 2.4
Summary: A reimagined cron executor
Home-page: https://github.com/homecu/cronredux/
Author: HomeCU
Author-email: developers@homecu.com
License: MIT
Description-Content-Type: UNKNOWN
Description: cronredux
        ========
        A revisit of cron service using more modern interaction patterns.
        
        
        About
        --------
        * Command line friendly
        * Does not use mail protocols
        * Does not use syslog
        * Slack notifications
        * Concurrency control
          * You can schedule the number of jobs to run concurrently
          * Overlap of tasks can be enabled or disabled depending on your use cases.
        
        
        Requirements
        --------
        * `asyncio` Python Library
        * `shellish` Python Library
        * `crontab` Python Library
        
        
        Installation
        --------
            python3 ./setup.py build
            python3 ./setup.py install
        
        
        Compatibility
        --------
        * Python 3.4+
        
        
        TODO
        --------
        Web server for `/health` endpoint and status info.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
