Metadata-Version: 1.0
Name: robotframework-workbench
Version: 0.1.0
Summary: Tools for working with the robotframework testing framework
Home-page: https://github.com/boakley/robotframework-workbench/
Author: Bryan Oakley
Author-email: bryan.oakley@gmail.com
License: Apache License 2.0
Description: ===============================
        Robot Framework Workbench (rwb)
        ===============================
        
        Overview
        ========
        
        The Robot Framework Workbench (rwb) is a collection of tools for
        working with robotframework test suite and resource files. It includes
        the following tools:
        
        * keyword browser, a graphical tool for browsing keyword documentation
        * editor, a text editor optimized for editing pipe-delimited text files
        * runner, a graphical front end to pybot and jybot
        
        These tools requires python 2.6 and robot framework 2.6 or
        greater. They have not yet been tested with robot framework 2.7
        
        
        License
        =======
        The Robot Framework Workbench (RWB) is released under the terms of
        Apache License 2.0. For more information read the file LICENSE.txt or
        visit the following URL:
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        
Keywords: robotframework testing testautomation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Intended Audience :: Developers
