Metadata-Version: 1.1
Name: ratebeer
Version: 1.1.1
Summary: RateBeer.com data scraper.
Home-page: https://github.com/alilja/ratebeer
Author: Andrew Lilja
Author-email: andrewlilja@gmail.com
License: Unlicense (a.k.a. Public Domain)
Description: 
            Makes getting information about beers and breweries from RateBeer.com as easy as:
        
            >>> summit_epa = RateBeer().beer("summit extra pale ale")
        
            A utility for searching RateBeer.com, finding information about beers, breweries, and reviews.
        
            The nature of web scraping means that this package is offered in perpetual beta.
        
            Requires BeautifulSoup, Requests, and lxml.
        
            See https://github.com/alilja/ratebeer for the full README.
        
            
Keywords: ratebeer rate beer ratings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
