trame-leaflet


Nametrame-leaflet JSON
Version 1.1.1 PyPI version JSON
download
home_page
SummaryLeaflet widget for trame
upload_time2023-04-25 16:19:47
maintainer
docs_urlNone
authorKitware Inc.
requires_python
licenseMIT
keywords python interactive web application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            trame-leaflet
===========================================================================

trame-leaflet extends trame **widgets** with components from vue-leaflet.

This package is under the same MIT License as `Vue-Leaflet <https://github.com/vue-leaflet/Vue2Leaflet/blob/master/LICENSE>`_ which that library embeds.

Leaflet integration in trame allows you to create map views with useful widgets.


How to use it?
```````````````````````````````````````````````````````````

Using the Python library

.. code-block:: python

    from trame.widgets import leaflet

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trame-leaflet",
    "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/6d/db/a1754d3b118f4ce00d5ebb823fd897ee8e7b275c58124a8c74fcb6096a42/trame-leaflet-1.1.1.tar.gz",
    "platform": null,
    "description": "trame-leaflet\n===========================================================================\n\ntrame-leaflet extends trame **widgets** with components from vue-leaflet.\n\nThis package is under the same MIT License as `Vue-Leaflet <https://github.com/vue-leaflet/Vue2Leaflet/blob/master/LICENSE>`_ which that library embeds.\n\nLeaflet integration in trame allows you to create map views with useful widgets.\n\n\nHow to use it?\n```````````````````````````````````````````````````````````\n\nUsing the Python library\n\n.. code-block:: python\n\n    from trame.widgets import leaflet\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Leaflet widget for trame",
    "version": "1.1.1",
    "split_keywords": [
        "python",
        "interactive",
        "web",
        "application",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4358785c595600f272875f27276e05dfe91460d563eb7ce3a76cece6ac331959",
                "md5": "b9691466ddfb7af9cfc6c9570cd17de0",
                "sha256": "ea20ba57e5d3a74695ab767baad0dd89417926f120313765c2df749212105707"
            },
            "downloads": -1,
            "filename": "trame_leaflet-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9691466ddfb7af9cfc6c9570cd17de0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 837648,
            "upload_time": "2023-04-25T16:19:45",
            "upload_time_iso_8601": "2023-04-25T16:19:45.304560Z",
            "url": "https://files.pythonhosted.org/packages/43/58/785c595600f272875f27276e05dfe91460d563eb7ce3a76cece6ac331959/trame_leaflet-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ddba1754d3b118f4ce00d5ebb823fd897ee8e7b275c58124a8c74fcb6096a42",
                "md5": "0600fceae2086bbead5e0989819b3255",
                "sha256": "74d8b1ae0cce6195c17583c62ccdbeaae3b959f05b913de9e1bab2b7c1bd4262"
            },
            "downloads": -1,
            "filename": "trame-leaflet-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0600fceae2086bbead5e0989819b3255",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 826535,
            "upload_time": "2023-04-25T16:19:47",
            "upload_time_iso_8601": "2023-04-25T16:19:47.279499Z",
            "url": "https://files.pythonhosted.org/packages/6d/db/a1754d3b118f4ce00d5ebb823fd897ee8e7b275c58124a8c74fcb6096a42/trame-leaflet-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 16:19:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "trame-leaflet"
}
        
Elapsed time: 0.12425s