Metadata-Version: 1.1
Name: pyrailgun
Version: 0.25
Summary: Fast Crawler For Python
Home-page: https://github.com/princehaku/pyrailgun
Author: zhongwei bai
Author-email: baizhongwei@163.com
License: MIT
Download-URL: https://pypi.python.org/packages/source/P/pyrailgun/pyrailgun-0.25.tar.gz
Description: This is a simple python crawler framework for human
        
        you can crawler website more easily
        
        only need a json file to descrip your crawler
        
        
        optional module: webkit
        
        if you have PyQt4 And QtWebkit installed, you can specific to use webkit to crawler html after javascript rendered
        
        see https://github.com/princehaku/pyrailgun/tree/master/demo for some demos
        
        see https://github.com/princehaku/pyrailgun for more infomation
        
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
