Name of the software
Thonny
Project/product Homepage
Why we should include this into the repository, i.e. what does it do that the alternatives do not?
Very simple interface aimed at beginners with additional feedback not supplied by other editors to aid in learning.
Is it open source?
MIT License
If it is open source, please provide a link to the most up to date, versioned source tarball/zipfile. master.zip links will not be accepted. If there are no upstream releases but the inclusion policy is otherwise met, please provide a link to the source repository (i.e. GitHub)
The link to the tarball are in the package file below, did a quick test and it built for me locally.
name : thonny version : 2.1.22 release : 1 source : - https://bitbucket.org/plas/thonny/get/2_1_11.tar.gz : 086a12dd90a54c1329cbef82f1bf10efa6f0fd6bc946fbb5acde7c018a1b1f56 license : MIT component : programming.python summary : Python IDE for beginners description: | Thonny is a Python IDE meant for learning programming. builddeps : - python-setuptools rundeps : - python-jedi - python-pyserial - pylint - python-astroid - python-docutils build : | %python3_setup install : | %python3_install