Metadata-Version: 1.0
Name: s01.worker
Version: 0.5.0
Summary: Scrapy worker based on buildout with JSON-RPC 2.0 API
Home-page: http://pypi.python.org/pypi/s01.worker
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a daemon which is able to run buildout based scrapy
        spider packages. (see s01.demo). The daemon processes pending crawl jobs stored
        in mongodb. The daemon also provides a WSGI server providing a JSON-RPC 2.0 API.
        The JSON-RPC proxy from the s01.client package can be used for install packages
        and add new crawl jobs to the mongodb which is the queue.
        
        
        =======
        Changes
        =======
        
        0.5.0 (2012-11-18)
        ------------------
        
        - initial implementation
        
Keywords: scrapy s01 p01 mongodb buildout json-rpc zope zope3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
