Metadata-Version: 1.1
Name: jobscraper
Version: 0.1
Summary: Grab all the matching jobs from job portals
Home-page: https://github.com/sijanonly/jobscraper
Author: Sijan Bhandari
Author-email: sijanonly@gmail.com
License: MIT
Download-URL: https://github.com/sijanonly/jobscraper/tarball/master
Description: jobscraper
        --------
        	>>> pip install jobscraper
        
        
        To use, simply do::
        
            >>> from jobscraper import scrape
            >>> jobs = scrape('python')
        
        
        'jobs' is a dictionary of jobs with keys (1,2,........10) top 10 jobs.
        
        	>>> jobs['1']
Keywords: jobs,freelance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Markup :: HTML
