Metadata-Version: 1.1
Name: capybara-py
Version: 0.0.1
Summary: Acceptance test framework for web applications
Home-page: https://github.com/elliterate/capybara.py
Author: Ian Lesperance
Author-email: ian@elliterate.com
License: MIT
Description: Capybara
        ========
        
        Capybara helps you test web applications by simulating how a real user would
        interact with your app. It is agnostic about the driver running your tests and
        comes with Selenium support built in.
        
        |build|_
        
        .. |build| image:: https://secure.travis-ci.org/elliterate/capybara.py.svg?branch=master
        .. _build: http://travis-ci.org/elliterate/capybara.py
        
        Documentation
        ~~~~~~~~~~~~~
        
        See https://elliterate.github.io/capybara.py/.
        
Keywords: capybara
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
