Metadata-Version: 1.1
Name: kyew
Version: 0.1.0
Summary: Simple redis based queue protocol implementation
Home-page: UNKNOWN
Author: Hugo Duksis
Author-email: duksis@gmail.com
License: MIT
Description: # kyew
        
        > Simple redis based queue protocol implementation
        
        ## Install
        
        ```console
        $ pip install kyew
        ```
        
        ## Usage
        
        ```Python
        import kyew
        
        kyew = Kyew.new(ENV['REDIS_URL'])
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
