Metadata-Version: 1.1
Name: octbrowser
Version: 0.4.1
Summary: A web scrapper based on lxml library.
Home-page: https://github.com/karec/oct-browser
Author: Emmanuel Valette
Author-email: manu.valette@gmail.com
License: UNKNOWN
Download-URL: https://github.com/karec/oct-browser/archive/master.zip
Description: Usefull methods for simple web parsing :
        
        * Using requests for open url and accessing page
        * Simple history management
        * Download ressource
        * Simple way to get html elements as string with css selectors
        * Open the current page in your default browser
        * Simple way to follow links
        * Simple form management
        
        Github repository : `https://github.com/karec/oct-browser`_
        
        .. _https://github.com/karec/oct-browser: https://github.com/karec/oct-browser
        
        Documentation : `http://octbrowser.readthedocs.org/en/latest/index.html`_
        
        .. _http://octbrowser.readthedocs.org/en/latest/index.html: http://octbrowser.readthedocs.org/en/latest/index.html
        
        
Keywords: testing,mechanize,webscrapper,browser,web,lxml,html
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
