Metadata-Version: 1.1
Name: jobscraper
Version: 0.2
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/0.2
Description: jobscraper 
        --------
        
        Jobscraper scrapes and returns matching jobs from major Job portals as a dictionary.
        
        [![Travis Build](https://travis-ci.org/sijanonly/jobscraper.svg)](https://travis-ci.org/sijanonly/jobscraper)
        
        	>>> pip install jobscraper
        
        
        To use, simply do::
        
            >>> from jobscraper import scrape
            >>> jobs = scrape('python')
        
        
        
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
