Metadata-Version: 2.1
Name: trame-xterm
Version: 0.2.1
Summary: Trame widget to expose xterm.js
Author: Kitware Inc.
License: MIT License
Keywords: Python,Interactive,Web,Application,Framework
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE

trame-xterm
===========================================================

Trame widget to expose xterm.js. This library is compatible with both vue2 and vue3.


License
-----------------------------------------------------------

This library is distributed under the MIT License (Same as xterm.js)

Usage Examples
-----------------------------------------------------------

.. image:: examples/multi-shells/git.png
  :alt: Multi-shell with git log

.. image:: examples/multi-shells/python.png
  :alt: Multi-shell with python interpreter

.. image:: examples/shell/htop.png
  :alt: Interactive update with htop


Development
-----------------------------------------------------------

Build and install the Vue components

.. code-block:: console

    cd vue-components
    npm i
    npm run build
    cd -

Install the python library

.. code-block:: console

    pip install -e .
