Metadata-Version: 2.1
Name: kcpy
Version: 0.1.2
Summary: A kinesis consumer is purely written in python.
Home-page: UNKNOWN
Author: Hengfeng Li
Author-email: hengf.li@gmail.com
License: MIT License
Description: # Kinesis Consumer in Python
        
        A kinesis consumer is purely written in python. 
        
        ## Features
        
        * Read records from a stream with multiple shards
        
        ## Todo
        
        * Open a consumer when adding a new shard
        * Close a consumer when shutting down an existing shard
        * Save checkpoint for each shard
        * Allow kcpy to run on multiple machines
        
        ## Changelog
        
        ### 0.1.2
        
        * Add markdown support for long description. 
        
        ### 0.1.1
        
        * Add a long description.
        
        ### 0.1.0
        
        * First version of kcpy.  
        
Keywords: kinesis,consumer,stream,processing,queue
Platform: UNKNOWN
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
