Metadata-Version: 1.1
Name: poultry
Version: 1.3.0
Summary: A tweet collection manager.
Home-page: https://github.com/dimazest/poultry
Author: Dmitrijs Milajevs
Author-email: dimazest@gmail.com
License: MIT license
Description: Poultry
        =======
        
        .. image:: https://travis-ci.org/dimazest/poultry.png?branch=master
            :target: https://travis-ci.org/dimazest/poultry
        
        
        .. image:: https://coveralls.io/repos/dimazest/poultry/badge.png?branch=master
            :target: https://coveralls.io/r/dimazest/poultry?branch=master
        
        .. image:: https://requires.io/github/dimazest/poultry/requirements.png?branch=master
           :target: https://requires.io/github/dimazest/poultry/requirements/?branch=master
           :alt: Requirements Status
        
        .. image:: https://pypip.in/v/poultry/badge.png
            :target: https://crate.io/packages/poultry/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/poultry/badge.png
            :target: https://crate.io/packages/poultry/
            :alt: Number of PyPI downloads
        
        
        :documentation: http://poultry.readthedocs.org
        :homepage: https://github.com/dimazest/poultry
        :story: http://www.eecs.qmul.ac.uk/~dm303/a-story-behind-poultry-a-twitter-streaming-api-client.html
        
        Changes
        =======
        
        1.3.0
        
        * The ```poultry.readline_dir()`` generator iterates over a collection of tweets
          and yields ``Tweet`` objects.
        
        1.2.0
        -----
        
        * Windows support.
        * `-o` option for `text` to print tweets to a file.
        
        1.1.1
        -----
        
        * Conda support.
        
        1.1.0
        -----
        
        * Python 3 support.
        
        1.0.2
        -----
        * Producer and consumer process creation and start is fixed.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
