Metadata-Version: 2.1
Name: hitchchrome
Version: 0.1.0
Summary: Build chrome and chromedriver for use with selenium
Home-page: http://hitchdev.com/hitchchrome
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: MIT
Description: # HitchChrome
        
        HitchChrome is a way of downloading and installing a version
        of Chrome that will work with selenium that is kept separate
        from your system packages.
        
        ## Why?
        
        * Ubuntu/Debian aren't very good at ensuring chromedriver/chrome versions are kept in sync.
        * You can "freeze" the version of chrome available this way, and avoid indeterminacy in your tests.
        
Keywords: selenium chrome
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
