Metadata-Version: 2.4
Name: flexx
Version: 0.8.4
Summary: Write desktop and web apps in pure Python.
Home-page: https://flexx.readthedocs.io
Download-URL: https://pypi.python.org/pypi/flexx
Author: Flexx contributors
Author-email: almar.klein@gmail.com
License: (new) BSD
Project-URL: Documentation, https://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
License-File: LICENSE
Requires-Dist: tornado
Requires-Dist: pscript>=0.7.7
Requires-Dist: webruntime>=0.5.6
Requires-Dist: dialite>=0.5.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: provides
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


`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.
