Metadata-Version: 1.1
Name: cron_descriptor
Version: 1.0.0
Summary: A Python library that converts cron expressions into human readable strings.
Home-page: https://github.com/Salamek/cron-descriptor
Author: Adam Schubert
Author-email: adam.schubert@sg1-game.net
License: UNKNOWN
Description: # Cron Descriptor
        
        [![Build Status](https://travis-ci.org/Salamek/cron-descriptor.svg)](https://travis-ci.org/Salamek/cron-descriptor)
        
        A Python library that converts cron expressions into human readable strings. Ported to Python from https://github.com/bradyholt/cron-expression-descriptor.
        
        **Author**: Adam Schubert (https://www.salamek.cz)  
        **Original Author & Credit**: Brady Holt (http://www.geekytidbits.com)  
        **License**: [MIT](http://opensource.org/licenses/MIT)
        
        ## Features         
         * Supports all cron expression special characters including * / , - ? L W, #
         * Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions
         * Provides casing options (Sentence, Title, Lower, etc.)
         * Localization with support for 12 languages
        
        ## Languages Available
          * English ([Brady Holt](https://github.com/bradyholt))
          * Brazilian ([Renato Lima](https://github.com/natenho))
          * Spanish ([Ivan Santos](https://github.com/ivansg))
          * Norwegian ([Siarhei Khalipski](https://github.com/KhalipskiSiarhei))
          * Turkish ([Mustafa SADEDİL](https://github.com/sadedil))
          * Dutch ([TotalMace](https://github.com/TotalMace))
          * Chinese Simplified ([Star Peng](https://github.com/starpeng))
          * Russian ([LbISS](https://github.com/LbISS))
          * French ([Arnaud TAMAILLON](https://github.com/Greybird))
          * German ([Michael Schuler](https://github.com/mschuler))
          * Ukrainian ([Taras](https://github.com/tbudurovych))
          * Italian ([rinaldihno](https://github.com/rinaldihno))
          * Czech ([Adam Schubert](https://github.com/salamek))
        
        
        <!-- SOON
        ## Demo
        
        
        
        ## Download
        
        -->
        
        ## Original Source
         - .NET - [https://github.com/bradyholt/cron-expression-descriptor](https://github.com/bradyholt/cron-expression-descripto)
        
        ## Ports
         - Java - [https://github.com/RedHogs/cron-parser](https://github.com/RedHogs/cron-parser)
         - Ruby - [https://github.com/alpinweis/cronex](https://github.com/alpinweis/cronex)
        
        ## Running Unit Tests
        
        ```
        python setup.py test
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development
