gmaps


Namegmaps JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/pbugnion/gmaps
SummaryGoogle maps plugin for Jupyter notebooks
upload_time2019-07-21 08:49:39
maintainer
docs_urlNone
authorPascal Bugnion
requires_python
license
keywords ipython jupyter widgets
VCS
bugtrack_url
requirements six ipython ipywidgets traitlets geojson
Travis-CI
coveralls test coverage No coveralls.
            `gmaps` is a Jupyter plugin for embedding Google maps in Jupyter notebooks. It is designed to help visualize and interact with geographical data.

Useful links:

 - `Documentation and examples <http://jupyter-gmaps.readthedocs.io/en/latest/>`_
 - `Source code <https://github.com/pbugnion/gmaps>`_
 - `Issue tracker <https://github.com/pbugnion/gmaps/issues>`_
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pbugnion/gmaps",
    "name": "gmaps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ipython,jupyter,widgets",
    "author": "Pascal Bugnion",
    "author_email": "pascal@bugnion.org",
    "download_url": "https://files.pythonhosted.org/packages/4c/aa/4e659d3ab6efe55c265d8159c845e9168e4c79045aef8e5460f9511cc3a7/gmaps-0.9.0.tar.gz",
    "platform": "",
    "description": "`gmaps` is a Jupyter plugin for embedding Google maps in Jupyter notebooks. It is designed to help visualize and interact with geographical data.\n\nUseful links:\n\n - `Documentation and examples <http://jupyter-gmaps.readthedocs.io/en/latest/>`_\n - `Source code <https://github.com/pbugnion/gmaps>`_\n - `Issue tracker <https://github.com/pbugnion/gmaps/issues>`_",
    "bugtrack_url": null,
    "license": "",
    "summary": "Google maps plugin for Jupyter notebooks",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://github.com/pbugnion/gmaps"
    },
    "split_keywords": [
        "ipython",
        "jupyter",
        "widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4caa4e659d3ab6efe55c265d8159c845e9168e4c79045aef8e5460f9511cc3a7",
                "md5": "516cd18fe86459fa0aef0a309850b094",
                "sha256": "e9a5a30e6537ce7bebff56f96484e1118ce2e784311b9d86f89a2eb02d0584f4"
            },
            "downloads": -1,
            "filename": "gmaps-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "516cd18fe86459fa0aef0a309850b094",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1053723,
            "upload_time": "2019-07-21T08:49:39",
            "upload_time_iso_8601": "2019-07-21T08:49:39.546918Z",
            "url": "https://files.pythonhosted.org/packages/4c/aa/4e659d3ab6efe55c265d8159c845e9168e4c79045aef8e5460f9511cc3a7/gmaps-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-07-21 08:49:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pbugnion",
    "github_project": "gmaps",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "ipython",
            "specs": [
                [
                    ">=",
                    "5.3.0"
                ]
            ]
        },
        {
            "name": "ipywidgets",
            "specs": [
                [
                    ">=",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "traitlets",
            "specs": [
                [
                    ">=",
                    "4.3.0"
                ]
            ]
        },
        {
            "name": "geojson",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "gmaps"
}
        
Elapsed time: 0.39093s