Metadata-Version: 1.2
Name: flexx
Version: 0.8.4
Summary: Write desktop and web apps in pure Python.
Home-page: https://flexx.readthedocs.io
Author: Flexx contributors
Author-email: almar.klein@gmail.com
License: (new) BSD
Download-URL: https://pypi.python.org/pypi/flexx
Project-URL: Documentation, https://flexx.readthedocs.io
Description: 
        `Flexx <https://flexx.readthedocs.io>`_ is a pure Python toolkit for
        creating graphical user interfaces (GUI's), that uses web technology
        for its rendering. Apps are written purely in Python; The
        `PScript <https://pscript.readthedocs.io>`_ transpiler generates the
        necessary JavaScript on the fly.
        
        You can use Flexx to create (cross platform) desktop applications, web
        applications, and export an app to a standalone HTML document. It also
        works in the Jupyter notebook.
        
        The docs are on `Readthedocs <http://flexx.readthedocs.io>`_,
        the code is on `Github <http://github.com/flexxui/flexx>`_,
        and there is a `demo server <http://demo.flexx.app>`_.
        Once you've got started, the most important page is probably the
        `Widget reference <https://flexx.readthedocs.io/en/stable/ui/api.html>`_.
        
        ----
        
        For more information, see http://flexx.readthedocs.io.
        
Keywords: ui design,GUI,web,runtime,pyscript,events,properties
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides: flexx
Requires-Python: >=3.5
