{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries" ], "description": "[![Travis](https://api.travis-ci.org/pyviz/geoviews.svg?branch=master)](https://travis-ci.org/pyviz/geoviews)\n[![Windows build status](https://ci.appveyor.com/api/projects/status/4yl8w4kie2m0xu1q/branch/master?svg=true)](https://ci.appveyor.com/project/pyviz/geoviews/branch/master)\n\n

\nGeoViews \n

\n\nGeoViews is a Python library that makes it easy to explore and\nvisualize any data that includes geographic locations. It has\nparticularly powerful support for multidimensional meteorological\nand oceanographic datasets, such as those used in weather, climate,\nand remote sensing research, but is useful for almost anything\nthat you would want to plot on a map! You can see lots of example \nnotebooks at [geoviews.org](https://geoviews.org), and a good \noverview is in our [blog post announcement](https://www.continuum.io/blog/developer-blog/introducing-geoviews).\n\nGeoViews is built on the [HoloViews](https://holoviews.org) library for\nbuilding flexible visualizations of multidimensional data. GeoViews\nadds a family of geographic plot types based on the\n[Cartopy](http://scitools.org.uk/cartopy) library, plotted using\neither the [Matplotlib](http://matplotlib.org) or\n[Bokeh](https://bokeh.pydata.org) packages.\n\nEach of the new GeoElement plot types is a new HoloViews Element that\nhas an associated geographic projection based on ``cartopy.crs``. The\nGeoElements currently include ``Feature``, ``WMTS``, ``Tiles``,\n``Points``, ``Contours``, ``Image``, ``QuadMesh``, ``TriMesh``,\n``RGB``, ``HSV``, ``Labels``, ``Graph``, ``HexTiles``, ``VectorField``\nand ``Text`` objects, each of which can easily be overlaid in the same\nplots. E.g. an object with temperature data can be overlaid with\ncoastline data using an expression like ``gv.Image(temperature) *\ngv.Feature(cartopy.feature.COASTLINE)``. Each GeoElement can also be\nfreely combined in layouts with any other HoloViews Element , making\nit simple to make even complex multi-figure layouts of overlaid\nobjects.\n\n## Installation\n\nYou can install GeoViews and its dependencies using conda:\n\n```\nconda install -c pyviz geoviews\n```\n\nAlternatively you can also install the geoviews-core package, which\nonly installs the minimal dependencies required to run geoviews:\n\n```\nconda install -c pyviz geoviews-core\n```\n\nOnce installed you can copy the examples into the current directory\nusing the ``geoviews`` command and run them using the Jupyter\nnotebook:\n\n```\ngeoviews examples \ncd geoviews-examples\njupyter notebook\n```\n\n(Here `geoviews examples` is a shorthand for `geoviews copy-examples\n--path geoviews-examples && geoviews fetch-data --path\ngeoviews-examples`.)\n\nTo work with JupyterLab you will also need the PyViz JupyterLab\nextension:\n\n```\nconda install -c conda-forge jupyterlab\njupyter labextension install @pyviz/jupyterlab_pyviz\n```\n\nOnce you have installed JupyterLab and the extension launch it with:\n\n```\njupyter-lab\n```\n\nIf you want to try out the latest features between releases, you can\nget the latest dev release by specifying `-c pyviz/label/dev` in place\nof `-c pyviz`.\n\n### Additional dependencies\n\nIf you need to install libraries only available from conda-forge, such\nas Iris (to use data stored in Iris cubes) or xesmf, you should\ninstall from conda-forge:\n\n```\nconda create -n env-name -c pyviz -c conda-forge geoviews iris xesmf\nconda activate env-name\n```\n\n**Note -- Do not mix conda-forge and defaults.** I.e., do not install\npackages from conda-forge into a GeoViews environment created with\ndefaults. If you are using the base environment of mini/anaconda, or\nan environment created without specifying conda-forge before defaults,\nand you then install from conda-forge, you will very likely have\nincompatibilities in underlying, low-level dependencies. These binary\n(ABI) incompatibilities can lead to segfaults because of differences\nin how non-Python packages are built between conda-forge and defaults.\n\n-----\n\nGeoViews itself is also installable using `pip`, but to do that you\nwill first need to have installed the [dependencies of cartopy](http://scitools.org.uk/cartopy/docs/v0.15/installing.html#requirements),\nor else have set up your system to be able to build them.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://geoviews.org", "keywords": "", "license": "BSD 3-Clause", "maintainer": "", "maintainer_email": "", "name": "geoviews", "package_url": "https://pypi.org/project/geoviews/", "platform": "Windows", "project_url": "https://pypi.org/project/geoviews/", "project_urls": { "Homepage": "http://geoviews.org" }, "release_url": "https://pypi.org/project/geoviews/1.6.5/", "requires_dist": [ "bokeh (>=1.0.0)", "cartopy (>=0.16.0)", "holoviews (>=1.11.1)", "numpy (>=1.0)", "param (>=1.6.1)", "coveralls ; extra == 'all'", "datashader ; extra == 'all'", "filelock ; extra == 'all'", "flake8 ; extra == 'all'", "gdal ; extra == 'all'", "geopandas ; extra == 'all'", "iris ; extra == 'all'", "jupyter ; extra == 'all'", "matplotlib (>2.2) ; extra == 'all'", "mock ; extra == 'all'", "nbsite (>=0.6.1) ; extra == 'all'", "nbsmoke (>=0.2.0) ; extra == 'all'", "netcdf4 ; extra == 'all'", "nose ; extra == 'all'", "pandas ; extra == 'all'", "pyct ; extra == 'all'", "pytest ; extra == 'all'", "scipy ; extra == 'all'", "selenium ; extra == 'all'", "shapely ; extra == 'all'", "sphinx-ioam-theme ; extra == 'all'", "xarray ; extra == 'all'", "xesmf ; extra == 'all'", "param (>=1.6.1) ; extra == 'build'", "setuptools ; extra == 'build'", "datashader ; extra == 'doc'", "geopandas ; extra == 'doc'", "gdal ; extra == 'doc'", "netcdf4 ; extra == 'doc'", "jupyter ; extra == 'doc'", "matplotlib (>2.2) ; extra == 'doc'", "pandas ; extra == 'doc'", "pyct ; extra == 'doc'", "scipy ; extra == 'doc'", "shapely ; extra == 'doc'", "xarray ; extra == 'doc'", "iris ; extra == 'doc'", "xesmf ; extra == 'doc'", "filelock ; extra == 'doc'", "mock ; extra == 'doc'", "nbsite (>=0.6.1) ; extra == 'doc'", "sphinx-ioam-theme ; extra == 'doc'", "selenium ; extra == 'doc'", "datashader ; extra == 'examples_extra'", "geopandas ; extra == 'examples_extra'", "gdal ; extra == 'examples_extra'", "netcdf4 ; extra == 'examples_extra'", "jupyter ; extra == 'examples_extra'", "matplotlib (>2.2) ; extra == 'examples_extra'", "pandas ; extra == 'examples_extra'", "pyct ; extra == 'examples_extra'", "scipy ; extra == 'examples_extra'", "shapely ; extra == 'examples_extra'", "xarray ; extra == 'examples_extra'", "iris ; extra == 'examples_extra'", "xesmf ; extra == 'examples_extra'", "filelock ; extra == 'examples_extra'", "mock ; extra == 'examples_extra'", "datashader ; extra == 'recommended'", "geopandas ; extra == 'recommended'", "gdal ; extra == 'recommended'", "netcdf4 ; extra == 'recommended'", "jupyter ; extra == 'recommended'", "matplotlib (>2.2) ; extra == 'recommended'", "pandas ; extra == 'recommended'", "pyct ; extra == 'recommended'", "scipy ; extra == 'recommended'", "shapely ; extra == 'recommended'", "xarray ; extra == 'recommended'", "coveralls ; extra == 'tests'", "flake8 ; extra == 'tests'", "nbsmoke (>=0.2.0) ; extra == 'tests'", "nose ; extra == 'tests'", "pytest ; extra == 'tests'" ], "requires_python": ">=2.7", "summary": "GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.", "version": "1.6.5" }, "last_serial": 5961406, "releases": { "0.0.0": [], "1.5.0": [ { "comment_text": "", "digests": { "md5": "8e5cae66c07c27c990dad3df9c98ae46", "sha256": "fbbc8895f1824de344667c762a0578888d2a56a28d7eb439216f902faed9bab6" }, "downloads": -1, "filename": "geoviews-1.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e5cae66c07c27c990dad3df9c98ae46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 415489, "upload_time": "2018-05-15T18:38:50", "url": "https://files.pythonhosted.org/packages/ed/c7/ae2b26d705e5c83fb923645c23149f6ec4fcb77d0425e2e4b61cddc459af/geoviews-1.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0626183d22136c00edc299c222b9666", "sha256": "e904010fc8517f23fd9faaa6a8957c1626e78f1447494d193d80547c837d3cba" }, "downloads": -1, "filename": "geoviews-1.5.0.zip", "has_sig": false, "md5_digest": "e0626183d22136c00edc299c222b9666", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 799119, "upload_time": "2018-05-15T18:38:52", "url": "https://files.pythonhosted.org/packages/a4/fa/542e181f916e40e91a3af6a42fef176619381c47ce0e3bcacc158ea99d47/geoviews-1.5.0.zip" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "38ef37b9522779657697f2f9cd28d9f2", "sha256": "19088ba048cc0a7fa96b65d59a8322ff2f9c4e832c131dac8bdfdcfd34b7f998" }, "downloads": -1, "filename": "geoviews-1.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38ef37b9522779657697f2f9cd28d9f2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 408566, "upload_time": "2018-06-06T14:20:03", "url": "https://files.pythonhosted.org/packages/b9/c0/2e6397a318928eb91b947ae190d55823bc3199f951ee27de3e9b9b939d3b/geoviews-1.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79e5f011222a171dc4e952ca698f7af9", "sha256": "e2fda0fc0e09175a2de72dca018bcaca78fa9ca0de782ed7e243a95ee90b4b43" }, "downloads": -1, "filename": "geoviews-1.5.1.zip", "has_sig": false, "md5_digest": "79e5f011222a171dc4e952ca698f7af9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 784557, "upload_time": "2018-06-06T14:20:05", "url": "https://files.pythonhosted.org/packages/4c/f8/e56ec53467b183e9b3705b84ad9f559fbc0b93b23352230bdc75164a77f9/geoviews-1.5.1.zip" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "e2f8d717f421a584f0e1bc5cedc5011c", "sha256": "a5f57ac88779a250e64a49375c4698d829bf1da5e80fef8260eda5c2d7d78571" }, "downloads": -1, "filename": "geoviews-1.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e2f8d717f421a584f0e1bc5cedc5011c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 409203, "upload_time": "2018-07-07T12:53:49", "url": "https://files.pythonhosted.org/packages/e1/86/9f0dda870944eaad097834ac79ccdd60dc5da499aa838b1708bd99a2eb16/geoviews-1.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd982514bf1d29675a47cefb5441bf53", "sha256": "aac553be0fa372502ad784b4a7859f140edc1d36def1a17fe158f85a62cfd311" }, "downloads": -1, "filename": "geoviews-1.5.2.tar.gz", "has_sig": false, "md5_digest": "dd982514bf1d29675a47cefb5441bf53", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 709476, "upload_time": "2018-07-07T12:53:51", "url": "https://files.pythonhosted.org/packages/83/fc/f4d91d3650add0416c02754d2764bdc1878d106e927f0f4b3e6aafb2a6b1/geoviews-1.5.2.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "ca7cf40f84db39c1b103da09a2c066fa", "sha256": "e44b4fa20321beabc064772a986505e74324d7c90c40c9180d9351b440bccb8a" }, "downloads": -1, "filename": "geoviews-1.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca7cf40f84db39c1b103da09a2c066fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 409180, "upload_time": "2018-07-10T01:12:24", "url": "https://files.pythonhosted.org/packages/31/2c/4914227a65ec17f39dffb720ded07bede36fd63a6daa812553a1a53d5eb3/geoviews-1.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8c2b3ed01535ad3084a2cc1cc4c2ca1", "sha256": "e61dde541a7db8d6ddbf4c4804d369e4f25eeff15db9841dcf4566355637c8c2" }, "downloads": -1, "filename": "geoviews-1.5.3.tar.gz", "has_sig": false, "md5_digest": "a8c2b3ed01535ad3084a2cc1cc4c2ca1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 709475, "upload_time": "2018-07-10T01:12:26", "url": "https://files.pythonhosted.org/packages/d1/29/62d4749aaaab7b6a54eaae9c387eea04f419c58f98495ffc82c9a55c3e0b/geoviews-1.5.3.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "c6d14ee4727f5547ab49784b4fd65557", "sha256": "e5036b000b63c1a8d8267cb1ce2918e8959b9db713778ae691cf49a6859a5329" }, "downloads": -1, "filename": "geoviews-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c6d14ee4727f5547ab49784b4fd65557", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 422717, "upload_time": "2018-12-27T03:40:13", "url": "https://files.pythonhosted.org/packages/fa/c8/7dc000bb674303126a96439141c9d005d5acc78af6908febf448bc869719/geoviews-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "645c567e18d4e87299a709e833ad209e", "sha256": "f4a6c3a4c99ffd251fd774408d830445032c396feb449776b70878aa79cc0fe0" }, "downloads": -1, "filename": "geoviews-1.6.0.tar.gz", "has_sig": false, "md5_digest": "645c567e18d4e87299a709e833ad209e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 724357, "upload_time": "2018-12-27T03:40:15", "url": "https://files.pythonhosted.org/packages/e4/13/842e3b08ec09bf9ead98fcfe35b1b7d817b1469f51b981cdcfd93b314db9/geoviews-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "69be346450ae52441e515be61d1e30f7", "sha256": "50ebf18fc6044cb72fd8f19f9e67550665fbcf2748c587f4dec994c677f148d5" }, "downloads": -1, "filename": "geoviews-1.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69be346450ae52441e515be61d1e30f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 422407, "upload_time": "2019-01-14T21:30:04", "url": "https://files.pythonhosted.org/packages/5b/01/ed96fc2f3caadce1ed9862046a88f7482d35bb55bda1f717f810f5d68b62/geoviews-1.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aca4279dd15a81e8fbcadc29cbabd81f", "sha256": "32a2db1590d51f70b010454c3791dd80ead1c2e28f2140c8f8a32902b1cc4926" }, "downloads": -1, "filename": "geoviews-1.6.1.tar.gz", "has_sig": false, "md5_digest": "aca4279dd15a81e8fbcadc29cbabd81f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 723904, "upload_time": "2019-01-14T21:30:06", "url": "https://files.pythonhosted.org/packages/f9/c9/4cac645a61adc65444354ce7690d199181328d30ddd81e0efbe5a849c09a/geoviews-1.6.1.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "fb837f0da1c781372993822ec90b0e0d", "sha256": "f44b8380ccbf0dcbc71360ceeeb29442f2ed43c7824cfaf01800656325d7bc0f" }, "downloads": -1, "filename": "geoviews-1.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb837f0da1c781372993822ec90b0e0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 426587, "upload_time": "2019-01-28T17:32:18", "url": "https://files.pythonhosted.org/packages/5d/76/7aa62a5dfdec25ab9f921223bd26507bb603bc5f08a4a7057d3f5e24f42b/geoviews-1.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcdd91135cfb935cefcf0e7415fe31cb", "sha256": "18fa29f430705566a7c7365ba4d5660da23267f1c95e4a56ee62c4dbcae3e1b0" }, "downloads": -1, "filename": "geoviews-1.6.2.tar.gz", "has_sig": false, "md5_digest": "bcdd91135cfb935cefcf0e7415fe31cb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 727867, "upload_time": "2019-01-28T17:32:20", "url": "https://files.pythonhosted.org/packages/f1/45/5b50db1f23f8f92925e43bab8de3cb6eedb3163d5d4709f3c8b2f58e56e8/geoviews-1.6.2.tar.gz" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "3e40611129a8cb14b5788e5f5627793e", "sha256": "f8121adc0756bb319868158c77f8cae614e482ed45b912d67f89a214a2dafcc3" }, "downloads": -1, "filename": "geoviews-1.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e40611129a8cb14b5788e5f5627793e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 427095, "upload_time": "2019-08-07T17:53:19", "url": "https://files.pythonhosted.org/packages/3d/4d/a0fb8e68e75f6bbdaa8a4804a0ab2176680c70d27168bcf832a10f349263/geoviews-1.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be110e8fc9e41d34b4cfcc0a8961fbb7", "sha256": "5db961570e4dfe15c93505c176eceffa2086c5547cac43fd9c14b3281a26d5fe" }, "downloads": -1, "filename": "geoviews-1.6.3.tar.gz", "has_sig": false, "md5_digest": "be110e8fc9e41d34b4cfcc0a8961fbb7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 726669, "upload_time": "2019-08-07T17:53:21", "url": "https://files.pythonhosted.org/packages/51/1b/846f0b84f2b9fa2a59e8c3766903e0215077c06eba6b42afbc4dc3156202/geoviews-1.6.3.tar.gz" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "b606885ec3a59c42b4bd0c266f4f4b8b", "sha256": "9e76defda4494a9601fd1d9011896d0da09d598cd489c503265c3d5d75f7ab3f" }, "downloads": -1, "filename": "geoviews-1.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b606885ec3a59c42b4bd0c266f4f4b8b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 427710, "upload_time": "2019-10-10T17:06:05", "url": "https://files.pythonhosted.org/packages/42/c6/dc51299d0921ee29b857bb27857f3c87c2c8aa98d22ca726a1f230e7c727/geoviews-1.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d9d26fdb9098289d9813575df7c96d8", "sha256": "2521e409ba4f9cb2771ea5b5fe35c0083645c7ef95be8df141b13f68fa79f797" }, "downloads": -1, "filename": "geoviews-1.6.4.tar.gz", "has_sig": false, "md5_digest": "8d9d26fdb9098289d9813575df7c96d8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 727221, "upload_time": "2019-10-10T17:06:07", "url": "https://files.pythonhosted.org/packages/63/f7/4cb58ea83cccc9ec2c25a996346cfe4e3484dae43801d3996bdcc34859bc/geoviews-1.6.4.tar.gz" } ], "1.6.5": [ { "comment_text": "", "digests": { "md5": "a0caaad61c7ffabddd8b73b0e9cf8275", "sha256": "0718fd6adaf65ff44a250959205aad9737a310db14caf0aee6f8d4e12b224771" }, "downloads": -1, "filename": "geoviews-1.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0caaad61c7ffabddd8b73b0e9cf8275", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 427814, "upload_time": "2019-10-11T17:43:03", "url": "https://files.pythonhosted.org/packages/7d/30/a4201e699a07af992821e6286bf06f6ea41266985183a99194df0b51d361/geoviews-1.6.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07b7e146ff118db53ae24087d7b3a852", "sha256": "3bd1eedbf0081d415daa41b9fcf176b4eae113df0f178f69a4c2f881c9003c01" }, "downloads": -1, "filename": "geoviews-1.6.5.tar.gz", "has_sig": false, "md5_digest": "07b7e146ff118db53ae24087d7b3a852", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 727332, "upload_time": "2019-10-11T17:43:06", "url": "https://files.pythonhosted.org/packages/1d/3b/7d26ed96d4ce092d3152ed1b28e3c5c4bc983e0bf0a400eebcf377cdb2d1/geoviews-1.6.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0caaad61c7ffabddd8b73b0e9cf8275", "sha256": "0718fd6adaf65ff44a250959205aad9737a310db14caf0aee6f8d4e12b224771" }, "downloads": -1, "filename": "geoviews-1.6.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0caaad61c7ffabddd8b73b0e9cf8275", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 427814, "upload_time": "2019-10-11T17:43:03", "url": "https://files.pythonhosted.org/packages/7d/30/a4201e699a07af992821e6286bf06f6ea41266985183a99194df0b51d361/geoviews-1.6.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07b7e146ff118db53ae24087d7b3a852", "sha256": "3bd1eedbf0081d415daa41b9fcf176b4eae113df0f178f69a4c2f881c9003c01" }, "downloads": -1, "filename": "geoviews-1.6.5.tar.gz", "has_sig": false, "md5_digest": "07b7e146ff118db53ae24087d7b3a852", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 727332, "upload_time": "2019-10-11T17:43:06", "url": "https://files.pythonhosted.org/packages/1d/3b/7d26ed96d4ce092d3152ed1b28e3c5c4bc983e0bf0a400eebcf377cdb2d1/geoviews-1.6.5.tar.gz" } ] }