pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Thonny - Python IDE for beginners



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Wed Sep 24 04:56:30 2025 +0200
Changeset:	9540005f681e6a91ac625cad9589251633d527cf

Modified Files:
	Makefile
Added Files:
	thonny/DESCR
	thonny/Makefile
	thonny/PLIST
	thonny/distinfo

Log Message:
Thonny - Python IDE for beginners

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9540005f681e6a91ac625cad9589251633d527cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |    1 +
 thonny/DESCR    |    1 +
 thonny/Makefile |   29 ++
 thonny/PLIST    | 1310 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 thonny/distinfo |    5 +
 5 files changed, 1346 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a5edf9bdea..70fb59d64e 100644
--- a/Makefile
+++ b/Makefile
@@ -5716,6 +5716,7 @@ SUBDIR+=	theama
 SUBDIR+=	thedarkmod
 SUBDIR+=	theforceengine
 SUBDIR+=	thepeg
+SUBDIR+=	thonny
 SUBDIR+=	thunderbird
 SUBDIR+=	thunderbird68-enigmail
 SUBDIR+=	ti99sim
diff --git a/thonny/DESCR b/thonny/DESCR
new file mode 100644
index 0000000000..3c6df389d8
--- /dev/null
+++ b/thonny/DESCR
@@ -0,0 +1 @@
+Thonny is a Python IDE meant for learning programming.
diff --git a/thonny/Makefile b/thonny/Makefile
new file mode 100644
index 0000000000..41c9a7ea87
--- /dev/null
+++ b/thonny/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=	thonny-4.1.7
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=thonny/}
+GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+
+MAINTAINER=	bartosz.kuzma%gmail.com@localhost
+HOMEPAGE=	https://thonny.org/
+COMMENT=	Python IDE for beginners
+LICENSE=	mit
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
+DEPENDS+=	${PYPKGPREFIX}-Send2Trash>=1.5:../../sysutils/py-Send2Trash
+DEPENDS+=	${PYPKGPREFIX}-asttokens>=2.0:../../lang/py-asttokens
+DEPENDS+=	${PYPKGPREFIX}-jedi>=0.18.1:../../editors/py-jedi
+DEPENDS+=	${PYPKGPREFIX}-mypy>=0.761:../../lang/py-mypy
+DEPENDS+=	${PYPKGPREFIX}-pylint>=2.4:../../devel/py-pylint
+DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
+DEPENDS+=	${PYPKGPREFIX}-setuptools>=45.2:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-Tk>=3:../../x11/py-Tk
+
+USE_PKGLOCALEDIR=	yes
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/thonny/PLIST b/thonny/PLIST
new file mode 100644
index 0000000000..6d07142db2
--- /dev/null
+++ b/thonny/PLIST
@@ -0,0 +1,1310 @@
+@comment $NetBSD$
+bin/thonny
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/thonny/VERSION
+${PYSITELIB}/thonny/__init__.py
+${PYSITELIB}/thonny/__init__.pyc
+${PYSITELIB}/thonny/__init__.pyo
+${PYSITELIB}/thonny/__main__.py
+${PYSITELIB}/thonny/__main__.pyc
+${PYSITELIB}/thonny/__main__.pyo
+${PYSITELIB}/thonny/assistance.py
+${PYSITELIB}/thonny/assistance.pyc
+${PYSITELIB}/thonny/assistance.pyo
+${PYSITELIB}/thonny/ast_utils.py
+${PYSITELIB}/thonny/ast_utils.pyc
+${PYSITELIB}/thonny/ast_utils.pyo
+${PYSITELIB}/thonny/backend.py
+${PYSITELIB}/thonny/backend.pyc
+${PYSITELIB}/thonny/backend.pyo
+${PYSITELIB}/thonny/base_file_browser.py
+${PYSITELIB}/thonny/base_file_browser.pyc
+${PYSITELIB}/thonny/base_file_browser.pyo
+${PYSITELIB}/thonny/codeview.py
+${PYSITELIB}/thonny/codeview.pyc
+${PYSITELIB}/thonny/codeview.pyo
+${PYSITELIB}/thonny/common.py
+${PYSITELIB}/thonny/common.pyc
+${PYSITELIB}/thonny/common.pyo
+${PYSITELIB}/thonny/config.py
+${PYSITELIB}/thonny/config.pyc
+${PYSITELIB}/thonny/config.pyo
+${PYSITELIB}/thonny/config_ui.py
+${PYSITELIB}/thonny/config_ui.pyc
+${PYSITELIB}/thonny/config_ui.pyo
+${PYSITELIB}/thonny/dbus/org.freedesktop.DBus.ObjectManager.xml
+${PYSITELIB}/thonny/dbus/org.freedesktop.UDisks2.xml
+${PYSITELIB}/thonny/defaults.ini
+${PYSITELIB}/thonny/editor_helpers.py
+${PYSITELIB}/thonny/editor_helpers.pyc
+${PYSITELIB}/thonny/editor_helpers.pyo
+${PYSITELIB}/thonny/editors.py
+${PYSITELIB}/thonny/editors.pyc
+${PYSITELIB}/thonny/editors.pyo
+${PYSITELIB}/thonny/export.py
+${PYSITELIB}/thonny/export.pyc
+${PYSITELIB}/thonny/export.pyo
+${PYSITELIB}/thonny/first_run.py
+${PYSITELIB}/thonny/first_run.pyc
+${PYSITELIB}/thonny/first_run.pyo
+${PYSITELIB}/thonny/gridtable.py
+${PYSITELIB}/thonny/gridtable.pyc
+${PYSITELIB}/thonny/gridtable.pyo
+${PYSITELIB}/thonny/jedi_utils.py
+${PYSITELIB}/thonny/jedi_utils.pyc
+${PYSITELIB}/thonny/jedi_utils.pyo
+${PYSITELIB}/thonny/languages.py
+${PYSITELIB}/thonny/languages.pyc
+${PYSITELIB}/thonny/languages.pyo
+${PYSITELIB}/thonny/locale/ar_AR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ar_AR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/be_BY/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/be_BY/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/ca_ES/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ca_ES/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/compile_mo.bat
+${PYSITELIB}/thonny/locale/cs_CZ/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/cs_CZ/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/de_DE/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/de_DE/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/el_GR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/el_GR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/en_GB/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/en_GB/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/en_US/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/en_US/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/es_ES/HELP_CONTENT/debuggers.rst
+${PYSITELIB}/thonny/locale/es_ES/HELP_CONTENT/debugging.rst
+${PYSITELIB}/thonny/locale/es_ES/HELP_CONTENT/errors.rst
+${PYSITELIB}/thonny/locale/es_ES/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/es_ES/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/et_EE/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/et_EE/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/eu_ES/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/eu_ES/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/fa_IR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/fa_IR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/fi_FI/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/fi_FI/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/birdseye.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/debuggers.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/debugging.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/dock.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/errors.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/flask.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/index.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/modes.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/packages.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/plotter.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/program_arguments.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/shell.rst
+${PYSITELIB}/thonny/locale/fr_FR/HELP_CONTENT/turtle.rst
+${PYSITELIB}/thonny/locale/fr_FR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/fr_FR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/hu_HU/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/hu_HU/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/hy_AM/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/hy_AM/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/it_IT/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/it_IT/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/ja_JP/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ja_JP/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/birdseye.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/debuggers.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/debugging.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/dock.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/errors.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/flask.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/index.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/modes.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/packages.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/plotter.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/program_arguments.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/shell.rst
+${PYSITELIB}/thonny/locale/ko_KR/HELP_CONTENT/turtle.rst
+${PYSITELIB}/thonny/locale/ko_KR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ko_KR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/lt_LT/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/lt_LT/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/nb_NO/HELP_CONTENT/debugging.rst
+${PYSITELIB}/thonny/locale/nb_NO/HELP_CONTENT/errors.rst
+${PYSITELIB}/thonny/locale/nb_NO/HELP_CONTENT/index.rst
+${PYSITELIB}/thonny/locale/nb_NO/HELP_CONTENT/shell.rst
+${PYSITELIB}/thonny/locale/nb_NO/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/nb_NO/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/nl_NL/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/nl_NL/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/nn_NO/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/nn_NO/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/pl_PL/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/pl_PL/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/assistant.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/birdseye.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/debuggers.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/debugging.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/dock.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/errors.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/flask.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/index.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/modes.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/packages.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/plotter.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/program_arguments.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/shell.rst
+${PYSITELIB}/thonny/locale/pt_BR/HELP_CONTENT/turtle.rst
+${PYSITELIB}/thonny/locale/pt_BR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/pt_BR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/pt_PT/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/pt_PT/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/register_updates.py
+${PYSITELIB}/thonny/locale/register_updates.pyc
+${PYSITELIB}/thonny/locale/register_updates.pyo
+${PYSITELIB}/thonny/locale/ro_RO/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ro_RO/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/ru_RU/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ru_RU/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/sk_SK/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/sk_SK/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/sl_SI/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/sl_SI/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/sq_AL/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/sq_AL/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/sv_SE/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/sv_SE/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/ta_IN/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/ta_IN/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/th_TH/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/th_TH/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/thonny.pot
+${PYSITELIB}/thonny/locale/tr_TR/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/tr_TR/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/uk_UA/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/uk_UA/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/update_pot.bat
+${PYSITELIB}/thonny/locale/vi_VN/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/vi_VN/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/zh_CN/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/zh_CN/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/zh_Hans/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/zh_Hans/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/locale/zh_TW/LC_MESSAGES/thonny.mo
+${PYSITELIB}/thonny/locale/zh_TW/LC_MESSAGES/thonny.po
+${PYSITELIB}/thonny/memory.py
+${PYSITELIB}/thonny/memory.pyc
+${PYSITELIB}/thonny/memory.pyo
+${PYSITELIB}/thonny/misc_utils.py
+${PYSITELIB}/thonny/misc_utils.pyc
+${PYSITELIB}/thonny/misc_utils.pyo
+${PYSITELIB}/thonny/plugins/__init__.py
+${PYSITELIB}/thonny/plugins/__init__.pyc
+${PYSITELIB}/thonny/plugins/__init__.pyo
+${PYSITELIB}/thonny/plugins/about.py
+${PYSITELIB}/thonny/plugins/about.pyc
+${PYSITELIB}/thonny/plugins/about.pyo
+${PYSITELIB}/thonny/plugins/assistant_config_page.py
+${PYSITELIB}/thonny/plugins/assistant_config_page.pyc
+${PYSITELIB}/thonny/plugins/assistant_config_page.pyo
+${PYSITELIB}/thonny/plugins/ast_view.py
+${PYSITELIB}/thonny/plugins/ast_view.pyc
+${PYSITELIB}/thonny/plugins/ast_view.pyo
+${PYSITELIB}/thonny/plugins/autocomplete.py
+${PYSITELIB}/thonny/plugins/autocomplete.pyc
+${PYSITELIB}/thonny/plugins/autocomplete.pyo
+${PYSITELIB}/thonny/plugins/backend/__init__.py
+${PYSITELIB}/thonny/plugins/backend/__init__.pyc
+${PYSITELIB}/thonny/plugins/backend/__init__.pyo
+${PYSITELIB}/thonny/plugins/backend/birdseye_backend.py
+${PYSITELIB}/thonny/plugins/backend/birdseye_backend.pyc
+${PYSITELIB}/thonny/plugins/backend/birdseye_backend.pyo
+${PYSITELIB}/thonny/plugins/backend/dock_user_windows_backend.py
+${PYSITELIB}/thonny/plugins/backend/dock_user_windows_backend.pyc
+${PYSITELIB}/thonny/plugins/backend/dock_user_windows_backend.pyo
+${PYSITELIB}/thonny/plugins/backend/flask_backend.py
+${PYSITELIB}/thonny/plugins/backend/flask_backend.pyc
+${PYSITELIB}/thonny/plugins/backend/flask_backend.pyo
+${PYSITELIB}/thonny/plugins/backend/matplotlib_backend.py
+${PYSITELIB}/thonny/plugins/backend/matplotlib_backend.pyc
+${PYSITELIB}/thonny/plugins/backend/matplotlib_backend.pyo
+${PYSITELIB}/thonny/plugins/backend/pgzero_backend.py
+${PYSITELIB}/thonny/plugins/backend/pgzero_backend.pyc
+${PYSITELIB}/thonny/plugins/backend/pgzero_backend.pyo
+${PYSITELIB}/thonny/plugins/backend_config_page.py
+${PYSITELIB}/thonny/plugins/backend_config_page.pyc
+${PYSITELIB}/thonny/plugins/backend_config_page.pyo
+${PYSITELIB}/thonny/plugins/base_syntax_themes.py
+${PYSITELIB}/thonny/plugins/base_syntax_themes.pyc
+${PYSITELIB}/thonny/plugins/base_syntax_themes.pyo
+${PYSITELIB}/thonny/plugins/base_ui_themes.py
+${PYSITELIB}/thonny/plugins/base_ui_themes.pyc
+${PYSITELIB}/thonny/plugins/base_ui_themes.pyo
+${PYSITELIB}/thonny/plugins/birdseye_frontend.py
+${PYSITELIB}/thonny/plugins/birdseye_frontend.pyc
+${PYSITELIB}/thonny/plugins/birdseye_frontend.pyo
+${PYSITELIB}/thonny/plugins/calltip.py
+${PYSITELIB}/thonny/plugins/calltip.pyc
+${PYSITELIB}/thonny/plugins/calltip.pyo
+${PYSITELIB}/thonny/plugins/cells.py
+${PYSITELIB}/thonny/plugins/cells.pyc
+${PYSITELIB}/thonny/plugins/cells.pyo
+${PYSITELIB}/thonny/plugins/circuitpython/__init__.py
+${PYSITELIB}/thonny/plugins/circuitpython/__init__.pyc
+${PYSITELIB}/thonny/plugins/circuitpython/__init__.pyo
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/_bleio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/_eve/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/_pew/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/_pixelmap/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/_stage/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/i2c_device/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/adafruit_bus_device/spi_device/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/adafruit_pixelbuf/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/aesio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/alarm/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/alarm/pin/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/alarm/time/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/alarm/touch/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/analogbufio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/analogio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/atexit/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audiobusio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audiocore/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audioio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audiomixer/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audiomp3/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/audiopwmio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/bitbangio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/bitmaptools/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/bitops/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/board/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/busio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/camera/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/canio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/countio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/cyw43/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/digitalio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/displayio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/dualbank/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/espcamera/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/espidf/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/espnow/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/espulp/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/floppyio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/fontio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/framebufferio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/frequencyio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/getpass/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/gifio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/gnss/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/hashlib/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/i2cperipheral/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/i2ctarget/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/imagecapture/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ipaddress/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/is31fl3741/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/keypad/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/math/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/mdns/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/memorymap/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/memorymonitor/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/microcontroller/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/msgpack/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/neopixel_write/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/nvm/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/onewireio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/os/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/paralleldisplay/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ps2io/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/pulseio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/pwmio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/qrio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/rainbowio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/random/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/rgbmatrix/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/rotaryio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/rp2pio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/rtc/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/samd/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/sdcardio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/sdioio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/sharpdisplay/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/socketpool/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ssl/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/storage/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/struct/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/supervisor/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/synthio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/terminalio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/time/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/touchio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/traceback/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/uheap/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/numpy/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/numpy/carray/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/numpy/fft/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/numpy/linalg/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/scipy/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/scipy/linalg/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/scipy/optimize/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/scipy/signal/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/user/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ulab/utils/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb/core/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb_cdc/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb_hid/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb_host/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/usb_midi/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/ustack/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/vectorio/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/watchdog/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/wifi/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/api_stubs/zlib/__init__.pyi
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_back.py
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_back.pyc
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_back.pyo
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_front.py
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_front.pyc
+${PYSITELIB}/thonny/plugins/circuitpython/cirpy_front.pyo
+${PYSITELIB}/thonny/plugins/clean_ui_themes.py
+${PYSITELIB}/thonny/plugins/clean_ui_themes.pyc
+${PYSITELIB}/thonny/plugins/clean_ui_themes.pyo
+${PYSITELIB}/thonny/plugins/coloring.py
+${PYSITELIB}/thonny/plugins/coloring.pyc
+${PYSITELIB}/thonny/plugins/coloring.pyo
+${PYSITELIB}/thonny/plugins/commenting_indenting.py
+${PYSITELIB}/thonny/plugins/commenting_indenting.pyc
+${PYSITELIB}/thonny/plugins/commenting_indenting.pyo
+${PYSITELIB}/thonny/plugins/common_editing_commands.py
+${PYSITELIB}/thonny/plugins/common_editing_commands.pyc
+${PYSITELIB}/thonny/plugins/common_editing_commands.pyo
+${PYSITELIB}/thonny/plugins/cpython_backend/__init__.py
+${PYSITELIB}/thonny/plugins/cpython_backend/__init__.pyc
+${PYSITELIB}/thonny/plugins/cpython_backend/__init__.pyo
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_back.py
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_back.pyc
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_back.pyo
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_launcher.py
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_launcher.pyc
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_launcher.pyo
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_tracers.py
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_tracers.pyc
+${PYSITELIB}/thonny/plugins/cpython_backend/cp_tracers.pyo
+${PYSITELIB}/thonny/plugins/cpython_frontend/__init__.py
+${PYSITELIB}/thonny/plugins/cpython_frontend/__init__.pyc
+${PYSITELIB}/thonny/plugins/cpython_frontend/__init__.pyo
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_front.py
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_front.pyc
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_front.pyo
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_pip_gui.py
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_pip_gui.pyc
+${PYSITELIB}/thonny/plugins/cpython_frontend/cp_pip_gui.pyo
+${PYSITELIB}/thonny/plugins/cpython_ssh/__init__.py
+${PYSITELIB}/thonny/plugins/cpython_ssh/__init__.pyc
+${PYSITELIB}/thonny/plugins/cpython_ssh/__init__.pyo
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_back.py
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_back.pyc
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_back.pyo
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_front.py
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_front.pyc
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_front.pyo
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_pip_gui.py
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_pip_gui.pyc
+${PYSITELIB}/thonny/plugins/cpython_ssh/cps_pip_gui.pyo
+${PYSITELIB}/thonny/plugins/debugger.py
+${PYSITELIB}/thonny/plugins/debugger.pyc
+${PYSITELIB}/thonny/plugins/debugger.pyo
+${PYSITELIB}/thonny/plugins/dock_user_windows_frontend.py
+${PYSITELIB}/thonny/plugins/dock_user_windows_frontend.pyc
+${PYSITELIB}/thonny/plugins/dock_user_windows_frontend.pyo
+${PYSITELIB}/thonny/plugins/editor_config_page.py
+${PYSITELIB}/thonny/plugins/editor_config_page.pyc
+${PYSITELIB}/thonny/plugins/editor_config_page.pyo
+${PYSITELIB}/thonny/plugins/esp/__init__.py
+${PYSITELIB}/thonny/plugins/esp/__init__.pyc
+${PYSITELIB}/thonny/plugins/esp/__init__.pyo
+${PYSITELIB}/thonny/plugins/esp/esp32_api_stubs/esp32.pyi
+${PYSITELIB}/thonny/plugins/esp/esp32_api_stubs/mp-1.18-esp32.txt
+${PYSITELIB}/thonny/plugins/esp/esp_back.py
+${PYSITELIB}/thonny/plugins/esp/esp_back.pyc
+${PYSITELIB}/thonny/plugins/esp/esp_back.pyo
+${PYSITELIB}/thonny/plugins/esp/esp_common_api_stubs/esp.pyi
+${PYSITELIB}/thonny/plugins/ev3/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__control.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__control.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__control.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__colorsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__colorsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__colorsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__gyrosensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__gyrosensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__gyrosensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__infraredsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__infraredsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__infraredsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__motor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__motor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__motor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__touchsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__touchsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__touchsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__ultrasonicsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__ultrasonicsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/ev3devices/__stub/__ultrasonicsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__battery.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__battery.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__battery.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__buttons.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__buttons.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__buttons.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__ev3brick.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__ev3brick.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__ev3brick.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__light.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__light.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__light.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__screen.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__screen.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__screen.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__speaker.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__speaker.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/hubs/__stub/__speaker.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__analogsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__analogsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__analogsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__dcmotor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__dcmotor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__dcmotor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__ev3devsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__ev3devsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__ev3devsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__i2cdevice.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__i2cdevice.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__i2cdevice.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__lumpdevice.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__lumpdevice.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__lumpdevice.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__uartdevice.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__uartdevice.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/iodevices/__stub/__uartdevice.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__font.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__font.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__font.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__image.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__image.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__image.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__imagefile.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__imagefile.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__imagefile.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__soundfile.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__soundfile.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/media/ev3dev/__stub/__soundfile.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxclient.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxclient.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxclient.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxserver.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxserver.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__bluetoothmailboxserver.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__logicmailbox.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__logicmailbox.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__logicmailbox.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__mailbox.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__mailbox.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__mailbox.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__numericmailbox.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__numericmailbox.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__numericmailbox.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__textmailbox.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__textmailbox.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/messaging/__stub/__textmailbox.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__colorsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__colorsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__colorsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__energymeter.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__energymeter.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__energymeter.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__light.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__light.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__light.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__lightsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__lightsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__lightsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__soundsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__soundsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__soundsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__temperaturesensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__temperaturesensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__temperaturesensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__touchsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__touchsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__touchsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__ultrasonicsensor.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__ultrasonicsensor.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__ultrasonicsensor.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__vernieradapter.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__vernieradapter.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/nxtdevices/__stub/__vernieradapter.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__button.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__button.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__button.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__color.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__color.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__color.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__direction.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__direction.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__direction.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__port.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__port.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__port.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__stop.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__stop.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/parameters/__stub/__stop.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__drivebase.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__drivebase.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__drivebase.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/robotics/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__datalog.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__datalog.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__datalog.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__init__.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__init__.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__init__.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__stopwatch.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__stopwatch.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__stopwatch.pyo
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__tools.py
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__tools.pyc
+${PYSITELIB}/thonny/plugins/ev3/api_stubs/pybricks/tools/__stub/__tools.pyo
+${PYSITELIB}/thonny/plugins/ev3/ev3_back.py
+${PYSITELIB}/thonny/plugins/ev3/ev3_back.pyc
+${PYSITELIB}/thonny/plugins/ev3/ev3_back.pyo
+${PYSITELIB}/thonny/plugins/event_logging.py
+${PYSITELIB}/thonny/plugins/event_logging.pyc
+${PYSITELIB}/thonny/plugins/event_logging.pyo
+${PYSITELIB}/thonny/plugins/event_view.py
+${PYSITELIB}/thonny/plugins/event_view.pyc
+${PYSITELIB}/thonny/plugins/event_view.pyo
+${PYSITELIB}/thonny/plugins/files.py
+${PYSITELIB}/thonny/plugins/files.pyc
+${PYSITELIB}/thonny/plugins/files.pyo
+${PYSITELIB}/thonny/plugins/find_replace.py
+${PYSITELIB}/thonny/plugins/find_replace.pyc
+${PYSITELIB}/thonny/plugins/find_replace.pyo
+${PYSITELIB}/thonny/plugins/general_config_page.py
+${PYSITELIB}/thonny/plugins/general_config_page.pyc
+${PYSITELIB}/thonny/plugins/general_config_page.pyo
+${PYSITELIB}/thonny/plugins/goto_definition.py
+${PYSITELIB}/thonny/plugins/goto_definition.pyc
+${PYSITELIB}/thonny/plugins/goto_definition.pyo
+${PYSITELIB}/thonny/plugins/heap.py
+${PYSITELIB}/thonny/plugins/heap.pyc
+${PYSITELIB}/thonny/plugins/heap.pyo
+${PYSITELIB}/thonny/plugins/help/__init__.py
+${PYSITELIB}/thonny/plugins/help/__init__.pyc
+${PYSITELIB}/thonny/plugins/help/__init__.pyo
+${PYSITELIB}/thonny/plugins/help/assistant.rst
+${PYSITELIB}/thonny/plugins/help/birdseye.rst
+${PYSITELIB}/thonny/plugins/help/debuggers.rst
+${PYSITELIB}/thonny/plugins/help/debugging.rst
+${PYSITELIB}/thonny/plugins/help/dock.rst
+${PYSITELIB}/thonny/plugins/help/errors.rst
+${PYSITELIB}/thonny/plugins/help/flask.rst
+${PYSITELIB}/thonny/plugins/help/index.rst
+${PYSITELIB}/thonny/plugins/help/modes.rst
+${PYSITELIB}/thonny/plugins/help/packages.rst
+${PYSITELIB}/thonny/plugins/help/plotter.rst
+${PYSITELIB}/thonny/plugins/help/program_arguments.rst
+${PYSITELIB}/thonny/plugins/help/shell.rst
+${PYSITELIB}/thonny/plugins/help/turtle.rst
+${PYSITELIB}/thonny/plugins/highlight_names.py
+${PYSITELIB}/thonny/plugins/highlight_names.pyc
+${PYSITELIB}/thonny/plugins/highlight_names.pyo
+${PYSITELIB}/thonny/plugins/locals_marker.py
+${PYSITELIB}/thonny/plugins/locals_marker.pyc
+${PYSITELIB}/thonny/plugins/locals_marker.pyo
+${PYSITELIB}/thonny/plugins/microbit/__init__.py
+${PYSITELIB}/thonny/plugins/microbit/__init__.pyc
+${PYSITELIB}/thonny/plugins/microbit/__init__.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/antigravity.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/array.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/audio.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/collections.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/collections.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/collections.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/gc.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/gc.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/gc.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/love.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/machine.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/machine.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/machine.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/math.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/math.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/math.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/microbit.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/micropython.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/micropython.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/micropython.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/music.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/neopixel.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/os.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/radio.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/random.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/speech.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/struct.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/sys.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/this.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/time.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/time.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/time.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/uarray.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/ucollections.py
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/ucollections.pyc
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/ucollections.pyo
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/ustruct.pyi
+${PYSITELIB}/thonny/plugins/microbit/api_stubs/utime.pyi
+${PYSITELIB}/thonny/plugins/microbit/microbit_back.py
+${PYSITELIB}/thonny/plugins/microbit/microbit_back.pyc
+${PYSITELIB}/thonny/plugins/microbit/microbit_back.pyo
+${PYSITELIB}/thonny/plugins/micropython/__init__.py
+${PYSITELIB}/thonny/plugins/micropython/__init__.pyc
+${PYSITELIB}/thonny/plugins/micropython/__init__.pyo
+${PYSITELIB}/thonny/plugins/micropython/bare_metal_backend.py
+${PYSITELIB}/thonny/plugins/micropython/bare_metal_backend.pyc
+${PYSITELIB}/thonny/plugins/micropython/bare_metal_backend.pyo
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/LICENSE
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/_thread.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/array.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/binascii.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/bluetooth.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/btree.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/cmath.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/collections.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/cryptolib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/errno.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/framebuf.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/gc.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/hashlib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/heapq.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/io.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/json.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/lcd160cr.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/machine.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/math.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/micropython.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/neopixel.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/network.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/os.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/re.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/select.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/socket.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ssl.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/statistics.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/struct.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/sys.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/time.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uarray.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uasyncio.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ubinascii.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ubluetooth.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ucollections.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ucryptolib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uctypes.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uerrno.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uhashlib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uheapq.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uio.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ujson.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uos.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/urandom.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ure.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uselect.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/usocket.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ussl.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/ustruct.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/usys.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/utime.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/uzlib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_api_stubs/zlib.pyi
+${PYSITELIB}/thonny/plugins/micropython/base_flashing_dialog.py
+${PYSITELIB}/thonny/plugins/micropython/base_flashing_dialog.pyc
+${PYSITELIB}/thonny/plugins/micropython/base_flashing_dialog.pyo
+${PYSITELIB}/thonny/plugins/micropython/connection.py
+${PYSITELIB}/thonny/plugins/micropython/connection.pyc
+${PYSITELIB}/thonny/plugins/micropython/connection.pyo
+${PYSITELIB}/thonny/plugins/micropython/esptool_dialog.py
+${PYSITELIB}/thonny/plugins/micropython/esptool_dialog.pyc
+${PYSITELIB}/thonny/plugins/micropython/esptool_dialog.pyo
+${PYSITELIB}/thonny/plugins/micropython/generic_api_stubs/pyb.pyi
+${PYSITELIB}/thonny/plugins/micropython/generic_api_stubs/stm.pyi
+${PYSITELIB}/thonny/plugins/micropython/miniterm_wrapper.py
+${PYSITELIB}/thonny/plugins/micropython/miniterm_wrapper.pyc
+${PYSITELIB}/thonny/plugins/micropython/miniterm_wrapper.pyo
+${PYSITELIB}/thonny/plugins/micropython/mp_back.py
+${PYSITELIB}/thonny/plugins/micropython/mp_back.pyc
+${PYSITELIB}/thonny/plugins/micropython/mp_back.pyo
+${PYSITELIB}/thonny/plugins/micropython/mp_common.py
+${PYSITELIB}/thonny/plugins/micropython/mp_common.pyc
+${PYSITELIB}/thonny/plugins/micropython/mp_common.pyo
+${PYSITELIB}/thonny/plugins/micropython/mp_front.py
+${PYSITELIB}/thonny/plugins/micropython/mp_front.pyc
+${PYSITELIB}/thonny/plugins/micropython/mp_front.pyo
+${PYSITELIB}/thonny/plugins/micropython/os_mp_backend.py
+${PYSITELIB}/thonny/plugins/micropython/os_mp_backend.pyc
+${PYSITELIB}/thonny/plugins/micropython/os_mp_backend.pyo
+${PYSITELIB}/thonny/plugins/micropython/pip_gui.py
+${PYSITELIB}/thonny/plugins/micropython/pip_gui.pyc
+${PYSITELIB}/thonny/plugins/micropython/pip_gui.pyo
+${PYSITELIB}/thonny/plugins/micropython/serial_connection.py
+${PYSITELIB}/thonny/plugins/micropython/serial_connection.pyc
+${PYSITELIB}/thonny/plugins/micropython/serial_connection.pyo
+${PYSITELIB}/thonny/plugins/micropython/ssh_connection.py
+${PYSITELIB}/thonny/plugins/micropython/ssh_connection.pyc
+${PYSITELIB}/thonny/plugins/micropython/ssh_connection.pyo
+${PYSITELIB}/thonny/plugins/micropython/subprocess_connection.py
+${PYSITELIB}/thonny/plugins/micropython/subprocess_connection.pyc
+${PYSITELIB}/thonny/plugins/micropython/subprocess_connection.pyo
+${PYSITELIB}/thonny/plugins/micropython/uf2dialog.py
+${PYSITELIB}/thonny/plugins/micropython/uf2dialog.pyc
+${PYSITELIB}/thonny/plugins/micropython/uf2dialog.pyo
+${PYSITELIB}/thonny/plugins/micropython/webrepl_connection.py
+${PYSITELIB}/thonny/plugins/micropython/webrepl_connection.pyc
+${PYSITELIB}/thonny/plugins/micropython/webrepl_connection.pyo
+${PYSITELIB}/thonny/plugins/misc_analyzers.py
+${PYSITELIB}/thonny/plugins/misc_analyzers.pyc
+${PYSITELIB}/thonny/plugins/misc_analyzers.pyo
+${PYSITELIB}/thonny/plugins/mypy/__init__.py
+${PYSITELIB}/thonny/plugins/mypy/__init__.pyc
+${PYSITELIB}/thonny/plugins/mypy/__init__.pyo
+${PYSITELIB}/thonny/plugins/notes.py
+${PYSITELIB}/thonny/plugins/notes.pyc
+${PYSITELIB}/thonny/plugins/notes.pyo
+${PYSITELIB}/thonny/plugins/object_inspector.py
+${PYSITELIB}/thonny/plugins/object_inspector.pyc
+${PYSITELIB}/thonny/plugins/object_inspector.pyo
+${PYSITELIB}/thonny/plugins/outline.py
+${PYSITELIB}/thonny/plugins/outline.pyc
+${PYSITELIB}/thonny/plugins/outline.pyo
+${PYSITELIB}/thonny/plugins/paren_matcher.py
+${PYSITELIB}/thonny/plugins/paren_matcher.pyc
+${PYSITELIB}/thonny/plugins/paren_matcher.pyo
+${PYSITELIB}/thonny/plugins/pgzero_frontend.py
+${PYSITELIB}/thonny/plugins/pgzero_frontend.pyc
+${PYSITELIB}/thonny/plugins/pgzero_frontend.pyo
+${PYSITELIB}/thonny/plugins/pi/__init__.py
+${PYSITELIB}/thonny/plugins/pi/__init__.pyc
+${PYSITELIB}/thonny/plugins/pi/__init__.pyo
+${PYSITELIB}/thonny/plugins/pi/res/Ukraine.png
+${PYSITELIB}/thonny/plugins/pi/res/Ukraine48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-run-cursor.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-run-cursor48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-run.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-run48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-into.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-into48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-out.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-out48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-over.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_debug-step-over48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-new.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-new48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-open.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-open48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-save.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_document-save48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_media-playback-start.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_media-playback-start48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_process-stop.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_process-stop48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_quit.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_quit48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_resume.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_resume48.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-down-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-down.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-left-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-left.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-right-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-right.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-up-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_scrollbar-button-up.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_window-close-act.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_window-close.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_zoom.png
+${PYSITELIB}/thonny/plugins/pi/res/_disabled_zoom48.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-run-cursor.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-run-cursor48.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-run.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-run48.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-into.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-into48.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-out.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-out48.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-over.png
+${PYSITELIB}/thonny/plugins/pi/res/debug-step-over48.png
+${PYSITELIB}/thonny/plugins/pi/res/document-new.png
+${PYSITELIB}/thonny/plugins/pi/res/document-new48.png
+${PYSITELIB}/thonny/plugins/pi/res/document-open.png
+${PYSITELIB}/thonny/plugins/pi/res/document-open48.png
+${PYSITELIB}/thonny/plugins/pi/res/document-save.png
+${PYSITELIB}/thonny/plugins/pi/res/document-save48.png
+${PYSITELIB}/thonny/plugins/pi/res/media-playback-start.png
+${PYSITELIB}/thonny/plugins/pi/res/media-playback-start48.png
+${PYSITELIB}/thonny/plugins/pi/res/process-stop.png
+${PYSITELIB}/thonny/plugins/pi/res/process-stop48.png
+${PYSITELIB}/thonny/plugins/pi/res/quit.png
+${PYSITELIB}/thonny/plugins/pi/res/quit48.png
+${PYSITELIB}/thonny/plugins/pi/res/resume.png
+${PYSITELIB}/thonny/plugins/pi/res/resume48.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-down-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-down.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-left-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-left.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-right-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-right.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-up-insens.png
+${PYSITELIB}/thonny/plugins/pi/res/scrollbar-button-up.png
+${PYSITELIB}/thonny/plugins/pi/res/window-close-act.png
+${PYSITELIB}/thonny/plugins/pi/res/window-close.png
+${PYSITELIB}/thonny/plugins/pi/res/zoom.png
+${PYSITELIB}/thonny/plugins/pi/res/zoom48.png
+${PYSITELIB}/thonny/plugins/pip_gui.py
+${PYSITELIB}/thonny/plugins/pip_gui.pyc
+${PYSITELIB}/thonny/plugins/pip_gui.pyo
+${PYSITELIB}/thonny/plugins/prime_inventor/__init__.py
+${PYSITELIB}/thonny/plugins/prime_inventor/__init__.pyc
+${PYSITELIB}/thonny/plugins/prime_inventor/__init__.pyo
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/__init__.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/app.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/button.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/colorsensor.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/control.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/distancesensor.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/forcesensor.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/large_technic_hub.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/lightmatrix.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/motionsensor.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/motor.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/motorpair.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/operator.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/speaker.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/statuslight.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/_api/util.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/hub.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/mindstorms/__init__.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/mindstorms/control.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/mindstorms/operator.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/mindstorms/util.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/spike/__init__.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/spike/control.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/spike/operator.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/api_stubs/spike/util.pyi
+${PYSITELIB}/thonny/plugins/prime_inventor/prime_inventor_back.py
+${PYSITELIB}/thonny/plugins/prime_inventor/prime_inventor_back.pyc
+${PYSITELIB}/thonny/plugins/prime_inventor/prime_inventor_back.pyo
+${PYSITELIB}/thonny/plugins/printing/__init__.py
+${PYSITELIB}/thonny/plugins/printing/__init__.pyc
+${PYSITELIB}/thonny/plugins/printing/__init__.pyo
+${PYSITELIB}/thonny/plugins/printing/template.html
+${PYSITELIB}/thonny/plugins/pylint/__init__.py
+${PYSITELIB}/thonny/plugins/pylint/__init__.pyc
+${PYSITELIB}/thonny/plugins/pylint/__init__.pyo
+${PYSITELIB}/thonny/plugins/pylint/messages.py
+${PYSITELIB}/thonny/plugins/pylint/messages.pyc
+${PYSITELIB}/thonny/plugins/pylint/messages.pyo
+${PYSITELIB}/thonny/plugins/pythontutor.py
+${PYSITELIB}/thonny/plugins/pythontutor.pyc
+${PYSITELIB}/thonny/plugins/pythontutor.pyo
+${PYSITELIB}/thonny/plugins/remove_old_data_dir.py
+${PYSITELIB}/thonny/plugins/remove_old_data_dir.pyc
+${PYSITELIB}/thonny/plugins/remove_old_data_dir.pyo
+${PYSITELIB}/thonny/plugins/replayer.py
+${PYSITELIB}/thonny/plugins/replayer.pyc
+${PYSITELIB}/thonny/plugins/replayer.pyo
+${PYSITELIB}/thonny/plugins/rp2040/__init__.py
+${PYSITELIB}/thonny/plugins/rp2040/__init__.pyc
+${PYSITELIB}/thonny/plugins/rp2040/__init__.pyo
+${PYSITELIB}/thonny/plugins/rp2040/api_stubs/mp-1.18-pico.txt
+${PYSITELIB}/thonny/plugins/rp2040/api_stubs/rp2.pyi
+${PYSITELIB}/thonny/plugins/rp2040/rp2040_back.py
+${PYSITELIB}/thonny/plugins/rp2040/rp2040_back.pyc
+${PYSITELIB}/thonny/plugins/rp2040/rp2040_back.pyo
+${PYSITELIB}/thonny/plugins/rpi_pico/__init__.py
+${PYSITELIB}/thonny/plugins/rpi_pico/__init__.pyc
+${PYSITELIB}/thonny/plugins/rpi_pico/__init__.pyo
+${PYSITELIB}/thonny/plugins/run_debug_config_page.py
+${PYSITELIB}/thonny/plugins/run_debug_config_page.pyc
+${PYSITELIB}/thonny/plugins/run_debug_config_page.pyo
+${PYSITELIB}/thonny/plugins/shell_config_page.py
+${PYSITELIB}/thonny/plugins/shell_config_page.pyc
+${PYSITELIB}/thonny/plugins/shell_config_page.pyo
+${PYSITELIB}/thonny/plugins/shell_macro.py
+${PYSITELIB}/thonny/plugins/shell_macro.pyc
+${PYSITELIB}/thonny/plugins/shell_macro.pyo
+${PYSITELIB}/thonny/plugins/statement_boxes.py
+${PYSITELIB}/thonny/plugins/statement_boxes.pyc
+${PYSITELIB}/thonny/plugins/statement_boxes.pyo
+${PYSITELIB}/thonny/plugins/stdlib_error_helpers.py
+${PYSITELIB}/thonny/plugins/stdlib_error_helpers.pyc
+${PYSITELIB}/thonny/plugins/stdlib_error_helpers.pyo
+${PYSITELIB}/thonny/plugins/system_shell/__init__.py
+${PYSITELIB}/thonny/plugins/system_shell/__init__.pyc
+${PYSITELIB}/thonny/plugins/system_shell/__init__.pyo
+${PYSITELIB}/thonny/plugins/system_shell/explain_environment.py
+${PYSITELIB}/thonny/plugins/system_shell/explain_environment.pyc
+${PYSITELIB}/thonny/plugins/system_shell/explain_environment.pyo
+${PYSITELIB}/thonny/plugins/terminal_config_page.py
+${PYSITELIB}/thonny/plugins/terminal_config_page.pyc
+${PYSITELIB}/thonny/plugins/terminal_config_page.pyo
+${PYSITELIB}/thonny/plugins/theme_and_font_config_page.py
+${PYSITELIB}/thonny/plugins/theme_and_font_config_page.pyc
+${PYSITELIB}/thonny/plugins/theme_and_font_config_page.pyo
+${PYSITELIB}/thonny/plugins/thonny_folders.py
+${PYSITELIB}/thonny/plugins/thonny_folders.pyc
+${PYSITELIB}/thonny/plugins/thonny_folders.pyo
+${PYSITELIB}/thonny/plugins/todo_view.py
+${PYSITELIB}/thonny/plugins/todo_view.pyc
+${PYSITELIB}/thonny/plugins/todo_view.pyo
+${PYSITELIB}/thonny/plugins/tomorrow_syntax_theme.py
+${PYSITELIB}/thonny/plugins/tomorrow_syntax_theme.pyc
+${PYSITELIB}/thonny/plugins/tomorrow_syntax_theme.pyo
+${PYSITELIB}/thonny/plugins/variables.py
+${PYSITELIB}/thonny/plugins/variables.pyc
+${PYSITELIB}/thonny/plugins/variables.pyo
+${PYSITELIB}/thonny/res/16x16-blank.gif
+${PYSITELIB}/thonny/res/1x1-white.gif
+${PYSITELIB}/thonny/res/PrintLnkTarget.vbs
+${PYSITELIB}/thonny/res/Ukraine.png
+${PYSITELIB}/thonny/res/Ukraine_2x.png
+${PYSITELIB}/thonny/res/_create_disabled_variants.py
+${PYSITELIB}/thonny/res/_create_disabled_variants.pyc
+${PYSITELIB}/thonny/res/_create_disabled_variants.pyo
+${PYSITELIB}/thonny/res/_disabled_16x16-blank.gif
+${PYSITELIB}/thonny/res/_disabled_1x1-white.gif
+${PYSITELIB}/thonny/res/_disabled_arrow-down.gif
+${PYSITELIB}/thonny/res/_disabled_birdseye.png
+${PYSITELIB}/thonny/res/_disabled_boxdot.png
+${PYSITELIB}/thonny/res/_disabled_boxdot_light.png
+${PYSITELIB}/thonny/res/_disabled_boxminus.png
+${PYSITELIB}/thonny/res/_disabled_boxminus_light.png
+${PYSITELIB}/thonny/res/_disabled_boxplus.png
+${PYSITELIB}/thonny/res/_disabled_boxplus_light.png
+${PYSITELIB}/thonny/res/_disabled_boxx.png
+${PYSITELIB}/thonny/res/_disabled_boxx_light.png
+${PYSITELIB}/thonny/res/_disabled_broken.png
+${PYSITELIB}/thonny/res/_disabled_closed-folder.gif
+${PYSITELIB}/thonny/res/_disabled_debug-current-script.png
+${PYSITELIB}/thonny/res/_disabled_debug-current-script_2x.png
+${PYSITELIB}/thonny/res/_disabled_delete.gif
+${PYSITELIB}/thonny/res/_disabled_folder.gif
+${PYSITELIB}/thonny/res/_disabled_generic-file.gif
+${PYSITELIB}/thonny/res/_disabled_hard-drive.gif
+${PYSITELIB}/thonny/res/_disabled_harddisk.png
+${PYSITELIB}/thonny/res/_disabled_harddisk_2x.png
+${PYSITELIB}/thonny/res/_disabled_help.png
+${PYSITELIB}/thonny/res/_disabled_help_2x.png
+${PYSITELIB}/thonny/res/_disabled_information.png
+${PYSITELIB}/thonny/res/_disabled_information_2x.png
+${PYSITELIB}/thonny/res/_disabled_nav-backward.png
+${PYSITELIB}/thonny/res/_disabled_nav-backward_2x.png
+${PYSITELIB}/thonny/res/_disabled_nav-forward.png
+${PYSITELIB}/thonny/res/_disabled_nav-forward_2x.png
+${PYSITELIB}/thonny/res/_disabled_new-file.png
+${PYSITELIB}/thonny/res/_disabled_new-file_Linux.png
+${PYSITELIB}/thonny/res/_disabled_new-file_Linux_2x.png
+${PYSITELIB}/thonny/res/_disabled_open-file.png
+${PYSITELIB}/thonny/res/_disabled_open-file_Linux.png
+${PYSITELIB}/thonny/res/_disabled_open-file_Linux_2x.png
+${PYSITELIB}/thonny/res/_disabled_open_folder.gif
+${PYSITELIB}/thonny/res/_disabled_outline-class.png
+${PYSITELIB}/thonny/res/_disabled_outline-class_2x.png
+${PYSITELIB}/thonny/res/_disabled_outline-method.gif
+${PYSITELIB}/thonny/res/_disabled_python-file.gif
+${PYSITELIB}/thonny/res/_disabled_python-icon.gif
+${PYSITELIB}/thonny/res/_disabled_quit.png
+${PYSITELIB}/thonny/res/_disabled_quit_2x.png
+${PYSITELIB}/thonny/res/_disabled_resume.png
+${PYSITELIB}/thonny/res/_disabled_resume_2x.png
+${PYSITELIB}/thonny/res/_disabled_run-current-script.png
+${PYSITELIB}/thonny/res/_disabled_run-current-script_2x.png
+${PYSITELIB}/thonny/res/_disabled_run-to-cursor.png
+${PYSITELIB}/thonny/res/_disabled_run-to-cursor_2x.png
+${PYSITELIB}/thonny/res/_disabled_save-file.png
+${PYSITELIB}/thonny/res/_disabled_save-file_2x_alt.png
+${PYSITELIB}/thonny/res/_disabled_save-file_Linux.png
+${PYSITELIB}/thonny/res/_disabled_save-file_Linux_2x.png
+${PYSITELIB}/thonny/res/_disabled_save-file_alt.png
+${PYSITELIB}/thonny/res/_disabled_star.png
+${PYSITELIB}/thonny/res/_disabled_star_2x.png
+${PYSITELIB}/thonny/res/_disabled_step-into.png
+${PYSITELIB}/thonny/res/_disabled_step-into_2x.png
+${PYSITELIB}/thonny/res/_disabled_step-out.png
+${PYSITELIB}/thonny/res/_disabled_step-out_2x.png
+${PYSITELIB}/thonny/res/_disabled_step-over.png
+${PYSITELIB}/thonny/res/_disabled_step-over_2x.png
+${PYSITELIB}/thonny/res/_disabled_stop.png
+${PYSITELIB}/thonny/res/_disabled_stop_2x.png
+${PYSITELIB}/thonny/res/_disabled_tab-close-active-clam-dark.gif
+${PYSITELIB}/thonny/res/_disabled_tab-close-active-clam.gif
+${PYSITELIB}/thonny/res/_disabled_tab-close-active.gif
+${PYSITELIB}/thonny/res/_disabled_tab-close-clam.gif
+${PYSITELIB}/thonny/res/_disabled_tab-close.gif
+${PYSITELIB}/thonny/res/_disabled_terminal.png
+${PYSITELIB}/thonny/res/_disabled_terminal_2x.png
+${PYSITELIB}/thonny/res/_disabled_text-file.gif
+${PYSITELIB}/thonny/res/_disabled_thonny.png
+${PYSITELIB}/thonny/res/_disabled_zoom.png
+${PYSITELIB}/thonny/res/arrow-down.gif
+${PYSITELIB}/thonny/res/birdseye.png
+${PYSITELIB}/thonny/res/boxdot.png
+${PYSITELIB}/thonny/res/boxdot_light.png
+${PYSITELIB}/thonny/res/boxminus.png
+${PYSITELIB}/thonny/res/boxminus_light.png
+${PYSITELIB}/thonny/res/boxplus.png
+${PYSITELIB}/thonny/res/boxplus_light.png
+${PYSITELIB}/thonny/res/boxx.png
+${PYSITELIB}/thonny/res/boxx_light.png
+${PYSITELIB}/thonny/res/broken.png
+${PYSITELIB}/thonny/res/closed-folder.gif
+${PYSITELIB}/thonny/res/debug-current-script.png
+${PYSITELIB}/thonny/res/debug-current-script_2x.png
+${PYSITELIB}/thonny/res/delete.gif
+${PYSITELIB}/thonny/res/folder.gif
+${PYSITELIB}/thonny/res/generic-file.gif
+${PYSITELIB}/thonny/res/hard-drive.gif
+${PYSITELIB}/thonny/res/harddisk.png
+${PYSITELIB}/thonny/res/harddisk_2x.png
+${PYSITELIB}/thonny/res/help.png
+${PYSITELIB}/thonny/res/help_2x.png
+${PYSITELIB}/thonny/res/information.png
+${PYSITELIB}/thonny/res/information_2x.png
+${PYSITELIB}/thonny/res/nav-backward.png
+${PYSITELIB}/thonny/res/nav-backward_2x.png
+${PYSITELIB}/thonny/res/nav-forward.png
+${PYSITELIB}/thonny/res/nav-forward_2x.png
+${PYSITELIB}/thonny/res/new-file.png
+${PYSITELIB}/thonny/res/new-file_Linux.png
+${PYSITELIB}/thonny/res/new-file_Linux_2x.png
+${PYSITELIB}/thonny/res/open-file.png
+${PYSITELIB}/thonny/res/open-file_Linux.png
+${PYSITELIB}/thonny/res/open-file_Linux_2x.png
+${PYSITELIB}/thonny/res/open_folder.gif
+${PYSITELIB}/thonny/res/outline-class.png
+${PYSITELIB}/thonny/res/outline-class_2x.png
+${PYSITELIB}/thonny/res/outline-method.gif
+${PYSITELIB}/thonny/res/python-file.gif
+${PYSITELIB}/thonny/res/python-icon.gif
+${PYSITELIB}/thonny/res/python-icon_2x.png
+${PYSITELIB}/thonny/res/quit.png
+${PYSITELIB}/thonny/res/quit_2x.png
+${PYSITELIB}/thonny/res/resume.png
+${PYSITELIB}/thonny/res/resume_2x.png
+${PYSITELIB}/thonny/res/run-current-script.png
+${PYSITELIB}/thonny/res/run-current-script_2x.png
+${PYSITELIB}/thonny/res/run-to-cursor.png
+${PYSITELIB}/thonny/res/run-to-cursor_2x.png
+${PYSITELIB}/thonny/res/save-file.png
+${PYSITELIB}/thonny/res/save-file_2x_alt.png
+${PYSITELIB}/thonny/res/save-file_Linux.png
+${PYSITELIB}/thonny/res/save-file_Linux_2x.png
+${PYSITELIB}/thonny/res/save-file_alt.png
+${PYSITELIB}/thonny/res/star.png
+${PYSITELIB}/thonny/res/star_2x.png
+${PYSITELIB}/thonny/res/step-into.png
+${PYSITELIB}/thonny/res/step-into_2x.png
+${PYSITELIB}/thonny/res/step-out.png
+${PYSITELIB}/thonny/res/step-out_2x.png
+${PYSITELIB}/thonny/res/step-over.png
+${PYSITELIB}/thonny/res/step-over_2x.png
+${PYSITELIB}/thonny/res/stop.png
+${PYSITELIB}/thonny/res/stop_2x.png
+${PYSITELIB}/thonny/res/tab-close-active-clam-dark.gif
+${PYSITELIB}/thonny/res/tab-close-active-clam.gif
+${PYSITELIB}/thonny/res/tab-close-active.gif
+${PYSITELIB}/thonny/res/tab-close-clam.gif
+${PYSITELIB}/thonny/res/tab-close.gif
+${PYSITELIB}/thonny/res/terminal.png
+${PYSITELIB}/thonny/res/terminal_2x.png
+${PYSITELIB}/thonny/res/text-file.gif
+${PYSITELIB}/thonny/res/thonny.ico
+${PYSITELIB}/thonny/res/thonny.png
+${PYSITELIB}/thonny/res/thonny_small.ico
+${PYSITELIB}/thonny/res/zoom.png
+${PYSITELIB}/thonny/roughparse.py
+${PYSITELIB}/thonny/roughparse.pyc
+${PYSITELIB}/thonny/roughparse.pyo
+${PYSITELIB}/thonny/rst_utils.py
+${PYSITELIB}/thonny/rst_utils.pyc
+${PYSITELIB}/thonny/rst_utils.pyo
+${PYSITELIB}/thonny/running.py
+${PYSITELIB}/thonny/running.pyc
+${PYSITELIB}/thonny/running.pyo
+${PYSITELIB}/thonny/shell.py
+${PYSITELIB}/thonny/shell.pyc
+${PYSITELIB}/thonny/shell.pyo
+${PYSITELIB}/thonny/terminal.py
+${PYSITELIB}/thonny/terminal.pyc
+${PYSITELIB}/thonny/terminal.pyo
+${PYSITELIB}/thonny/test/__init__.py
+${PYSITELIB}/thonny/test/__init__.pyc
+${PYSITELIB}/thonny/test/__init__.pyo
+${PYSITELIB}/thonny/test/plugins/__init__.py
+${PYSITELIB}/thonny/test/plugins/__init__.pyc
+${PYSITELIB}/thonny/test/plugins/__init__.pyo
+${PYSITELIB}/thonny/test/plugins/test_locals_marker.py
+${PYSITELIB}/thonny/test/plugins/test_locals_marker.pyc
+${PYSITELIB}/thonny/test/plugins/test_locals_marker.pyo
+${PYSITELIB}/thonny/test/plugins/test_name_highlighter.py
+${PYSITELIB}/thonny/test/plugins/test_name_highlighter.pyc
+${PYSITELIB}/thonny/test/plugins/test_name_highlighter.pyo
+${PYSITELIB}/thonny/test/plugins/test_pip_gui.py
+${PYSITELIB}/thonny/test/plugins/test_pip_gui.pyc
+${PYSITELIB}/thonny/test/plugins/test_pip_gui.pyo
+${PYSITELIB}/thonny/test/test_common.py
+${PYSITELIB}/thonny/test/test_common.pyc
+${PYSITELIB}/thonny/test/test_common.pyo
+${PYSITELIB}/thonny/tktextext.py
+${PYSITELIB}/thonny/tktextext.pyc
+${PYSITELIB}/thonny/tktextext.pyo
+${PYSITELIB}/thonny/token_utils.py
+${PYSITELIB}/thonny/token_utils.pyc
+${PYSITELIB}/thonny/token_utils.pyo
+${PYSITELIB}/thonny/udisks.py
+${PYSITELIB}/thonny/udisks.pyc
+${PYSITELIB}/thonny/udisks.pyo
+${PYSITELIB}/thonny/ui_utils.py
+${PYSITELIB}/thonny/ui_utils.pyc
+${PYSITELIB}/thonny/ui_utils.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/__init__.py
+${PYSITELIB}/thonny/vendored_libs/filelock/__init__.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/__init__.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_api.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_api.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_api.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_error.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_error.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_error.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_soft.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_soft.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_soft.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_unix.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_unix.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_unix.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_util.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_util.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_util.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/_windows.py
+${PYSITELIB}/thonny/vendored_libs/filelock/_windows.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/_windows.pyo
+${PYSITELIB}/thonny/vendored_libs/filelock/py.typed
+${PYSITELIB}/thonny/vendored_libs/filelock/version.py
+${PYSITELIB}/thonny/vendored_libs/filelock/version.pyc
+${PYSITELIB}/thonny/vendored_libs/filelock/version.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/__init__.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/__init__.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/__init__.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/__main__.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/__main__.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/__main__.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/adapters.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/adapters.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/adapters.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/bare_metal.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/bare_metal.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/bare_metal.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/common.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/common.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/common.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/connection.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/connection.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/connection.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/parser.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/parser.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/parser.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/proxy.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/proxy.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/proxy.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/serial_connection.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/serial_connection.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/serial_connection.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/session.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/session.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/session.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/util.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/util.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/util.pyo
+${PYSITELIB}/thonny/vendored_libs/pipkin/webrepl_connection.py
+${PYSITELIB}/thonny/vendored_libs/pipkin/webrepl_connection.pyc
+${PYSITELIB}/thonny/vendored_libs/pipkin/webrepl_connection.pyo
+${PYSITELIB}/thonny/workbench.py
+${PYSITELIB}/thonny/workbench.pyc
+${PYSITELIB}/thonny/workbench.pyo
+${PYSITELIB}/thonny/workdlg.py
+${PYSITELIB}/thonny/workdlg.pyc
+${PYSITELIB}/thonny/workdlg.pyo
diff --git a/thonny/distinfo b/thonny/distinfo
new file mode 100644
index 0000000000..0004830854
--- /dev/null
+++ b/thonny/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (thonny-4.1.7.tar.gz) = 45d371229eb4f5c949d87d6476f289530849ebe64a66b16e2bae7629e7b377b7
+SHA512 (thonny-4.1.7.tar.gz) = 8f263c0eb3430947bbd601090befad1181ae6990ea23f2962e3837aaf9dbf083f3f89eaae717e2db526d969311a28f170b76b7ccad2c8c269c253065eb8cfbb8
+Size (thonny-4.1.7.tar.gz) = 4085064 bytes


Home | Main Index | Thread Index | Old Index