Metadata-Version: 1.1
Name: rotal
Version: 0.1.0
Summary: Get a running count of occurrences from a stream.
Home-page: https://github.com/bwbaugh/rotal
Author: Wesley Baugh
Author-email: wesley@bwbaugh.com
License: UNKNOWN
Description: =====
        rotal
        =====
        
        .. image:: https://travis-ci.org/bwbaugh/rotal.svg?branch=master
            :target: https://travis-ci.org/bwbaugh/rotal
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/bwbaugh/rotal/badge.svg
            :target: https://coveralls.io/r/bwbaugh/rotal
            :alt: Code Coverage Status
        
        Get a running count of occurrences from a stream.
        Intended to replace ``sort | uniq -c``
        when the input is a stream.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
