Metadata-Version: 1.1
Name: flexx
Version: 0.2
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 creating
        graphical user interfaces (GUI's), that uses web technology for its
        rendering. You can use Flexx to create desktop applications, web
        applications, and (if designed well) export an app to a standalone HTML
        document. It also works in the Jupyter notebook.
        
        Being pure Python and cross platform, it should work anywhere where
        there's Python and a browser. To run apps in desktop-mode, we recommend having Firefox
        installed.
        
        Flexx has a modular design, consisting of a few subpackages, which can
        also 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 runtime
        
        For 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 :: 3.4
Provides: flexx
