Metadata-Version: 1.0
Name: s01.scrapy
Version: 0.14.4
Summary: Package for buildout based scrapy spider development
Home-page: http://pypi.python.org/pypi/s01.scrapy
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides some core component for buildout based scrapy spider
        development. Such scrapy spider packages can get installed, scheduled and 
        processed with the mongodb based s01.worker daemon using the JSON-RPC proxy
        located in the s01.client package. The package also provides some recipes
        which allows to use external files as scrapy settings.
        
        
        =======
        CHANGES
        =======
        
        0.14.4 (2012-06-30)
        -------------------
        
        - make it compatible with scrapy 0.14.4, adjust cmdline
        
        0.12.4 (2011-09-10)
        -------------------
        
        - bugfix: fix bad escape if `\x` is used in path on windows
        
        0.12.3 (2011-08-29)
        -------------------
        
        - implemented httpConverter converter which onlyallows http and https uris
        
        - improve email and uriConverter, implement validate and return None if not
          a valid format is used
        
        0.12.2 (2011-08-27)
        -------------------
        
        - implemented new test recipe which is able to setup a zope.testrunner including
          scrapy settings
        
        0.12.1 (2011-08-25)
        -------------------
        
        - implemented development helper scripts which can dump log and tmp data
          exported with our TestExporter
        
        0.12.0 (2011-08-19)
        -------------------
        
        - nail scrapy release version to 0.12.0.2546
        
        - removed unused dependencies and imports
        
        - initial release
        
        0.0.7 (2011-01-02)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - write logging.Error to sys.stderr where we can read in subprocess
        
        0.0.6 (2010-12-31)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - print logging.ERROR to stdout which is required for error handling in
          subprocess
        
        0.0.5 (2010-12-29)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - implemented a different scrapy item and field concept. Use a field property
          and not a dict based item and field. Implemented ScrapyFieldProperty and a
          ScrapyItemBase class. Added tests for show how the scrapy item and field
          works including converter and serializer.
        
        - implemented new extractor which can handle the new scrapy item and field
          concept
        
        - implemented different basic ScrapyFieldProperty converter methods
        
        0.0.4 (2010-12-22)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - remove spider name from crawl recipe
        
        0.0.3 (2010-11-29)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - fix hex data parts in settings content
        
        - use s01.worker as default logging handler name
        
        0.0.2 (2010-11-29)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
        - added settings recipe
        
        0.0.1 (2010-11-21)
        ------------------
        
        - alpha version released for development and testing the tool chain
        
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
