Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-flexx | Distribution: openSUSE Tumbleweed |
Version: 0.8.4 | Vendor: openSUSE |
Release: 1.15 | Build date: Wed Sep 28 16:33:05 2022 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 2711473 | Source RPM: python-flexx-0.8.4-1.15.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/flexxui/flexx | |
Summary: Python toolkit for creating graphical user interfaces |
Flexx is a pure Python toolkit for creating graphical user interfaces (GUIs), that uses web technology for its rendering. Apps are written purely in Python; Flexx's transpiler generates the necessary JavaScript on the fly. Flexx can be used to create (cross platform) desktop applications, web applications, and (if designed well) export an app to a standalone HTML document. It also works in the Jupyter notebook.
BSD-2-Clause
* Wed Sep 28 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 0.8.4: There are small typos in: - docs/guide/widget_basics.rst - flexx/app/_session.py - flexx/app/tests/test_asset.py - flexx/event/_js.py - flexx/event/_reaction.py - flexx/ui/_widget.py - flexx/util/tests/test_config.py - flexxamples/howtos/echarts_example.py - flexxamples/testers/tricky_events.py Fixes: - Should read `precedence` rather than `precedense`. - Should read `assets` rather than `assests`. - Should read `simultaneously` rather than `simultenously`. - Should read `service` rather than `survice`. - Should read `occurrence` rather than `occurance`. - Should read `eliminate` rather than `elliminate`. - Should read `declarative` rather than `declerative`. - Should read `children` rather than `childen`. - Should read `capturing` rather than `caputuring`. - Should read `aggregated` rather than `agregated`. Some measures against memory leakage (#725) * fix memleak * help prevent rise in memory * quick check to see if this causes the ci test error * nope, error was already there * fix ci? Fix introducion of faulty JS (#710) Fix CI glitch properly (#706) Fix CI glitches (#705) * Sat Jan 15 2022 Dirk Müller <dmueller@suse.com> - update to 0.8.3: * Fixed a bug where with the latest PScript (0.7.6) Flexx wont start in the browser * Wed Sep 01 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to 0.8.2 * Support for Python 3.9. * More symmetry between Py and Js widgets (#698) * A Flask server backend. * CI uses GH Actions instead of Travis. - from version 0.8.1 * Support for Python 3.8. * Support for latest Tornado (includes a workaround for py38+win). * Several fixes to various widgets. * Various fixes to the docs. * A few new examples. - Update BuildRequires and Requires from setup.py * Tue Feb 23 2021 Dirk Müller <dmueller@suse.com> - skip python 3.6 build (no numpy) * Tue May 26 2020 Petr Gajdos <pgajdos@suse.com> - %python3_only -> %python_alternative * Tue May 07 2019 pgajdos@suse.com - version update to 0.8.0 * Adds a `PyWidget` class that can be used as a base class for your high-level widgets. Because it is a PyComponent, this makes it much easier to write apps that fully work in Python (desktop-like apps). * The ``FormLayout`` uses CSS ``grid`` instead of ``<table>``. * A new ``GridLayout`` widget. * A new ``MultiLineEdit`` widget. * Improvements to docs and guide. * Support for freezing Flexx apps to standalone executables (via PyInstaller). * Fri Mar 22 2019 Tomáš Chvátal <tchvatal@suse.com> - Fix the URL * Tue Mar 19 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 0.7.1: * Improved shutdown behavior (#533). * Small fix in App.export (#532). * Fix bahevior when navigating back to a Flexx app (#536). * New examples for Openlayers and including local assets (by @ocobacho). * Tests, demos and readme are included in the sdist, helping packaging on Linux (by @toddrme2178). * Some performance tweaks which should help in larger applications. * Add outernode attribute in TreeItem` widget, enabling more powerful subclasses. * The Combobox is smarter about the placement of the "dropdown". * A new RangeSlider widget. * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Mon Oct 29 2018 Todd R <toddrme2178@gmail.com> - Update to version 0.6.2 * Bugfix in combobox. * BSDF check dtype in JS. - Update to version 0.6.0 * Add ``Widget.minsize_from_children`` property (#497). * Update BSDF (data serialization). * Widgets van be orphaned upon initialization by setting parent to None (#493) * Some internal improvements on the dropdown widget. - Update to version 0.5.0 * A major refactoring of the event system. * We spun out the PyScript transpiler into the PScript project, as well as the webruntime and dialite project. This means that Flexx itself is focussed on the GUI aspect alone. * Added touch support. * Dropped the depency on Phosphor.js. * A new combined namespace: ``from flexx import flx``. * A proper guide in the docs. * More examples.
/etc/alternatives/flexx /usr/bin/flexx /usr/bin/flexx-3.13 /usr/lib/python3.13/site-packages/flexx /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/PKG-INFO /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/SOURCES.txt /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/dependency_links.txt /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/entry_points.txt /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/not-zip-safe /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/requires.txt /usr/lib/python3.13/site-packages/flexx-0.8.4-py3.13.egg-info/top_level.txt /usr/lib/python3.13/site-packages/flexx/__init__.py /usr/lib/python3.13/site-packages/flexx/__main__.py /usr/lib/python3.13/site-packages/flexx/__pycache__ /usr/lib/python3.13/site-packages/flexx/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/_config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/_config.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/flx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/flx.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/flx_flask.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/__pycache__/flx_flask.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/_config.py /usr/lib/python3.13/site-packages/flexx/app /usr/lib/python3.13/site-packages/flexx/app/__init__.py /usr/lib/python3.13/site-packages/flexx/app/__pycache__ /usr/lib/python3.13/site-packages/flexx/app/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_app.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_app.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_asset.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_asset.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_assetstore.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_assetstore.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_clientcore.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_clientcore.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_component2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_component2.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_flaskhelpers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_flaskhelpers.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_flaskserver.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_flaskserver.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_funcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_funcs.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_modules.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_modules.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_server.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_session.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_session.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_tornadoserver.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/_tornadoserver.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/bsdf_lite.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/bsdf_lite.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/live_tester.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/app/__pycache__/live_tester.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/app/_app.py /usr/lib/python3.13/site-packages/flexx/app/_asset.py /usr/lib/python3.13/site-packages/flexx/app/_assetstore.py /usr/lib/python3.13/site-packages/flexx/app/_clientcore.py /usr/lib/python3.13/site-packages/flexx/app/_component2.py /usr/lib/python3.13/site-packages/flexx/app/_flaskhelpers.py /usr/lib/python3.13/site-packages/flexx/app/_flaskserver.py /usr/lib/python3.13/site-packages/flexx/app/_funcs.py /usr/lib/python3.13/site-packages/flexx/app/_modules.py /usr/lib/python3.13/site-packages/flexx/app/_server.py /usr/lib/python3.13/site-packages/flexx/app/_session.py /usr/lib/python3.13/site-packages/flexx/app/_tornadoserver.py /usr/lib/python3.13/site-packages/flexx/app/bsdf_lite.py /usr/lib/python3.13/site-packages/flexx/app/live_tester.py /usr/lib/python3.13/site-packages/flexx/event /usr/lib/python3.13/site-packages/flexx/event/__init__.py /usr/lib/python3.13/site-packages/flexx/event/__pycache__ /usr/lib/python3.13/site-packages/flexx/event/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_action.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_action.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_attribute.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_attribute.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_component.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_component.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_dict.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_dict.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_emitter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_emitter.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_js.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_js.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_loop.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_loop.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_property.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_property.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_reaction.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/_reaction.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/both_tester.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/event/__pycache__/both_tester.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/event/_action.py /usr/lib/python3.13/site-packages/flexx/event/_attribute.py /usr/lib/python3.13/site-packages/flexx/event/_component.py /usr/lib/python3.13/site-packages/flexx/event/_dict.py /usr/lib/python3.13/site-packages/flexx/event/_emitter.py /usr/lib/python3.13/site-packages/flexx/event/_js.py /usr/lib/python3.13/site-packages/flexx/event/_loop.py /usr/lib/python3.13/site-packages/flexx/event/_property.py /usr/lib/python3.13/site-packages/flexx/event/_reaction.py /usr/lib/python3.13/site-packages/flexx/event/both_tester.py /usr/lib/python3.13/site-packages/flexx/flx.py /usr/lib/python3.13/site-packages/flexx/flx_flask.py /usr/lib/python3.13/site-packages/flexx/resources /usr/lib/python3.13/site-packages/flexx/resources/README.md /usr/lib/python3.13/site-packages/flexx/resources/__pycache__ /usr/lib/python3.13/site-packages/flexx/resources/__pycache__/iconmaker.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/resources/__pycache__/iconmaker.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/resources/bb64.js /usr/lib/python3.13/site-packages/flexx/resources/bsdf.js /usr/lib/python3.13/site-packages/flexx/resources/flexx.ico /usr/lib/python3.13/site-packages/flexx/resources/flexx.png /usr/lib/python3.13/site-packages/flexx/resources/iconmaker.py /usr/lib/python3.13/site-packages/flexx/resources/phosphor-all.94d59b003849f.css /usr/lib/python3.13/site-packages/flexx/resources/phosphor-all.94d59b003849f.js /usr/lib/python3.13/site-packages/flexx/ui /usr/lib/python3.13/site-packages/flexx/ui/__init__.py /usr/lib/python3.13/site-packages/flexx/ui/__pycache__ /usr/lib/python3.13/site-packages/flexx/ui/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/__pycache__/_widget.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/__pycache__/_widget.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/_widget.py /usr/lib/python3.13/site-packages/flexx/ui/layouts /usr/lib/python3.13/site-packages/flexx/ui/layouts/__init__.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__ /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_form.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_form.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_grid.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_grid.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_hv.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_hv.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_layout.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_pinboard.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_pinboard.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_stack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_stack.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_tabs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/__pycache__/_tabs.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/layouts/_form.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_grid.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_hv.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_layout.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_pinboard.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_stack.py /usr/lib/python3.13/site-packages/flexx/ui/layouts/_tabs.py /usr/lib/python3.13/site-packages/flexx/ui/pywidgets /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__init__.py /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__pycache__ /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__pycache__/_filebrowser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/__pycache__/_filebrowser.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/pywidgets/_filebrowser.py /usr/lib/python3.13/site-packages/flexx/ui/widgets /usr/lib/python3.13/site-packages/flexx/ui/widgets/__init__.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__ /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_bokeh.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_bokeh.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_button.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_button.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_canvas.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_canvas.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_color.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_color.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_dropdown.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_dropdown.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_group.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_group.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_iframe.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_iframe.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_label.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_label.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_lineedit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_lineedit.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_markdown.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_markdown.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_media.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_media.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_plotly.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_plotly.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_plotwidget.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_plotwidget.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_progressbar.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_progressbar.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_slider.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_slider.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/__pycache__/_tree.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/ui/widgets/_bokeh.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_button.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_canvas.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_color.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_dropdown.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_group.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_iframe.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_label.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_lineedit.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_markdown.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_media.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_plotly.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_plotwidget.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_progressbar.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_slider.py /usr/lib/python3.13/site-packages/flexx/ui/widgets/_tree.py /usr/lib/python3.13/site-packages/flexx/util /usr/lib/python3.13/site-packages/flexx/util/__init__.py /usr/lib/python3.13/site-packages/flexx/util/__pycache__ /usr/lib/python3.13/site-packages/flexx/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/freeze.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/freeze.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/getresource.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/getresource.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/logging.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/logging.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/minify.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/minify.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/screenshot.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/screenshot.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/testing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexx/util/__pycache__/testing.cpython-313.pyc /usr/lib/python3.13/site-packages/flexx/util/config.py /usr/lib/python3.13/site-packages/flexx/util/freeze.py /usr/lib/python3.13/site-packages/flexx/util/getresource.py /usr/lib/python3.13/site-packages/flexx/util/logging.py /usr/lib/python3.13/site-packages/flexx/util/minify.py /usr/lib/python3.13/site-packages/flexx/util/screenshot.py /usr/lib/python3.13/site-packages/flexx/util/testing.py /usr/lib/python3.13/site-packages/flexxamples /usr/lib/python3.13/site-packages/flexxamples/__init__.py /usr/lib/python3.13/site-packages/flexxamples/__pycache__ /usr/lib/python3.13/site-packages/flexxamples/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos /usr/lib/python3.13/site-packages/flexxamples/demos/__init__.py /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__ /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/app_layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/app_layout.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/chatroom.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/chatroom.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/circles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/circles.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/colab_painting.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/colab_painting.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/d3_collision.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/d3_collision.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/demo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/demo.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/drawing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/drawing.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/mondriaan.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/mondriaan.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/monitor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/monitor.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/plotly_gdp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/plotly_gdp.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/sine.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/sine.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/splines.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/splines.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/themed_form.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/themed_form.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/twente.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/twente.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/video_viewer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/__pycache__/video_viewer.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/demos/app_layout.py /usr/lib/python3.13/site-packages/flexxamples/demos/chatroom.py /usr/lib/python3.13/site-packages/flexxamples/demos/circles.py /usr/lib/python3.13/site-packages/flexxamples/demos/colab_painting.py /usr/lib/python3.13/site-packages/flexxamples/demos/d3_collision.py /usr/lib/python3.13/site-packages/flexxamples/demos/demo.py /usr/lib/python3.13/site-packages/flexxamples/demos/drawing.py /usr/lib/python3.13/site-packages/flexxamples/demos/mondriaan.py /usr/lib/python3.13/site-packages/flexxamples/demos/monitor.py /usr/lib/python3.13/site-packages/flexxamples/demos/plotly_gdp.py /usr/lib/python3.13/site-packages/flexxamples/demos/sine.py /usr/lib/python3.13/site-packages/flexxamples/demos/splines.py /usr/lib/python3.13/site-packages/flexxamples/demos/themed_form.py /usr/lib/python3.13/site-packages/flexxamples/demos/twente.py /usr/lib/python3.13/site-packages/flexxamples/demos/video_viewer.py /usr/lib/python3.13/site-packages/flexxamples/howtos /usr/lib/python3.13/site-packages/flexxamples/howtos/__init__.py /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__ /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/adding_handlers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/adding_handlers.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/array_props.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/array_props.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/basic_emit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/basic_emit.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/bokehdemo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/bokehdemo.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/bootstrap.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/bootstrap.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/box_vs_fix_layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/box_vs_fix_layout.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/buttons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/buttons.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/control_with_keys.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/control_with_keys.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/cookies.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/cookies.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/deep_event_connections.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/deep_event_connections.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/echarts_example.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/echarts_example.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/editor_ace.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/editor_ace.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/editor_cm.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/editor_cm.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/flask_backend.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/flask_backend.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/flask_server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/flask_server.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/hello_world.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/hello_world.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/icons.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/icons.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/jquery.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/jquery.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/leaflet.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/leaflet.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/local_assets.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/local_assets.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/mutual_dependent_props.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/mutual_dependent_props.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/oneliners.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/oneliners.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/openlayers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/openlayers.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/python_in_js.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/python_in_js.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/python_side_widget2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/python_side_widget2.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/react_to_props.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/react_to_props.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/redirect.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/redirect.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/scrollable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/scrollable.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/send_data.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/send_data.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_data.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_data.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_multiple1.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_multiple1.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_multiple2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_multiple2.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_ssl.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_ssl.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_aiohttp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_aiohttp.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_asgineer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_asgineer.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_flask.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/serve_with_flask.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/splitters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/splitters.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/store.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/store.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/threaded.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/threaded.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/__pycache__/tree.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/howtos/adding_handlers.py /usr/lib/python3.13/site-packages/flexxamples/howtos/array_props.py /usr/lib/python3.13/site-packages/flexxamples/howtos/basic_emit.py /usr/lib/python3.13/site-packages/flexxamples/howtos/bokehdemo.py /usr/lib/python3.13/site-packages/flexxamples/howtos/bootstrap.py /usr/lib/python3.13/site-packages/flexxamples/howtos/box_vs_fix_layout.py /usr/lib/python3.13/site-packages/flexxamples/howtos/buttons.py /usr/lib/python3.13/site-packages/flexxamples/howtos/control_with_keys.py /usr/lib/python3.13/site-packages/flexxamples/howtos/cookies.py /usr/lib/python3.13/site-packages/flexxamples/howtos/deep_event_connections.py /usr/lib/python3.13/site-packages/flexxamples/howtos/echarts_example.py /usr/lib/python3.13/site-packages/flexxamples/howtos/editor_ace.py /usr/lib/python3.13/site-packages/flexxamples/howtos/editor_cm.py /usr/lib/python3.13/site-packages/flexxamples/howtos/flask_backend.py /usr/lib/python3.13/site-packages/flexxamples/howtos/flask_server.py /usr/lib/python3.13/site-packages/flexxamples/howtos/hello_world.py /usr/lib/python3.13/site-packages/flexxamples/howtos/icons.py /usr/lib/python3.13/site-packages/flexxamples/howtos/jquery.py /usr/lib/python3.13/site-packages/flexxamples/howtos/leaflet.py /usr/lib/python3.13/site-packages/flexxamples/howtos/local_assets.py /usr/lib/python3.13/site-packages/flexxamples/howtos/mutual_dependent_props.py /usr/lib/python3.13/site-packages/flexxamples/howtos/oneliners.py /usr/lib/python3.13/site-packages/flexxamples/howtos/openlayers.py /usr/lib/python3.13/site-packages/flexxamples/howtos/python_in_js.py /usr/lib/python3.13/site-packages/flexxamples/howtos/python_side_widget2.py /usr/lib/python3.13/site-packages/flexxamples/howtos/react_to_props.py /usr/lib/python3.13/site-packages/flexxamples/howtos/redirect.py /usr/lib/python3.13/site-packages/flexxamples/howtos/scrollable.py /usr/lib/python3.13/site-packages/flexxamples/howtos/send_data.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_data.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_multiple1.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_multiple2.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_ssl.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_with_aiohttp.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_with_asgineer.py /usr/lib/python3.13/site-packages/flexxamples/howtos/serve_with_flask.py /usr/lib/python3.13/site-packages/flexxamples/howtos/splitters.py /usr/lib/python3.13/site-packages/flexxamples/howtos/store.py /usr/lib/python3.13/site-packages/flexxamples/howtos/threaded.py /usr/lib/python3.13/site-packages/flexxamples/howtos/tree.py /usr/lib/python3.13/site-packages/flexxamples/testers /usr/lib/python3.13/site-packages/flexxamples/testers/__init__.py /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__ /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/benchmark.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/benchmark.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/deep1.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/deep1.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/deep2.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/deep2.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/errors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/errors.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/find_prime.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/find_prime.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/hv_layout.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/hv_layout.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/minsize.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/minsize.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/mouse_and_touch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/mouse_and_touch.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/tricky_events.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/tricky_events.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/ws_speed.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/__pycache__/ws_speed.cpython-313.pyc /usr/lib/python3.13/site-packages/flexxamples/testers/benchmark.py /usr/lib/python3.13/site-packages/flexxamples/testers/deep1.py /usr/lib/python3.13/site-packages/flexxamples/testers/deep2.py /usr/lib/python3.13/site-packages/flexxamples/testers/errors.py /usr/lib/python3.13/site-packages/flexxamples/testers/find_prime.py /usr/lib/python3.13/site-packages/flexxamples/testers/hv_layout.py /usr/lib/python3.13/site-packages/flexxamples/testers/minsize.py /usr/lib/python3.13/site-packages/flexxamples/testers/mouse_and_touch.py /usr/lib/python3.13/site-packages/flexxamples/testers/tricky_events.py /usr/lib/python3.13/site-packages/flexxamples/testers/ws_speed.py /usr/share/doc/packages/python313-flexx /usr/share/doc/packages/python313-flexx/README.md /usr/share/licenses/python313-flexx /usr/share/licenses/python313-flexx/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025