Metadata-Version: 1.1
Name: jobspider
Version: 2.3.4
Summary: A spider that crawls the job infos of famous website 
Home-page: https://github.com/haipersist/jobspider
Author: Haibo Wang
Author-email: 393993705@qq.com
License: BSD
Description: 
        jobspider
        -----
        
        jobspider can crawl several websites,we can get any data using some keyword
        
        Jobspider is Useful
        ````````````
        
        Save in a hello.py:
        
        .. code:: python
        
            from jobpiser import Spider
        
        
            if __name__ == "__main__":
                 spider = Spider('python')
                 spider.single_run('lagou')
        
        And Easy to Setup
        `````````````````
        
        And run it:
        
        .. code:: bash
        
            $ pip install jobspider
            $ python hello.py
        
        
        Links
        `````
        * `development version
          <https://github.com/haipersist/jobspider>`_
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
