Metadata-Version: 1.1
Name: widgetastic.core
Version: 0.32.1
Summary: Making testing of UIs fantastic
Home-page: https://github.com/RedHatQE/widgetastic.core
Author: Milan Falesnik
Author-email: mfalesni@redhat.com
License: Apache license
Description: ================
        widgetastic.core
        ================
        
        .. image:: https://travis-ci.org/RedHatQE/widgetastic.core.svg?branch=master
            :target: https://travis-ci.org/RedHatQE/widgetastic.core
        
        .. image:: https://coveralls.io/repos/github/RedHatQE/widgetastic.core/badge.svg?branch=master
            :target: https://coveralls.io/github/RedHatQE/widgetastic.core?branch=master
        
        .. image:: https://readthedocs.org/projects/widgetastic/badge/?version=latest
            :target: http://widgetastic.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://www.quantifiedcode.com/api/v1/project/2f1c121257cc44acb1241aa640c4d266/badge.svg
          :target: https://www.quantifiedcode.com/app/project/2f1c121257cc44acb1241aa640c4d266
          :alt: Code issues
        
        Widgetastic - Making testing of UIs **fantastic**.
        
        Written originally by Milan Falesnik (mfalesni@redhat.com, http://www.falesnik.net/) and
        other contributors since 2016.
        
        Licensed under Apache license, Version 2.0
        
        *WARNING:* Until this library reaches v1.0, the interfaces may change!
        
        Projects using widgetastic
        --------------------------
        - ManageIQ integration_tests: https://github.com/ManageIQ/integration_tests
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install -U widgetastic.core
        
        
        Contributing
        ------------
        - Fork
        - Clone
        - Create a branch in your repository for your feature or fix
        - Write the code, make sure you add unit tests.
        - Run ``tox`` to ensure your change does not break other things
        - Push
        - Create a pull request
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
