Metadata-Version: 2.1
Name: simplequi
Version: 1.0.7
Summary: Run codeskulptor.org programs on the desktop using Qt/PySide2
Home-page: https://github.com/ArthurGW/simplequi
Author: Arthur Gordon-Wright
Author-email: simplequi.codeskulptor@gmail.com
License: GPLv3
Description: # simplequi
        
        *v1.0.7*
        
        ![Build Status](https://github.com/ArthurGW/simplequi/workflows/build/badge.svg)
        ![Test Status](https://github.com/ArthurGW/simplequi/workflows/tests/badge.svg)
        [![Documentation Status](https://readthedocs.org/projects/simplequi/badge/?version=stable)](https://simplequi.readthedocs.io/en/stable/?badge=stable)
        
        [![PyPI version](https://badge.fury.io/py/simplequi.svg)](https://pypi.org/project/simplequi)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
        
        Run codeskulptor.org programs on the desktop using Qt/PySide2
        
        To run an existing codeskulptor script on your local machine, simply import simplequi as simplegui:
        
            import simplequi as simplegui
            
            # The rest of your script goes here unchanged
            
        Nothing else should need changing!
        
        ## Features
        
        - Runs codeskulptor.org Python3 scripts using a Qt application
        - The API matches simplegui exactly, so you should be able to run your script exactly as on codeskulptor.org after importing simplequi
        
        ## Installation
        
        Get simplequi from pip:
        
            pip install simplequi
            
        Or checkout the source code from https://github.com/ArthurGW/simplequi, then run:
        
            pip install -r requirements.txt
            
        ## Examples
        
        Included in simplequi/examples are various scripts to show simple usages.
        
        After installing simplequi, these can be run for example like this:
        
            python -m simplequi.examples.codeskulptor_default
            
        ## Known Issues
        
        - Only supports the simplegui part of the codeskulptor API.
            - Does not support simplemap, simpleplot or other support  functions.
            - Support for simplemap and simpleplot is planned in future.
        - Execution happens by the simplequi Qt application running when the Python interpreter is ready to shutdown
            - This can cause problems with some debuggers, but is fine for normal use.
            - Please report any issues you find with this!
        - For now, only supports PySide2/qt-for-python
            - Support for PyQt will hopefully be added in future.
        
        ## Contribute
        
        - Issue Tracker: https://github.com/ArthurGW/simplequi/issues
        - Source Code: https://github.com/ArthurGW/simplequi
        
        ## Support
        
        If you are having issues, please let us know.
        The maintainers can be contacted at simplequi.codeskulptor@gmail.com
        
        ## License
        
        The project is licensed under the GPLv3 license.
        
        ### OpenSSL
        
        The distribution includes a couple of OpenSSL DLLs, which are necessary for getting images and sounds from HTTPS urls.  This
        encryption may not be allowed in your country, please check local laws.  These DLLs may only work on Windows, so you
        may have to install OpenSSL yourself on other systems.
        
        This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).
        
        See simplequi/resources/ssllib/LICENSE.txt for the full OpenSSL licence details.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: build
Provides-Extra: docs
Provides-Extra: dev
