Metadata-Version: 1.1
Name: scrapy-kafka
Version: 0.1.1
Summary: Kafka-based components for Scrapy
Home-page: https://github.com/dfdeshom/scrapy-kafka
Author: Didier Deshommes
Author-email: dfdeshom@gmail.com
License: BSD
Description: scrapy-kafka
        ============
        
        Kafka-based components for Scrapy, to allow `Spider`s to read their next URL
        from a Kafka topic and an `ItemPipeline` to store the JSON-ified `Item` back
        into a Kafka topic.
        
        Please see the `example`_ directory for how to use this.
        
        .. _example: https://github.com/dfdeshom/scrapy-kafka/tree/master/example
        
        Contributors
        -------------
        Contributors to `scrapy-kafka`, listed alphabetically:
        
        * Matthew Daniel `@mdaniel`_
        * Didier Deshommes `@dfdeshom`_
        
        .. _@mdaniel: https://github.com/mdaniel
        .. _@dfdeshom: https://github.com/dfdeshom
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
