Metadata-Version: 2.1
Name: kinesis
Version: 0.0.1a11
Summary: improved colored kinesis
Home-page: https://github.com/davegallant/kinesis
Author: Dave Gallant
License: Apache License, Version 2.0
Description: # kinesis
        
        A kinesis consumer with color.
        
        ![kinesis_gif](https://user-images.githubusercontent.com/4519234/54093775-944dc180-4371-11e9-8c0d-326a3e12b023.gif)
        
        [![Build Status](https://travis-ci.org/davegallant/kinesis.svg?branch=master)](https://travis-ci.org/davegallant/kinesis)
        [![PyPI version](https://badge.fury.io/py/kinesis.svg)](https://badge.fury.io/py/kinesis)
        
        ## Installation
        
        ```bash
        pip install kinesis
        ```
        
        Credentials for AWS are read from `~/.aws/credentials`.
        
        Optionally, config is loaded from `~/.aws/config`.
        
        ## Usage
        
        ### Consume
        
        Start consuming at the latest shard iterator:
        
        ```bash
        kinesis consume --stream my-stream
        ```
        
        ### Consume and Capture
        
        If you want to capture:
        
        ```bash
        kinesis consume --stream my-stream --capture
        ```
        
        ### Produce from file
        
        Produce a
        
        ```bash
        kinesis --stream dave-stream -f ./my_file.json --repeat 1000
        ```
        
Keywords: aws,kinesis,pygments
Platform: UNKNOWN
Description-Content-Type: text/markdown
