{
"info": {
"author": "Jacques Kvam",
"author_email": "jwkvam+pypi@gmail.com",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "Plotlywrapper: pythonic plotly\n==============================\n\n|Build Status| |rtd.io| |PyPI version| |PyPI| |codecov.io| |Code Health|\n|Scrutinizer Code Quality|\n\n**News** Tests are failing due to release of plotly v3.\nNeed to reevaluate need of library, in the meantime it still works with plotly v2.\n\nPlotlywrapper wraps `plotly `__ to make easy\nplots easy to make. Check out the\n`docs `__!\n\n.. figure:: https://cloud.githubusercontent.com/assets/86304/17239866/2c4c30b2-551c-11e6-9bb8-7ed467ebdacb.png\n :width: 826px\n\n 2D `Brownian Bridge `__\n\nMotivation\n----------\n\nCompare the following code snippets which generate the same plot.\n\nPlotly\n~~~~~~\n\nTaken from https://plot.ly/python/getting-started/\n\n.. code:: python\n\n import plotly\n from plotly.graph_objs import Scatter, Layout\n plotly.offline.plot({\n \"data\": [\n Scatter(x=[1, 2, 3, 4], y=[4, 1, 3, 7])\n ],\n \"layout\": Layout(\n title=\"hello world\"\n )\n })\n\nPlotlywrapper\n~~~~~~~~~~~~~\n\n.. code:: python\n\n import plotlywrapper as pw\n plot = pw.line(x=[1, 2, 3, 4], y=[4, 1, 3, 7])\n plot.title('hello world')\n plot.show()\n\nInstall\n-------\n\nTo install the latest release::\n\n pip install plotlywrapper\n\nDemo\n----\n\nTry out the interactive demo here,\n\n|Binder|\n\nor view the\n`notebook `__\nstatically.\n\nJupyterLab\n----------\n\nPlotly doesn\u2019t render in JupyterLab by default. You need to install the\nJupyterLab Plotly extension::\n\n jupyter labextension install @jupyterlab/plotly-extension\n\nDeveloped in this\n`repo `__.\n\nTesting\n-------\n\nTo test run::\n\n make test\n\n.. |Build Status| image:: https://travis-ci.org/jwkvam/plotlywrapper.svg?branch=master\n :target: https://travis-ci.org/jwkvam/plotlywrapper\n.. |rtd.io| image:: http://readthedocs.org/projects/plotlywrapper/badge/?version=latest\n :target: http://plotlywrapper.readthedocs.io/en/latest/\n.. |PyPI version| image:: https://badge.fury.io/py/plotlywrapper.svg\n :target: https://badge.fury.io/py/plotlywrapper\n.. |PyPI| image:: https://img.shields.io/pypi/pyversions/plotlywrapper.svg\n :target: https://pypi.python.org/pypi/plotlywrapper/\n.. |codecov.io| image:: https://codecov.io/github/jwkvam/plotlywrapper/coverage.svg?branch=master\n :target: https://codecov.io/github/jwkvam/plotlywrapper?branch=master\n.. |Code Health| image:: https://landscape.io/github/jwkvam/plotlywrapper/master/landscape.svg?style=flat\n :target: https://landscape.io/github/jwkvam/plotlywrapper/master\n.. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/jwkvam/plotlywrapper/badges/quality-score.png?b=master\n :target: https://scrutinizer-ci.com/g/jwkvam/plotlywrapper/?branch=master\n.. |Binder| image:: http://mybinder.org/badge.svg\n :target: http://mybinder.org/repo/jwkvam/plotlywrapper\n",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/jwkvam/plotlywrapper",
"keywords": "plotly chart visualization interactive",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "plotlywrapper",
"package_url": "https://pypi.org/project/plotlywrapper/",
"platform": "",
"project_url": "https://pypi.org/project/plotlywrapper/",
"project_urls": {
"Homepage": "https://github.com/jwkvam/plotlywrapper"
},
"release_url": "https://pypi.org/project/plotlywrapper/0.1.0/",
"requires_dist": [
"numpy",
"pandas (>=0.23.0)",
"plotly (>=3.0.0)"
],
"requires_python": ">=3.5",
"summary": "Plotlywrapper: to make easy plots easy to make.",
"version": "0.1.0"
},
"last_serial": 4080385,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "d4bc7a3926f7da1979be0ed350d81028",
"sha256": "ada8db19f42179f84d650dc623ebedb6154338ec6a626adb17b552f455a5da30"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d4bc7a3926f7da1979be0ed350d81028",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 1980,
"upload_time": "2016-02-22T05:23:57",
"url": "https://files.pythonhosted.org/packages/b6/ba/8024af66a78412ae06299a24f23427d26058993b36836e990a6cd6b99fac/plotlywrapper-0.0.1-py2.py3-none-any.whl"
}
],
"0.0.10": [
{
"comment_text": "",
"digests": {
"md5": "2e56461448d71c02d7671542cb04c4af",
"sha256": "8cc73cfbf7afd3e2eda609e3e8c7abaed1ba95313c12a950c622b1ba61aa39c0"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.10-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2e56461448d71c02d7671542cb04c4af",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2780,
"upload_time": "2016-02-25T22:05:30",
"url": "https://files.pythonhosted.org/packages/a3/98/42c5b79cecd4e39aaf3fc524b0fc81fbc474e136bbebf6f9179f8a260d9a/plotlywrapper-0.0.10-py2.py3-none-any.whl"
}
],
"0.0.11": [
{
"comment_text": "",
"digests": {
"md5": "9e53a9000323a51175ea22958cb13ba8",
"sha256": "78ca7c31c19264a84f9bf46ebf875e3d0593ecf22b4c67febfb6c478df6d8cfd"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.11-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e53a9000323a51175ea22958cb13ba8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2832,
"upload_time": "2016-02-28T02:15:08",
"url": "https://files.pythonhosted.org/packages/e5/3e/f75c096aefd9910a9da991f648cafdfeadc799c37a5c148a71479027bb17/plotlywrapper-0.0.11-py2.py3-none-any.whl"
}
],
"0.0.12": [
{
"comment_text": "",
"digests": {
"md5": "a8883ca310eb7c2092485b7a1b51cc9d",
"sha256": "a73b7640bdcfc8deb2048878c91099eac7a0415d012959a39e37c3d73fe86ee9"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.12-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "a8883ca310eb7c2092485b7a1b51cc9d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3080,
"upload_time": "2016-02-29T03:28:20",
"url": "https://files.pythonhosted.org/packages/e4/1a/648a7bbe2ed06227d35f1349646996f0db95c173404f46b36ee796e7a97e/plotlywrapper-0.0.12-py2.py3-none-any.whl"
}
],
"0.0.13": [
{
"comment_text": "",
"digests": {
"md5": "b9ab06848d460db661a8a3783d778043",
"sha256": "d6ec3c2a09d7129817dede2c6bc6ab84f1552c2b429e030879638d11d79f6a65"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.13-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b9ab06848d460db661a8a3783d778043",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3277,
"upload_time": "2016-03-02T23:38:21",
"url": "https://files.pythonhosted.org/packages/6e/5b/30cae9419f3f2cfbfd37f96363bab188da4889d15e4249bcbd32ded12df4/plotlywrapper-0.0.13-py2.py3-none-any.whl"
}
],
"0.0.14": [
{
"comment_text": "",
"digests": {
"md5": "c3debc824e7d7383c5438f533625cd0a",
"sha256": "901e2c4c4e5c0397deca696afb438a2e9fa6acc6e01b7179d65073675259becb"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.14-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c3debc824e7d7383c5438f533625cd0a",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3439,
"upload_time": "2016-03-03T19:25:29",
"url": "https://files.pythonhosted.org/packages/30/22/037ca0c15ddc84577e92287b1c0d4706e60783911a36fa98efae0f5ba8f4/plotlywrapper-0.0.14-py2.py3-none-any.whl"
}
],
"0.0.15": [
{
"comment_text": "",
"digests": {
"md5": "54e73cb64312de9c470be1e9adc7c5f3",
"sha256": "74d1c534ec04a7ed8ee8799fea3f122992c3028bc1472bbacedeb244cc80f976"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.15-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "54e73cb64312de9c470be1e9adc7c5f3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3774,
"upload_time": "2016-03-23T03:53:41",
"url": "https://files.pythonhosted.org/packages/cb/bb/656ca5623324177f99ad50ec4681a25fa986998866acc78ff6fbcba195f7/plotlywrapper-0.0.15-py2.py3-none-any.whl"
}
],
"0.0.16": [
{
"comment_text": "",
"digests": {
"md5": "2a2ea7e950bf08d29850bdf187fa123e",
"sha256": "c8a3b2c364bd0b74c8830f009e369b215a85af855bdfd592ef687a8b3ed517e2"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.16-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a2ea7e950bf08d29850bdf187fa123e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3779,
"upload_time": "2016-03-23T04:28:41",
"url": "https://files.pythonhosted.org/packages/26/17/c334d9796766322415b740b4ae440e132ab70d79d6d851afe5aec96e4ffe/plotlywrapper-0.0.16-py2.py3-none-any.whl"
}
],
"0.0.17": [
{
"comment_text": "",
"digests": {
"md5": "6270b642606e8211d5d5af0b6686bf52",
"sha256": "f8357da99e42114e117c077e06a37489db9c7bb4e72cb805f4708db12a7ccb9e"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.17-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6270b642606e8211d5d5af0b6686bf52",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3802,
"upload_time": "2016-03-25T07:48:59",
"url": "https://files.pythonhosted.org/packages/61/89/fefaf19f325d0b5cdb8a2837e96b70075a22dc2699ea79351c6fad488524/plotlywrapper-0.0.17-py2.py3-none-any.whl"
}
],
"0.0.18": [
{
"comment_text": "",
"digests": {
"md5": "8a8d7f9afba1e78f5220f2bbdc10c976",
"sha256": "1144ddcfebc85e715b426e082dbe90125aebb1eeb16f6fc13918887d745c7eb5"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.18-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a8d7f9afba1e78f5220f2bbdc10c976",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3895,
"upload_time": "2016-03-30T04:40:28",
"url": "https://files.pythonhosted.org/packages/c9/53/d7c8735c8b5f83c8416f3aef50ff7a1bf2b8ee959a94b7104138586b0572/plotlywrapper-0.0.18-py2.py3-none-any.whl"
}
],
"0.0.19": [
{
"comment_text": "",
"digests": {
"md5": "73a98c345ff66567b56760884d167289",
"sha256": "79565e10a64f7ef1ea509c832c7d8431e641f545a752f845b93a591ee02b4f9c"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.19-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "73a98c345ff66567b56760884d167289",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3905,
"upload_time": "2016-05-12T07:23:25",
"url": "https://files.pythonhosted.org/packages/f5/06/f25a226bce46679fe58aabdd6d35c87e3dd19d413a9ed0bc2069b0b1e329/plotlywrapper-0.0.19-py2.py3-none-any.whl"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "3f52403987308a85650b7202d63f88e3",
"sha256": "b934320084110b19dd653b10371d1359f7fcf54eab50e6c834484c5ae691e365"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3f52403987308a85650b7202d63f88e3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2010,
"upload_time": "2016-02-22T22:12:36",
"url": "https://files.pythonhosted.org/packages/a4/62/95015cd0f08d64216d325d212573fe85b248f4dad831c91b0f6d7d773317/plotlywrapper-0.0.2-py2.py3-none-any.whl"
}
],
"0.0.20": [
{
"comment_text": "",
"digests": {
"md5": "2f24609b8694ddae23152f660dcd65e9",
"sha256": "f1e6898d27bbe025e322ff1ac4e6554fbba61332b4080db97b2d06d14378ca0a"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.20-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2f24609b8694ddae23152f660dcd65e9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 4082,
"upload_time": "2016-08-02T04:53:19",
"url": "https://files.pythonhosted.org/packages/c7/5b/44eadc3c09828ac2b7cfe1aa91a3311fad7c74280b29badbcc845a599b64/plotlywrapper-0.0.20-py2.py3-none-any.whl"
}
],
"0.0.21": [
{
"comment_text": "",
"digests": {
"md5": "9ace6ec57a42d526a48d8447cc6dbc07",
"sha256": "fc4cd6a5f235a65e9de8c119f8da689d5980b5d8596ca2e563947d572ae5d67a"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.21-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ace6ec57a42d526a48d8447cc6dbc07",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 4329,
"upload_time": "2016-08-16T05:54:16",
"url": "https://files.pythonhosted.org/packages/d9/89/c80d15fc82916d824a2870451d80a7f783367494bf172a88991998257af7/plotlywrapper-0.0.21-py2.py3-none-any.whl"
}
],
"0.0.22": [
{
"comment_text": "",
"digests": {
"md5": "38d2b52a90e3fe614f04848fde34beb6",
"sha256": "6aff57e6b72b015523a76c56b4dded4a926ae733e5feb42c1477f035801cbe49"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.22-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "38d2b52a90e3fe614f04848fde34beb6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 19047,
"upload_time": "2016-11-03T21:24:28",
"url": "https://files.pythonhosted.org/packages/c2/27/90a520a3937fa1be0d74b387a060a006de014838753551d02149776dc5d0/plotlywrapper-0.0.22-py2.py3-none-any.whl"
}
],
"0.0.23": [
{
"comment_text": "",
"digests": {
"md5": "0500d82f5848713bb9ad75d8cd86d2e7",
"sha256": "85701c9e54d73df1e98ede6676462987de25446c8ca5eac7cb4232f5fc600428"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.23-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "0500d82f5848713bb9ad75d8cd86d2e7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21163,
"upload_time": "2016-11-04T05:16:56",
"url": "https://files.pythonhosted.org/packages/7f/fa/4f8d38ca92f5906bb6f2c2b78c29be5f42992dacf49cf9a17e9aa0697c45/plotlywrapper-0.0.23-py2.py3-none-any.whl"
}
],
"0.0.24": [
{
"comment_text": "",
"digests": {
"md5": "246300ded73463e4fcc6a7eeb65b9f97",
"sha256": "8d2a77f3e861e070c06756a629464de8a84b407669620705817f715e1887b84a"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.24-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "246300ded73463e4fcc6a7eeb65b9f97",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 24792,
"upload_time": "2016-11-07T20:57:07",
"url": "https://files.pythonhosted.org/packages/96/18/b9b5a2816a133145accb8231758f9f7efba1cd5ca25c9be6bcbc3e06345d/plotlywrapper-0.0.24-py2.py3-none-any.whl"
}
],
"0.0.25": [
{
"comment_text": "",
"digests": {
"md5": "3aff5bc086672cf2765391c2bff5dfab",
"sha256": "8e266ffb4d9182a5200a54cd637bb3fed757f7e22e02af6ea42c17011769884f"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.25-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3aff5bc086672cf2765391c2bff5dfab",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 27783,
"upload_time": "2016-11-16T20:17:03",
"url": "https://files.pythonhosted.org/packages/a7/e6/b66e2b313568356b34104cf370a08e289a0fe5c47c111a6f63891180b62d/plotlywrapper-0.0.25-py2.py3-none-any.whl"
}
],
"0.0.26": [
{
"comment_text": "",
"digests": {
"md5": "82ebfc5efd8ea3ad75f1ae5bea3e4da6",
"sha256": "918dd2b49f376afbf79affc1a7b64c2f594f2a12b148cf6419af1a10d8f4988e"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.26-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "82ebfc5efd8ea3ad75f1ae5bea3e4da6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 28791,
"upload_time": "2016-12-02T19:24:37",
"url": "https://files.pythonhosted.org/packages/11/fc/1c5ecc8b7f60404e129a8ce9757442d58b207e4c951df04dcb1e59f1fed0/plotlywrapper-0.0.26-py2.py3-none-any.whl"
}
],
"0.0.27": [
{
"comment_text": "",
"digests": {
"md5": "81e188eeec6e2ab61a81d86adfba8942",
"sha256": "24fd68fb77ebdbb9d2227f4f26c805375f7cb8346f48224111319e0a6519438d"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.27-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "81e188eeec6e2ab61a81d86adfba8942",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 28811,
"upload_time": "2016-12-15T02:24:08",
"url": "https://files.pythonhosted.org/packages/b3/05/e06fc9f091630e0c0a2969ad61d7195eb0bd081ea7d9e1996910479b2e1d/plotlywrapper-0.0.27-py2.py3-none-any.whl"
}
],
"0.0.28": [
{
"comment_text": "",
"digests": {
"md5": "757cf0161c508ff61d0525451fac8561",
"sha256": "5a94181d792acf36feb70ae1bbb633b11ca9b00f31b8578e3aa11b1a2875431e"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.28-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "757cf0161c508ff61d0525451fac8561",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 30738,
"upload_time": "2017-09-11T06:32:20",
"url": "https://files.pythonhosted.org/packages/cc/cb/fb000dbde038001167d231a16ac0c4baed920838a191240c92632ada3e60/plotlywrapper-0.0.28-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7be07f8a6e78b2f31cd1d23a0adeb4f0",
"sha256": "93df071b4044a74cfc01e98a86e9ef627efde1c5bc49422817123ad6416913b8"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.28.tar.gz",
"has_sig": false,
"md5_digest": "7be07f8a6e78b2f31cd1d23a0adeb4f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2373472,
"upload_time": "2017-09-11T06:32:25",
"url": "https://files.pythonhosted.org/packages/07/ae/7429d2a562ce43771ac612cba5c053cc9171f4eb400141fa028d9a96b584/plotlywrapper-0.0.28.tar.gz"
}
],
"0.0.29": [
{
"comment_text": "",
"digests": {
"md5": "d63dcdd0eac62ef01d36d62a96875161",
"sha256": "0290c9a97f187847941496d65ffb35b7150cd57937f148e73ac44348ef97f54f"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.29-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d63dcdd0eac62ef01d36d62a96875161",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 30763,
"upload_time": "2017-11-13T18:24:16",
"url": "https://files.pythonhosted.org/packages/31/30/1e2b514f0657633178923321f5ebb4d66ee4fe2e2f7d23cfa1c6195c3085/plotlywrapper-0.0.29-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "36c5309b4a0608e728143acf30cf86a3",
"sha256": "1058d10f79b67b491e06ff41b86d49f0914c73952c437b5101a7f633d9a7ab54"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.29.tar.gz",
"has_sig": false,
"md5_digest": "36c5309b4a0608e728143acf30cf86a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2373447,
"upload_time": "2017-11-13T18:24:19",
"url": "https://files.pythonhosted.org/packages/7c/44/0adad15670f76ce8383cf88ee82252acfa14a56bd8f39fe8e632aad21029/plotlywrapper-0.0.29.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "2181cd6c6a304d7caa8e914da1f9c419",
"sha256": "14de46732830e8439573af99968bd9162a1002fc6ac009ff1334b566b0c62b83"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2181cd6c6a304d7caa8e914da1f9c419",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2019,
"upload_time": "2016-02-22T22:18:30",
"url": "https://files.pythonhosted.org/packages/98/30/86ea4e5b714ed01ded3fd841d17fe12cfabd779237b580bc34bffbad27c0/plotlywrapper-0.0.3-py2.py3-none-any.whl"
}
],
"0.0.30": [
{
"comment_text": "",
"digests": {
"md5": "e1d5500a9087bf26e2f4a53ea1575983",
"sha256": "f0426f9402797d2ac0f3e11f63b968685831e5d240879b5e0ec7032f313b9a51"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.30-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1d5500a9087bf26e2f4a53ea1575983",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 32011,
"upload_time": "2018-02-05T07:54:01",
"url": "https://files.pythonhosted.org/packages/0f/72/df9c4a724c4f780912e8b9d27ffd58701be8e49fab7f7c1d396708633199/plotlywrapper-0.0.30-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d6002e896d0308c80979699fc09cce98",
"sha256": "5fe673c1ff79b3a797e06d3b0031062d131b9bc8ac9a6054df8e91208fe1b00f"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.30.tar.gz",
"has_sig": false,
"md5_digest": "d6002e896d0308c80979699fc09cce98",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2374460,
"upload_time": "2018-02-05T07:54:07",
"url": "https://files.pythonhosted.org/packages/c1/47/c678d3c2c73a57d998faa55dddc1e0ab64797492af2a042135787e774847/plotlywrapper-0.0.30.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "d4235b18c7eae3387684bead7adfc52e",
"sha256": "6e8f1a75e55dd7f8f274c6e671900e079d66528259bb5fc3c533b4a358b6cb20"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d4235b18c7eae3387684bead7adfc52e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2140,
"upload_time": "2016-02-22T22:57:35",
"url": "https://files.pythonhosted.org/packages/f3/7b/9512e6940936aee0ef386ca0b8393f52399962a566cdeea54c88811aa6a6/plotlywrapper-0.0.4-py2.py3-none-any.whl"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "7691f87c1ab4a7fbddab94d7d50121c9",
"sha256": "2c99c5cd8feedef574033c60f6d03777be5cef1e84bf5387f6eb51f35d40ddef"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.5-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7691f87c1ab4a7fbddab94d7d50121c9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2449,
"upload_time": "2016-02-23T08:02:07",
"url": "https://files.pythonhosted.org/packages/4f/85/17ca47258b6829eef23d09a01bf207eb95d5897766f7127a75ac79c899c3/plotlywrapper-0.0.5-py2.py3-none-any.whl"
}
],
"0.0.6": [
{
"comment_text": "",
"digests": {
"md5": "069d53ae4fcd47535b9c5d3f19742391",
"sha256": "c3abd1dcc1fbcd9ab94a3f039274548ced274f4f80bd45f87b6d493764b7349c"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.6-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "069d53ae4fcd47535b9c5d3f19742391",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2406,
"upload_time": "2016-02-23T18:48:14",
"url": "https://files.pythonhosted.org/packages/9c/38/c21bc1dd0d0882ddec8438934cd24b6e029a981eda01dbcbeef015ca4700/plotlywrapper-0.0.6-py2.py3-none-any.whl"
}
],
"0.0.7": [
{
"comment_text": "",
"digests": {
"md5": "59386f9e8cc34c35c7bc22efce511d5f",
"sha256": "928a5b1532522bbb6b93fe063ec85db6357a69e0ad1b7d003af753cc4315184f"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.7-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "59386f9e8cc34c35c7bc22efce511d5f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2403,
"upload_time": "2016-02-23T20:08:37",
"url": "https://files.pythonhosted.org/packages/8d/53/88064b71104b503f8e78c8fa85ad15eab8411346932b5f3ef4069c9eb333/plotlywrapper-0.0.7-py2.py3-none-any.whl"
}
],
"0.0.8": [
{
"comment_text": "",
"digests": {
"md5": "7a236b2334d162ef705cedb98d0809de",
"sha256": "3f896860a2f9a767085941bd9a9944f611db191a25bb6abe5a0d5267bfb9522a"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.8-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7a236b2334d162ef705cedb98d0809de",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2432,
"upload_time": "2016-02-24T00:50:59",
"url": "https://files.pythonhosted.org/packages/d8/09/031b3b2c9b8338383b98d62c12106f12d02ef2b8d24751afa5d9a534e9a0/plotlywrapper-0.0.8-py2.py3-none-any.whl"
}
],
"0.0.9": [
{
"comment_text": "",
"digests": {
"md5": "7a9d9db7cbd480bda60785eaf1297c31",
"sha256": "bf5b71df8eeaa3efa42d2d94d693d46ec5125c6448e2a46de0dfe9ca9bb27c80"
},
"downloads": -1,
"filename": "plotlywrapper-0.0.9-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7a9d9db7cbd480bda60785eaf1297c31",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 2711,
"upload_time": "2016-02-24T08:08:51",
"url": "https://files.pythonhosted.org/packages/c8/17/c1ff11ae07e5e57e77be483420a22047f5b8aecc74a7bc1eddb9d30e50f6/plotlywrapper-0.0.9-py2.py3-none-any.whl"
}
],
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "fc56c986e80c206d700a398e6ae28ebc",
"sha256": "caad8bb244a73d5761c2a2061ec6102b240aa49cf1912e019a8a6fd51eb32f3e"
},
"downloads": -1,
"filename": "plotlywrapper-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fc56c986e80c206d700a398e6ae28ebc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 31969,
"upload_time": "2018-07-19T02:16:39",
"url": "https://files.pythonhosted.org/packages/f6/e1/c956743584543a7e3cc9d3c7ea45e6ca3957c036656610e3a0990cfa0a3b/plotlywrapper-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e3320e42baaa6b506a25398bd51c08d5",
"sha256": "956d986e1162222e6dec97ae9f5f4134cd147b4a18e56ebdabaa685c0d7e6436"
},
"downloads": -1,
"filename": "plotlywrapper-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e3320e42baaa6b506a25398bd51c08d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 2375629,
"upload_time": "2018-07-19T02:16:42",
"url": "https://files.pythonhosted.org/packages/5c/b7/cf169097b3d64e2046c10a71a57d2b044d53a6e8f448438e8ea2bf65c6c6/plotlywrapper-0.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fc56c986e80c206d700a398e6ae28ebc",
"sha256": "caad8bb244a73d5761c2a2061ec6102b240aa49cf1912e019a8a6fd51eb32f3e"
},
"downloads": -1,
"filename": "plotlywrapper-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fc56c986e80c206d700a398e6ae28ebc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 31969,
"upload_time": "2018-07-19T02:16:39",
"url": "https://files.pythonhosted.org/packages/f6/e1/c956743584543a7e3cc9d3c7ea45e6ca3957c036656610e3a0990cfa0a3b/plotlywrapper-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e3320e42baaa6b506a25398bd51c08d5",
"sha256": "956d986e1162222e6dec97ae9f5f4134cd147b4a18e56ebdabaa685c0d7e6436"
},
"downloads": -1,
"filename": "plotlywrapper-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e3320e42baaa6b506a25398bd51c08d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 2375629,
"upload_time": "2018-07-19T02:16:42",
"url": "https://files.pythonhosted.org/packages/5c/b7/cf169097b3d64e2046c10a71a57d2b044d53a6e8f448438e8ea2bf65c6c6/plotlywrapper-0.1.0.tar.gz"
}
]
}