Metadata-Version: 1.1
Name: pycabara
Version: 0.5
Summary: Python implementation of Capybara, an acceptance test framework for web applications
Home-page: http://github.com/ruthlesshelp/pycabara
Author: Stephen Ritchie
Author-email: ruthlesshelp@gmail.com
License: MIT
Description: Pycabara
        --------
        
        Pycabara is a Python implementation of Capybara, an acceptance test framework for web applications.
        
        The Pycabara source is found here: http://github.com/ruthlesshelp/pycabara
        
        To learn more about Capybara, start with the read-me file here: http://github.com/jnicklas/capybara
        and check out the Capybara API here: http://jnicklas.github.io/capybara/'
        
        To view the license text::
        
            >>> import pycabara
            >>> print pycabara.about()
Keywords: acceptance test Capybara bdd
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
