Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-flexx | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 0.8.0 | Vendor: openSUSE |
Release: bp154.1.38 | Build date: Thu May 12 03:06:40 2022 |
Group: Development/Languages/Python | Build host: lamb05 |
Size: 2437306 | Source RPM: python-flexx-0.8.0-bp154.1.38.src.rpm |
Packager: https://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
* 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. * Sat Mar 03 2018 jengelh@inai.de - Summary and description improvements. * Fri Dec 01 2017 toddrme2178@gmail.com - intial version
/usr/bin/flexx /usr/lib/python3.6/site-packages/flexx /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/flexx-0.8.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/flexx/__init__.py /usr/lib/python3.6/site-packages/flexx/__main__.py /usr/lib/python3.6/site-packages/flexx/__pycache__ /usr/lib/python3.6/site-packages/flexx/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/__main__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/__main__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/_config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/_config.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/flx.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/__pycache__/flx.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/_config.py /usr/lib/python3.6/site-packages/flexx/app /usr/lib/python3.6/site-packages/flexx/app/__init__.py /usr/lib/python3.6/site-packages/flexx/app/__pycache__ /usr/lib/python3.6/site-packages/flexx/app/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_app.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_app.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_asset.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_asset.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_assetstore.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_assetstore.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_clientcore.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_clientcore.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_component2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_component2.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_funcs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_funcs.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_modules.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_modules.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_server.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_server.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_session.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_session.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_tornadoserver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/_tornadoserver.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/bsdf_lite.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/bsdf_lite.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/live_tester.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/app/__pycache__/live_tester.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/app/_app.py /usr/lib/python3.6/site-packages/flexx/app/_asset.py /usr/lib/python3.6/site-packages/flexx/app/_assetstore.py /usr/lib/python3.6/site-packages/flexx/app/_clientcore.py /usr/lib/python3.6/site-packages/flexx/app/_component2.py /usr/lib/python3.6/site-packages/flexx/app/_funcs.py /usr/lib/python3.6/site-packages/flexx/app/_modules.py /usr/lib/python3.6/site-packages/flexx/app/_server.py /usr/lib/python3.6/site-packages/flexx/app/_session.py /usr/lib/python3.6/site-packages/flexx/app/_tornadoserver.py /usr/lib/python3.6/site-packages/flexx/app/bsdf_lite.py /usr/lib/python3.6/site-packages/flexx/app/live_tester.py /usr/lib/python3.6/site-packages/flexx/event /usr/lib/python3.6/site-packages/flexx/event/__init__.py /usr/lib/python3.6/site-packages/flexx/event/__pycache__ /usr/lib/python3.6/site-packages/flexx/event/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_action.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_action.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_attribute.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_attribute.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_component.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_component.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_dict.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_dict.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_emitter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_emitter.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_js.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_js.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_loop.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_loop.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_property.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_property.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_reaction.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/_reaction.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/both_tester.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/event/__pycache__/both_tester.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/event/_action.py /usr/lib/python3.6/site-packages/flexx/event/_attribute.py /usr/lib/python3.6/site-packages/flexx/event/_component.py /usr/lib/python3.6/site-packages/flexx/event/_dict.py /usr/lib/python3.6/site-packages/flexx/event/_emitter.py /usr/lib/python3.6/site-packages/flexx/event/_js.py /usr/lib/python3.6/site-packages/flexx/event/_loop.py /usr/lib/python3.6/site-packages/flexx/event/_property.py /usr/lib/python3.6/site-packages/flexx/event/_reaction.py /usr/lib/python3.6/site-packages/flexx/event/both_tester.py /usr/lib/python3.6/site-packages/flexx/flx.py /usr/lib/python3.6/site-packages/flexx/resources /usr/lib/python3.6/site-packages/flexx/resources/README.md /usr/lib/python3.6/site-packages/flexx/resources/__pycache__ /usr/lib/python3.6/site-packages/flexx/resources/__pycache__/iconmaker.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/resources/__pycache__/iconmaker.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/resources/bb64.js /usr/lib/python3.6/site-packages/flexx/resources/bsdf.js /usr/lib/python3.6/site-packages/flexx/resources/flexx.ico /usr/lib/python3.6/site-packages/flexx/resources/flexx.png /usr/lib/python3.6/site-packages/flexx/resources/iconmaker.py /usr/lib/python3.6/site-packages/flexx/resources/phosphor-all.94d59b003849f.css /usr/lib/python3.6/site-packages/flexx/resources/phosphor-all.94d59b003849f.js /usr/lib/python3.6/site-packages/flexx/ui /usr/lib/python3.6/site-packages/flexx/ui/__init__.py /usr/lib/python3.6/site-packages/flexx/ui/__pycache__ /usr/lib/python3.6/site-packages/flexx/ui/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/__pycache__/_widget.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/__pycache__/_widget.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/_widget.py /usr/lib/python3.6/site-packages/flexx/ui/layouts /usr/lib/python3.6/site-packages/flexx/ui/layouts/__init__.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__ /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_form.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_form.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_grid.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_grid.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_hv.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_hv.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_layout.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_layout.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_pinboard.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_pinboard.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_stack.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_stack.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_tabs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/__pycache__/_tabs.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/layouts/_form.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_grid.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_hv.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_layout.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_pinboard.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_stack.py /usr/lib/python3.6/site-packages/flexx/ui/layouts/_tabs.py /usr/lib/python3.6/site-packages/flexx/ui/pywidgets /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__init__.py /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__pycache__ /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__pycache__/_filebrowser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/__pycache__/_filebrowser.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/pywidgets/_filebrowser.py /usr/lib/python3.6/site-packages/flexx/ui/widgets /usr/lib/python3.6/site-packages/flexx/ui/widgets/__init__.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__ /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_bokeh.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_bokeh.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_button.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_button.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_canvas.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_canvas.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_color.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_color.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_dropdown.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_dropdown.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_group.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_group.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_iframe.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_iframe.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_label.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_label.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_lineedit.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_lineedit.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_media.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_media.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_plotly.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_plotly.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_plotwidget.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_plotwidget.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_progressbar.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_progressbar.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_slider.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_slider.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_tree.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/__pycache__/_tree.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/ui/widgets/_bokeh.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_button.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_canvas.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_color.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_dropdown.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_group.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_iframe.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_label.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_lineedit.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_media.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_plotly.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_plotwidget.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_progressbar.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_slider.py /usr/lib/python3.6/site-packages/flexx/ui/widgets/_tree.py /usr/lib/python3.6/site-packages/flexx/util /usr/lib/python3.6/site-packages/flexx/util/__init__.py /usr/lib/python3.6/site-packages/flexx/util/__pycache__ /usr/lib/python3.6/site-packages/flexx/util/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/config.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/freeze.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/freeze.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/getresource.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/getresource.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/logging.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/logging.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/minify.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/minify.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/screenshot.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/screenshot.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/testing.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexx/util/__pycache__/testing.cpython-36.pyc /usr/lib/python3.6/site-packages/flexx/util/config.py /usr/lib/python3.6/site-packages/flexx/util/freeze.py /usr/lib/python3.6/site-packages/flexx/util/getresource.py /usr/lib/python3.6/site-packages/flexx/util/logging.py /usr/lib/python3.6/site-packages/flexx/util/minify.py /usr/lib/python3.6/site-packages/flexx/util/screenshot.py /usr/lib/python3.6/site-packages/flexx/util/testing.py /usr/lib/python3.6/site-packages/flexxamples /usr/lib/python3.6/site-packages/flexxamples/__init__.py /usr/lib/python3.6/site-packages/flexxamples/__pycache__ /usr/lib/python3.6/site-packages/flexxamples/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos /usr/lib/python3.6/site-packages/flexxamples/demos/__init__.py /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__ /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/app_layout.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/app_layout.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/chatroom.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/chatroom.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/circles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/circles.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/colab_painting.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/colab_painting.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/d3_collision.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/d3_collision.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/demo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/demo.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/drawing.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/drawing.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/mondriaan.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/mondriaan.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/monitor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/monitor.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/plotly_gdp.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/plotly_gdp.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/sine.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/sine.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/splines.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/splines.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/themed_form.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/themed_form.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/twente.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/twente.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/video_viewer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/__pycache__/video_viewer.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/demos/app_layout.py /usr/lib/python3.6/site-packages/flexxamples/demos/chatroom.py /usr/lib/python3.6/site-packages/flexxamples/demos/circles.py /usr/lib/python3.6/site-packages/flexxamples/demos/colab_painting.py /usr/lib/python3.6/site-packages/flexxamples/demos/d3_collision.py /usr/lib/python3.6/site-packages/flexxamples/demos/demo.py /usr/lib/python3.6/site-packages/flexxamples/demos/drawing.py /usr/lib/python3.6/site-packages/flexxamples/demos/mondriaan.py /usr/lib/python3.6/site-packages/flexxamples/demos/monitor.py /usr/lib/python3.6/site-packages/flexxamples/demos/plotly_gdp.py /usr/lib/python3.6/site-packages/flexxamples/demos/sine.py /usr/lib/python3.6/site-packages/flexxamples/demos/splines.py /usr/lib/python3.6/site-packages/flexxamples/demos/themed_form.py /usr/lib/python3.6/site-packages/flexxamples/demos/twente.py /usr/lib/python3.6/site-packages/flexxamples/demos/video_viewer.py /usr/lib/python3.6/site-packages/flexxamples/howtos /usr/lib/python3.6/site-packages/flexxamples/howtos/__init__.py /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__ /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/adding_handlers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/adding_handlers.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/array_props.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/array_props.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/basic_emit.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/basic_emit.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/bokehdemo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/bokehdemo.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/bootstrap.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/bootstrap.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/box_vs_fix_layout.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/box_vs_fix_layout.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/buttons.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/buttons.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/control_with_keys.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/control_with_keys.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/cookies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/cookies.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/deep_event_connections.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/deep_event_connections.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/editor_ace.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/editor_ace.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/editor_cm.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/editor_cm.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/hello_world.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/hello_world.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/icons.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/icons.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/jquery.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/jquery.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/leaflet.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/leaflet.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/local_assets.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/local_assets.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/mutual_dependent_props.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/mutual_dependent_props.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/oneliners.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/oneliners.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/openlayers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/openlayers.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/python_in_js.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/python_in_js.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/react_to_props.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/react_to_props.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/redirect.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/redirect.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/scrollable.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/scrollable.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/send_data.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/send_data.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_data.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_data.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_multiple1.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_multiple1.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_multiple2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_multiple2.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_ssl.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_ssl.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_aiohttp.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_aiohttp.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_asgineer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_asgineer.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_flask.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/serve_with_flask.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/splitters.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/splitters.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/store.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/store.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/threaded.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/threaded.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/tree.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/__pycache__/tree.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/howtos/adding_handlers.py /usr/lib/python3.6/site-packages/flexxamples/howtos/array_props.py /usr/lib/python3.6/site-packages/flexxamples/howtos/basic_emit.py /usr/lib/python3.6/site-packages/flexxamples/howtos/bokehdemo.py /usr/lib/python3.6/site-packages/flexxamples/howtos/bootstrap.py /usr/lib/python3.6/site-packages/flexxamples/howtos/box_vs_fix_layout.py /usr/lib/python3.6/site-packages/flexxamples/howtos/buttons.py /usr/lib/python3.6/site-packages/flexxamples/howtos/control_with_keys.py /usr/lib/python3.6/site-packages/flexxamples/howtos/cookies.py /usr/lib/python3.6/site-packages/flexxamples/howtos/deep_event_connections.py /usr/lib/python3.6/site-packages/flexxamples/howtos/editor_ace.py /usr/lib/python3.6/site-packages/flexxamples/howtos/editor_cm.py /usr/lib/python3.6/site-packages/flexxamples/howtos/hello_world.py /usr/lib/python3.6/site-packages/flexxamples/howtos/icons.py /usr/lib/python3.6/site-packages/flexxamples/howtos/jquery.py /usr/lib/python3.6/site-packages/flexxamples/howtos/leaflet.py /usr/lib/python3.6/site-packages/flexxamples/howtos/local_assets.py /usr/lib/python3.6/site-packages/flexxamples/howtos/mutual_dependent_props.py /usr/lib/python3.6/site-packages/flexxamples/howtos/oneliners.py /usr/lib/python3.6/site-packages/flexxamples/howtos/openlayers.py /usr/lib/python3.6/site-packages/flexxamples/howtos/python_in_js.py /usr/lib/python3.6/site-packages/flexxamples/howtos/react_to_props.py /usr/lib/python3.6/site-packages/flexxamples/howtos/redirect.py /usr/lib/python3.6/site-packages/flexxamples/howtos/scrollable.py /usr/lib/python3.6/site-packages/flexxamples/howtos/send_data.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_data.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_multiple1.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_multiple2.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_ssl.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_with_aiohttp.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_with_asgineer.py /usr/lib/python3.6/site-packages/flexxamples/howtos/serve_with_flask.py /usr/lib/python3.6/site-packages/flexxamples/howtos/splitters.py /usr/lib/python3.6/site-packages/flexxamples/howtos/store.py /usr/lib/python3.6/site-packages/flexxamples/howtos/threaded.py /usr/lib/python3.6/site-packages/flexxamples/howtos/tree.py /usr/lib/python3.6/site-packages/flexxamples/testers /usr/lib/python3.6/site-packages/flexxamples/testers/__init__.py /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__ /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/benchmark.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/benchmark.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/deep1.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/deep1.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/deep2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/deep2.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/errors.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/errors.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/find_prime.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/find_prime.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/hv_layout.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/hv_layout.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/minsize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/minsize.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/mouse_and_touch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/mouse_and_touch.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/tricky_events.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/tricky_events.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/ws_speed.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/__pycache__/ws_speed.cpython-36.pyc /usr/lib/python3.6/site-packages/flexxamples/testers/benchmark.py /usr/lib/python3.6/site-packages/flexxamples/testers/deep1.py /usr/lib/python3.6/site-packages/flexxamples/testers/deep2.py /usr/lib/python3.6/site-packages/flexxamples/testers/errors.py /usr/lib/python3.6/site-packages/flexxamples/testers/find_prime.py /usr/lib/python3.6/site-packages/flexxamples/testers/hv_layout.py /usr/lib/python3.6/site-packages/flexxamples/testers/minsize.py /usr/lib/python3.6/site-packages/flexxamples/testers/mouse_and_touch.py /usr/lib/python3.6/site-packages/flexxamples/testers/tricky_events.py /usr/lib/python3.6/site-packages/flexxamples/testers/ws_speed.py /usr/share/doc/packages/python3-flexx /usr/share/doc/packages/python3-flexx/README.md /usr/share/licenses/python3-flexx /usr/share/licenses/python3-flexx/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024