Metadata-Version: 1.1
Name: flexx
Version: 0.4.1
Summary: Write desktop and web apps in pure Python.
Home-page: http://flexx.readthedocs.io
Author: Flexx contributors
Author-email: almar.klein@gmail.com
License: (new) BSD
Download-URL: https://pypi.python.org/pypi/flexx
Description: Flexx is a pure Python toolkit for creating graphical user interfaces(GUI's), that uses web technology for its rendering. Apps are writtenpurely in Python; Flexx' transpiler generates the necessary JavaScripton the fly.You can use Flexx to create (cross platform) desktop applications, webapplications, and (if designed well) export an app to a standalone HTMLdocument. It also works in the Jupyter notebook.The docs are on `Readthedocs <http://flexx.readthedocs.io>`_,the code is on `Github <http://github.com/zoofio/flexx>`_,and there is a `demo server <http://flexx1.zoof.io>`_.Flexx is currently in alpha status; any part of the public API maychange without notice. Feedback is welcome.----Flexx has a modular design, consisting of a few subpackages, which canalso be used by themselves:* flexx.ui - the widgets* flexx.app - the event loop and server* flexx.event - properties and events* flexx.pyscript - Python to JavaScript transpiler* flexx.webruntime - to launch a runtime* flexx.util - utilitiesFor more information, see http://flexx.readthedocs.io.
Keywords: ui design,GUI,web,runtime,pyscript,events,properties
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides: flexx
