Metadata-Version: 1.0
Name: pyscrape
Version: 0.1.1
Summary: A pythonic web scraping library.
Home-page: https://github.com/gooli/pyscrape
Author: Eli Golovinsky
Author-email: eli.golovinsky@gmail.com
License: MIT
Description: 
        Automate and scrape web sites using a friendly pythonic interface. Relies heavily 
        on BeautifulSoup and provides an abstration layer on top of urllib2. Runs equally
        well using urllib2 and on Google App Engine using Google's urlfetch API.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
