Metadata-Version: 2.1
Name: jupitest
Version: 0.0.14
Summary: Graphical Test Runner built with Pyrustic
Home-page: https://github.com/pyrustic/jupitest
Author: Pyrustic Evangelist
Author-email: rusticalex@yahoo.com
Maintainer: Pyrustic Evangelist
Maintainer-email: rusticalex@yahoo.com
License: MIT
Keywords: pyrustic,tool,gui,graphical-test-runner,desktop-application,tkinter,tests,test-runner,app
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- Image -->
<div align="center">
    <img src="https://raw.githubusercontent.com/pyrustic/misc/master/media/jupitest-screenshot.png" alt="Figure">
    <p align="center">
    Jupitest
    </p>
</div>

<!-- Intro Text -->
# Jupitest
<b> Graphical test runner built with Pyrustic Framework </b>

This project is part of the [Pyrustic Ecosystem](https://pyrustic.github.io).

<!-- Image -->
<div align="center">
    <img src="https://raw.githubusercontent.com/pyrustic/misc/master/media/jupitest.gif" alt="Figure" width="650">
    <p align="center">
    <b> Jupitest in action </b>
    </p>
</div>


`Jupitest` uses the dark theme [cyberpunk-theme](https://github.com/pyrustic/cyberpunk-theme) and the tk-compatible multithreading library [threadom](https://github.com/pyrustic/threadom).


## Installation
```bash
pip install jupitest
```

