Metadata-Version: 1.1
Name: flexx
Version: 0.3.1
Summary: Pure Python toolkit for creating GUI's using web technology.
Home-page: http://flexx.readthedocs.org
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 creatinggraphical user interfaces (GUI's), that uses web technology for itsrendering. You can use Flexx to create desktop applications, webapplications, and (if designed well) export an app to a standalone HTMLdocument. It also works in the Jupyter notebook.Being pure Python and cross platform, it should work anywhere wherethere's Python and a browser. To run apps in desktop-mode, we recommend having Firefoxinstalled.Flexx has a modular design, consisting of a few subpackages, which canalso be used by themselves:* ui - the widgets* app - the event loop and server* react - reactive programming (how information flows through your program)* pyscript - Python to JavaScript transpiler* webruntime - to launch a runtimeFor more information, see http://flexx.readthedocs.org.
Keywords: ui design,web runtime,pyscript,reactive programming,FRP
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
