Metadata-Version: 2.1
Name: stb-tester
Version: 31.1.2
Summary: Automated GUI testing for Set-Top Boxes
Home-page: https://stb-tester.com
Author: Stb-tester.com Ltd.
Author-email: support@stb-tester.com
License: UNKNOWN
Description: # Stb-tester
        
        **Automated User Interface Testing for Set-Top Boxes & Smart TVs**
        
        * Copyright © 2013-2019 Stb-tester.com Ltd,
          2012-2014 YouView TV Ltd. and other contributors.
        * License: LGPL v2.1 or (at your option) any later version (see [LICENSE]).
        
        This package contains the "stbt" Python APIs that you can use in test-scripts
        written for running on the [Stb-tester Platform](https://stb-tester.com).
        The primary purpose of this package is to make the stbt library easy to
        install locally for IDE linting & autocompletion.
        
        This package doesn't support video-capture, so `stbt.get_frame()` and
        `stbt.frames()` won't work -- but you will be able to run `stbt.match()` if you
        specify the `frame` parameter explicitly, for example by loading a screenshot
        from disk with `stbt.load_image()`.
        
        This package doesn't include remote-control integrations, so `stbt.press()` and
        similar functions won't work.
        
        This package doesn't bundle the Tesseract OCR engine, so `stbt.ocr()` and
        `stbt.match_text()` won't work.
        
        [LICENSE]: https://github.com/stb-tester/stb-tester/blob/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Description-Content-Type: text/markdown
