Source: python-trame-server Maintainer: Debian Python Team Uploaders: Debian PaN Maintainers , Roland Mas , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-aiohttp , python3-all, python3-hatchling, python3-msgpack , python3-pillow , python3-pixelmatch , python3-pytest , python3-pytest-asyncio , python3-pytest-xprocess , python3-setuptools, python3-trame , python3-trame-client , python3-wslink , Standards-Version: 3.9.6 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/kitware/trame-server Vcs-Git: https://salsa.debian.org/python-team/packages/python-trame-server.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trame-server Package: python3-trame-server Architecture: all Depends: python3-wslink, ${misc:Depends}, ${python3:Depends}, Description: Python desktop-like applications in a web browser - server Trame is an easy-to-use, Python-based framework that let you create desktop like application which shows up in your web browser. You can create buttons, dialogs, 3D scenes with VTK/ParaView, charts, maps and much more. . It is great for any micro apps, dashboards, or even replacing a PyQt app into a web app. You can also use it in development, for example when tweaking/configuring 3D rendering, machine learning and more. . At the end your app can be used locally, remotely, in the cloud, in Jupyter or on HPC. . This package is the server implementation of trame. It provides the server implementation of the shared state and controller along with the definition of the web server. The web server aims to be flexible so it can be used within a Jupyter environment or as a standalone desktop application. . This package is not supposed to be used by itself but rather should come as a dependency of trame.