Metadata-Version: 2.0
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
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
Requires-Dist: beautifulsoup4 (==4.4.1)
Requires-Dist: requests (==2.9.1)

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']

