Metadata-Version: 2.1
Name: capybara-py
Version: 0.1.6
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 Werkzeug and 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/.
        
        **Need help?** Ask on the mailing list (please do not open an issue on GitHub):
        http://groups.google.com/group/capybara-py/.
        
        Credits
        ~~~~~~~
        
        Ported to Python by `Ian Lesperance`_, from the `original Ruby library`_ by `Jonas Nicklas`_.
        
        .. _Ian Lesperance: https://github.com/elliterate
        .. _Jonas Nicklas: https://github.com/jnicklas
        .. _original Ruby library: https://github.com/jnicklas/capybara
        
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
Provides-Extra: test
Provides-Extra: development
