{ "info": { "author": "PyViz developers", "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.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries" ], "description": "# pyviz_comms\n\nOffers a simple bidirectional communication architecture for PyViz tools\nincluding support for Jupyter comms in both the classic notebook and\nJupyterlab.\n\nThere are two installable components in this repository: a Python\ncomponent used by various PyViz tools and an extension to enable\nJupyterlab support.\n\n## Installing the Jupyterlab extension\n\nJupyterlab users will need to install the Jupyterlab pyviz extension:\n\n```bash\njupyter labextension install @pyviz/jupyterlab_pyviz\n```\n\n## Compatibility\n\nThe [PyViz](https://github.com/pyviz/pyviz) libraries are generally version independent of\n[JupyterLab](https://github.com/jupyterlab/jupyterlab) and the ``jupyterlab_pyviz`` extension\nhas been supported since holoviews 1.10.0 and the first release of ``pyviz_comms``.\n\nOur goal is that ``jupyterlab_pyviz`` minor releases (using the [SemVer](https://semver.org/) pattern) are\nmade to follow JupyterLab minor release bumps and micro releases are for new ``jupyterlab_pyviz`` features\nor bug fix releases. We've been previously inconsistent with having the extension release minor version bumps\ntrack that of JupyterLab, so users seeking to find extension releases that are compatible with their JupyterLab\ninstallation may refer to the below table.\n\n###### Compatible JupyterLab and jupyterlab_bokeh versions\n\n| JupyterLab | jupyterlab_pyviz |\n| ------------- | ---------------- |\n| 0.33.x | 0.6.0 |\n| 0.34.x | 0.6.1-0.6.2 |\n| 0.35.x | 0.6.3-0.7.1 |\n\n## Developing the Jupyterlab extension\n\nFor a development install (requires npm version 4 or later), do the following in the repository directory:\n\n```bash\nnpm install\njupyter labextension link .\n```\n\nTo rebuild the package and the JupyterLab app:\n\n```bash\nnpm run build\njupyter lab build\n```\n\n## The ``pyviz_comms`` Python package\n\nThe ``pyviz_comms`` Python package is used by pyviz projects and can be\npip and conda installed.\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://pyviz.org", "keywords": "", "license": "BSD", "maintainer": "PyViz", "maintainer_email": "developers@pyviz.org", "name": "pyviz-comms", "package_url": "https://pypi.org/project/pyviz-comms/", "platform": "Windows", "project_url": "https://pypi.org/project/pyviz-comms/", "project_urls": { "Homepage": "http://pyviz.org" }, "release_url": "https://pypi.org/project/pyviz-comms/0.7.2/", "requires_dist": [ "param", "flake8 ; extra == 'all'", "nose ; extra == 'all'", "param (>=1.7.0) ; extra == 'all'", "setuptools ; extra == 'all'", "param (>=1.7.0) ; extra == 'build'", "setuptools ; extra == 'build'", "flake8 ; extra == 'tests'", "nose ; extra == 'tests'" ], "requires_python": "", "summary": "Bidirectional communication for the PyViz ecosystem.", "version": "0.7.2" }, "last_serial": 4976581, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9034e74ef51bbc3d14fdd02882a64d89", "sha256": "8d10e2d91ef117bbf718addc0fa80ec7073cf9fd9f9cfc327916bdb33b9a9262" }, "downloads": -1, "filename": "pyviz_comms-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9034e74ef51bbc3d14fdd02882a64d89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5543, "upload_time": "2018-05-22T17:54:12", "url": "https://files.pythonhosted.org/packages/04/50/b4797f763e16ac8662952e685d5d27e60af786116b39b534f89198c5379b/pyviz_comms-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0a89d41c9b8fa49d234746bf94372203", "sha256": "8b5b205759c6d56ae2ca90729b97c705a954c036d606e51d58179cf0d258dda8" }, "downloads": -1, "filename": "pyviz_comms-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a89d41c9b8fa49d234746bf94372203", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8443, "upload_time": "2018-06-14T15:20:48", "url": "https://files.pythonhosted.org/packages/90/25/02579de09a16c7ce07069a5178f15b5ea3b74237d5e0244204d922bd8b83/pyviz_comms-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7f3a8bd36b572d478212be377c022e3", "sha256": "ab0f6dcaf9fdb4593ebea43d03078da29a97a3864f3f0a573dfcb18989380389" }, "downloads": -1, "filename": "pyviz_comms-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b7f3a8bd36b572d478212be377c022e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6996, "upload_time": "2018-05-28T17:23:44", "url": "https://files.pythonhosted.org/packages/b9/95/c7408db349fa26773a3a789a2fc406bdb05a9b9164fcfdedd33b59299da3/pyviz_comms-0.1.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "4fb88330ed84eed187b4a6b791b65dc4", "sha256": "be3cd85b1c6cf842d7cac7db0428bf015d16d0ea33e0767d602061cf6964a51a" }, "downloads": -1, "filename": "pyviz_comms-0.6.0.tar.gz", "has_sig": false, "md5_digest": "4fb88330ed84eed187b4a6b791b65dc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8529, "upload_time": "2018-09-03T15:47:43", "url": "https://files.pythonhosted.org/packages/57/cd/6e855b6cfff28d446567ae479306a051985cd6d5fe3ece845369af92833a/pyviz_comms-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "8e5fd5bb556f7ec970a77bc8d251f3da", "sha256": "7ad4ff0c2166f0296ee070049ce21341f868f907003714eb6eaf1630ea8e241a" }, "downloads": -1, "filename": "pyviz_comms-0.7.0.tar.gz", "has_sig": false, "md5_digest": "8e5fd5bb556f7ec970a77bc8d251f3da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9384, "upload_time": "2018-12-24T19:08:48", "url": "https://files.pythonhosted.org/packages/41/dd/defc50c76c791b92bb0d3f2d29c181fd2d78bf3b4be1c511014f4adbce1a/pyviz_comms-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "059ed431a4deada311d60200cc062f44", "sha256": "5854e3b2145f1827520a61331a5a54a915f03d7c97e0ff9177000f659196ab10" }, "downloads": -1, "filename": "pyviz_comms-0.7.1.tar.gz", "has_sig": false, "md5_digest": "059ed431a4deada311d60200cc062f44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9653, "upload_time": "2019-03-15T15:33:23", "url": "https://files.pythonhosted.org/packages/4e/2d/89917e9c615638311833e15374a64ebac164a3ff4e18fbbc364387ef877b/pyviz_comms-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "da95399302a00901d1c4bdd484b6b102", "sha256": "acac035ea522d13a6d33597f8f9c02647fcc3aa5c0086a96124a0ef3ccbb33fb" }, "downloads": -1, "filename": "pyviz_comms-0.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da95399302a00901d1c4bdd484b6b102", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10254, "upload_time": "2019-03-23T21:08:23", "url": "https://files.pythonhosted.org/packages/9d/66/77220e2da76b65da0e6daaa30091062f569935deb3ae8f4de03533496800/pyviz_comms-0.7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e5c4f26cf5eea10760f2c5d0af18ac2", "sha256": "c1722a496b08eb20ae3f2fedcc1ebcd207567b62e6453c7198a0b8f78ae96049" }, "downloads": -1, "filename": "pyviz_comms-0.7.2.tar.gz", "has_sig": false, "md5_digest": "6e5c4f26cf5eea10760f2c5d0af18ac2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10471, "upload_time": "2019-03-23T21:08:25", "url": "https://files.pythonhosted.org/packages/6b/55/f02517a278ad4a421c34666cfc1fc5ca290d0aa4380234336740ae0145b0/pyviz_comms-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da95399302a00901d1c4bdd484b6b102", "sha256": "acac035ea522d13a6d33597f8f9c02647fcc3aa5c0086a96124a0ef3ccbb33fb" }, "downloads": -1, "filename": "pyviz_comms-0.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da95399302a00901d1c4bdd484b6b102", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10254, "upload_time": "2019-03-23T21:08:23", "url": "https://files.pythonhosted.org/packages/9d/66/77220e2da76b65da0e6daaa30091062f569935deb3ae8f4de03533496800/pyviz_comms-0.7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e5c4f26cf5eea10760f2c5d0af18ac2", "sha256": "c1722a496b08eb20ae3f2fedcc1ebcd207567b62e6453c7198a0b8f78ae96049" }, "downloads": -1, "filename": "pyviz_comms-0.7.2.tar.gz", "has_sig": false, "md5_digest": "6e5c4f26cf5eea10760f2c5d0af18ac2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10471, "upload_time": "2019-03-23T21:08:25", "url": "https://files.pythonhosted.org/packages/6b/55/f02517a278ad4a421c34666cfc1fc5ca290d0aa4380234336740ae0145b0/pyviz_comms-0.7.2.tar.gz" } ] }