trame-xterm


Nametrame-xterm JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryTrame widget to expose xterm.js
upload_time2023-04-25 16:17:05
maintainer
docs_urlNone
authorKitware Inc.
requires_python
licenseMIT License
keywords python interactive web application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 .

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trame-xterm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python,Interactive,Web,Application,Framework",
    "author": "Kitware Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/21/76/c755cd0b00541dd8998a7e2822ebe3b3d3efd3bf8d59c5ba4eb7f6ce9c69/trame-xterm-0.2.1.tar.gz",
    "platform": null,
    "description": "trame-xterm\n===========================================================\n\nTrame widget to expose xterm.js. This library is compatible with both vue2 and vue3.\n\n\nLicense\n-----------------------------------------------------------\n\nThis library is distributed under the MIT License (Same as xterm.js)\n\nUsage Examples\n-----------------------------------------------------------\n\n.. image:: examples/multi-shells/git.png\n  :alt: Multi-shell with git log\n\n.. image:: examples/multi-shells/python.png\n  :alt: Multi-shell with python interpreter\n\n.. image:: examples/shell/htop.png\n  :alt: Interactive update with htop\n\n\nDevelopment\n-----------------------------------------------------------\n\nBuild and install the Vue components\n\n.. code-block:: console\n\n    cd vue-components\n    npm i\n    npm run build\n    cd -\n\nInstall the python library\n\n.. code-block:: console\n\n    pip install -e .\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Trame widget to expose xterm.js",
    "version": "0.2.1",
    "split_keywords": [
        "python",
        "interactive",
        "web",
        "application",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c92e8ffa0bc1a1a1182c5114f523dd30ec130e1d01b36b93237ba0243df8e390",
                "md5": "0f72f2175e7f531f5b4deb1de33fd62c",
                "sha256": "a53472ddc8229fb67277e8f31edcc25124856cf21daeb74c86290cd385da8502"
            },
            "downloads": -1,
            "filename": "trame_xterm-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f72f2175e7f531f5b4deb1de33fd62c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 191530,
            "upload_time": "2023-04-25T16:17:03",
            "upload_time_iso_8601": "2023-04-25T16:17:03.768709Z",
            "url": "https://files.pythonhosted.org/packages/c9/2e/8ffa0bc1a1a1182c5114f523dd30ec130e1d01b36b93237ba0243df8e390/trame_xterm-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2176c755cd0b00541dd8998a7e2822ebe3b3d3efd3bf8d59c5ba4eb7f6ce9c69",
                "md5": "4b9c561cf38b4cd95c548509ef36697e",
                "sha256": "208ca977325e7c7b77fe5e1a42d0f54531d2f2d5ecf1e05c666ddf3269e5e41d"
            },
            "downloads": -1,
            "filename": "trame-xterm-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4b9c561cf38b4cd95c548509ef36697e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 188525,
            "upload_time": "2023-04-25T16:17:05",
            "upload_time_iso_8601": "2023-04-25T16:17:05.793000Z",
            "url": "https://files.pythonhosted.org/packages/21/76/c755cd0b00541dd8998a7e2822ebe3b3d3efd3bf8d59c5ba4eb7f6ce9c69/trame-xterm-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 16:17:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "trame-xterm"
}
        
Elapsed time: 0.06157s