{ "info": { "author": "pyecharts dev team", "author_email": "info@pyecharts.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries" ], "description": "================================================================================\npyecharts-snapshot\n================================================================================\n\n.. image:: https://api.travis-ci.org/pyecharts/pyecharts-snapshot.svg?branch=master\n :target: http://travis-ci.org/pyecharts/pyecharts-snapshot\n\n.. image:: https://dev.azure.com/pyecharts/pyecharts-snapshot/_apis/build/status/pyecharts.pyecharts-snapshot\n :target: https://dev.azure.com/pyecharts/pyecharts-snapshot/_build?definitionId=1&_a=summary\n\n.. image:: https://codecov.io/gh/pyecharts/pyecharts-snapshot/branch/master/graph/badge.svg\n :target: https://codecov.io/github/pyecharts/pyecharts-snapshot\n\n\nNews - 16.04.2019\n================================================================================\n\nSince 0.2.0, NO LONGER, phantomjs is required! NO LONGER, it supports python 2.7\n\nBUT, the capability to render pyecharts in a script has been merged into\npyecharts 1.0.0. And the dependency on phantomjs has been sprawn as:\n`snapshot-phantomjs `_ .\n\nIf you love to use 'snapshot' command line, please continue to use this\nproject. \n\nIntroduction\n================================================================================\n\npyecharts-snapshot renders the output of pyecharts/echarts.js as a png, jpeg,\ngif, eps, svg image, raw base64 encoding or a pdf file at command line.\n\n\nUsage\n================================================================================\n\nGet png:\n\n.. code-block:: bash\n\n $ snapshot render.html\n\nAnd you will get:\n\n.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/demo.png\n :width: 800px\n\nGet pdf:\n\n.. code-block:: bash\n\n $ snapshot render.html pdf\n\nAnd you will get:\n\n.. image:: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/images/demo_in_pdf.png\n :target: https://raw.githubusercontent.com/pyecharts/pyecharts-snapshot/master/examples/grid.pdf\n :width: 800px\n\nAnd here the code to `generate it `_\n\n\nGet svg:\n\n.. code-block:: bash\n\n $ snapshot render.html svg\n\nPlease be aware that `render.html` should have configure echarts to do svg rendering. This library, being\nstupid, does not make canvas rendered image as svg rendered. Here is `an example svg file `_.\n\n\nUsage details\n--------------------------------------------------------------------------------\n\nCommand line options::\n\n $ snapshot output.html [png|jpeg|gif|svg|pdf] [delay] [pixel ratio]\n\nwhere:\n\n`delay` tells pyecharts-snapshot to take a snapshot after\nsome time measured in seconds. It is needed only when your snapshot is partial because the chart\nanimation takes long than 1.5 second(default).\n`pixel ratio` tells pyecharts-snapshot to use a different pixel ratio when generate\nthe image. It defaults to 2.\n\n\nProgrammatical usage is simple:\n\n.. code-block:: python\n\n ...\n somechart.render(path='cool_snapshot.png') # delay=1, pixel_ratio=3) 1 second delay, 3 as pixel ratio\n\nwhere delay as an optional parameter can be given to specify `delay_in_seconds`.\n\nCoffee\n================================================================================\n\nPlease buy `me a coffee `_ if you think this library helped.\n\n\nInstallation\n================================================================================\n\nPackage installation\n--------------------------------------------------------------------------------\n\nYou can install it via pip:\n\n.. code-block:: bash\n\n $ pip install pyecharts-snapshot\n $ pyppeteer-install\n\n\nor clone it and install it:\n\n.. code-block:: bash\n\n $ git clone http://github.com/pyecharts/pyecharts-snapshot.git\n $ cd pyecharts-snapshot\n $ python setup.py install\n $ pyppeteer-install\n\n.. note::\n\n pyppeteer-install is recommended but optional. Your first ever run of\n **snapshot** command will invoke pyppeteer-install. This command will\n download `Chrominium `_,\n `about 100MB `_\n\nTest status\n================================================================================\n\nFully tested on pypy, python 3.5, 3.6, 3.7 and 3.8-dev.\n\nConstraints\n================================================================================\n\nOnly one image at a time. No 3D image support\n\nDesign Considerations\n================================================================================\n\n#. Ghost.Py: very hard to install on my own. Dropped\n\n\nMaintenance Instructions\n================================================================================\n\n#. install pyecharts-snapshot\n#. make demo\n#. take screenshots of grid.pdf and snapshot.pdf in examples folder\n\nContributors in alphabetical order\n================================================================================\n\n\n#. `chengjiandong `_\n#. `chfw `_ Author\n\nChange log\n================================================================================\n\n0.2.0 - 17.04.2019\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. use pyppeteer, pythonic puppeteer for rendering pyecharts image\n\nRemoved\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. python 2, 3.5- support\n#. no more phantomjs dependency\n#. programmatic rendering capability is removed. NO longer it is integrated with\n pyecharts\n\n0.1.10 - 16.12.2018\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#33 `_: Support\n base64 encoding\n\n0.1.9 - 13.11.2018\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Support eps\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Loosen the requirement on lml\n\n0.1.8 - 12.09.2018\n--------------------------------------------------------------------------------\n\nFixed\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#28 `_:\n pixel_ratio as a parameter\n\n0.1.7 - 31.05.2018\n--------------------------------------------------------------------------------\n\nFixed\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#23 `_: phantomjs\n on windows does not like absolute path but file uri formatted ones\n\n0.1.6 - 16.05.2018\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. use system temp file instead of current working folder for tmp files\n\n0.1.5 - 11.04.2018\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. better error verbose when phantomjs fails to generate output\n\n0.1.4 - 26.03.2018\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Tighter integration with pyecharts 0.4.2. SnapshotEnvironment extends the\n rendering capability of pyecharts\n#. `#16 `_: phantomjs\n check fails on windows\n#. `#14 `_: if the\n output file name has a path, this library fails over\n\n0.1.3 - 12.03.2018\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. svg support for pyecharts 0.4.0\n\n0.1.2 - 21.12.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#9 `_: delay 1.5\n seconds\n\n0.1.1 - 17.12.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. higher resolution screenshots for all platforms: windows and linux.\n\n0.1.0 - 15.12.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. support Mac OS Retina display, high resolution screenshots\n\n0.0.11 - 2.11.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#7 `_: helpful error\n message on missing phantomjs.\n\n0.0.10 - 23.10.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. pyexcel `pyexcel#105 `_,\n remove gease from setup_requires, introduced by 0.0.9.\n\n0.0.9 - 21.10.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#6 `_: show better\n\n0.0.8 - 08.09.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#5 `_: fix\n\n0.0.7 - 26.08.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Save the output of pyecharts to gif file\n\n0.0.6 - 25.08.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Allow user to specify a custom delay period in seconds. Default is 0.5s\n\n0.0.5 - 22.08.2017\n--------------------------------------------------------------------------------\n\n0.0.4 - 19.08.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. `#1 `_: Support\n\n0.0.3 - 19.08.2017\n--------------------------------------------------------------------------------\n\nUpdated\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Remove download image arrow on the output file\n\n0.0.2 - 18.08.2017\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Save the output of pyecharts to pdf file\n\n0.0.1 - 17.08.2017\n--------------------------------------------------------------------------------\n\nAdded\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n#. Save the output of pyecharts to png file\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/pyecharts/pyecharts-snapshot/archive/0.2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyecharts/pyecharts-snapshot", "keywords": "python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyecharts-snapshot", "package_url": "https://pypi.org/project/pyecharts-snapshot/", "platform": "", "project_url": "https://pypi.org/project/pyecharts-snapshot/", "project_urls": { "Download": "https://github.com/pyecharts/pyecharts-snapshot/archive/0.2.0.tar.gz", "Homepage": "https://github.com/pyecharts/pyecharts-snapshot" }, "release_url": "https://pypi.org/project/pyecharts-snapshot/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "renders pyecharts output as image", "version": "0.2.0" }, "last_serial": 5393098, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "389959b0970686f1d44716a40f6029ea", "sha256": "e029d0d9d94f95fe9fec83637db0c46c7504a79c3959228e7a1893a4f9d616bf" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "389959b0970686f1d44716a40f6029ea", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6247, "upload_time": "2017-08-16T23:32:37", "url": "https://files.pythonhosted.org/packages/b4/41/8a7e21da47c06c17d7850d4a9a54f7cc427ac37cb44ea158eb2bd830c384/pyecharts_snapshot-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cb753b2a3a65c4daca8995577aa72a4", "sha256": "b991c162a0c88daecf144c96bf72d5724a3a572b2d12d9f96bfdf8aa8f2ba1d1" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3cb753b2a3a65c4daca8995577aa72a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4358, "upload_time": "2017-08-16T23:32:34", "url": "https://files.pythonhosted.org/packages/28/26/dbfba88d1be98fd693a934dc883926c256a8e752178a4882a739b85436bc/pyecharts-snapshot-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "f46edc57bb2973d9cd519102298a5b1e", "sha256": "de4efa6cbfbc8951e537b4f4d68422b352afcc45b939cb5d4885a7e2641b15d9" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f46edc57bb2973d9cd519102298a5b1e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 11517, "upload_time": "2017-10-23T21:02:25", "url": "https://files.pythonhosted.org/packages/8c/9a/04a92cfa5d64467a07c56f965fd5591349b1c887e9e8b743c7d13b09ec01/pyecharts_snapshot-0.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2dd0cd90268c3bcd2cc2aaddabca5ab", "sha256": "9fa8b6d556775e7ff447d69ad4b76ca53c51505ccd51e7e345c758a22de2b4a1" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.10.tar.gz", "has_sig": false, "md5_digest": "e2dd0cd90268c3bcd2cc2aaddabca5ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7589, "upload_time": "2017-10-23T21:02:22", "url": "https://files.pythonhosted.org/packages/64/2f/8bd464b8c5bfad0a79df583f4949703e0dc5c57bf5fa99c01d3f37ab87ae/pyecharts-snapshot-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "d32631f76b1c0338bd99d3f62bc3b715", "sha256": "623fb0b9f39ba163de7d6eb8f0a4df0f10a93e6761621541f1b54d1482e2e154" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d32631f76b1c0338bd99d3f62bc3b715", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11808, "upload_time": "2017-11-02T22:35:30", "url": "https://files.pythonhosted.org/packages/eb/76/6b59a805eaf108df3f415ba2ac229e445bbdf086d5c7e2102fc7464c4eb0/pyecharts_snapshot-0.0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd1364e9f70c4233add4672f404e34a4", "sha256": "fc21ef4089434ad72080791bee79a084359c135bb51af2bedde0a04e201f3897" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.11.tar.gz", "has_sig": false, "md5_digest": "fd1364e9f70c4233add4672f404e34a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7794, "upload_time": "2017-11-02T22:35:28", "url": "https://files.pythonhosted.org/packages/6c/e0/becaf686824ec00bf0e02b52975cc0f7e2e6acef66157e4135cea636c709/pyecharts-snapshot-0.0.11.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3c8f570602849a49f103d4caa70af717", "sha256": "f1250b8eb066f084ed95d8c5618eeed09ab4360938f61f86cfe572977351f6ad" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c8f570602849a49f103d4caa70af717", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7848, "upload_time": "2017-08-18T19:04:42", "url": "https://files.pythonhosted.org/packages/d6/58/e9bb966da39d63c3bf71b9e6bb7e93b7133015495a2c74e53cea1ced266c/pyecharts_snapshot-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2078cb2c7e34ffbf904dfd70270ad90c", "sha256": "18b1afa2615ac0ae47e01acda7940c74d66ffef1479e4b6e56b0a1641c80cfed" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2078cb2c7e34ffbf904dfd70270ad90c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5608, "upload_time": "2017-08-18T19:04:40", "url": "https://files.pythonhosted.org/packages/c4/43/d52ce935f926eafa405e233df68748e57eefb94bec9ff389de6bedf855f1/pyecharts-snapshot-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "6b3677a6fb2e8f67fd4f72967472f48a", "sha256": "e37f086a7d33e1dc644790e06f446a963472adf51b025c69c1f079d8da9b2db6" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b3677a6fb2e8f67fd4f72967472f48a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8071, "upload_time": "2017-08-18T23:26:29", "url": "https://files.pythonhosted.org/packages/09/12/9936200a78815f36679b25a6e22e2e326b1e3711685c9eb164a177ad0afa/pyecharts_snapshot-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e2e014909a1c65461343552d1271de4", "sha256": "280a808d236fc2994237d5b55c0d0f6faa4aec1d4c1959bd167f4ead4bc324dd" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.3.tar.gz", "has_sig": false, "md5_digest": "8e2e014909a1c65461343552d1271de4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5749, "upload_time": "2017-08-18T23:26:27", "url": "https://files.pythonhosted.org/packages/19/ca/db6598e559e31772d0506022f4fd73ac662d11c176e13026e27ecdd6e8cd/pyecharts-snapshot-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ee40bfd08d45fbfbd5815fb12d6d347f", "sha256": "4e7384e87182bf4014161aeea125e78d8d4dfd7821d3c476f3ebe98645acf136" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee40bfd08d45fbfbd5815fb12d6d347f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8339, "upload_time": "2017-08-19T08:41:25", "url": "https://files.pythonhosted.org/packages/5f/d1/e87ba91d727c485f88661be862b7b6deeffbcef7df0db936c1e4e11fa964/pyecharts_snapshot-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "398a469e10c1e4727371504131046c58", "sha256": "53e70b47939a76b0011455ec56d7cb6b3056763c00fe0b091a241d12748cfb8d" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.4.tar.gz", "has_sig": false, "md5_digest": "398a469e10c1e4727371504131046c58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5961, "upload_time": "2017-08-19T08:41:22", "url": "https://files.pythonhosted.org/packages/d3/5d/371e6b3b171c8de5a228de1f274052a40fe2da146288da93cd67c27c02eb/pyecharts-snapshot-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "6b8459d58d20243bb11d914f38364ce7", "sha256": "ac3da4e3cfee56a82efe6334f3b52f72046c6c58ab520275ef532a22b8b9ac92" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b8459d58d20243bb11d914f38364ce7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8511, "upload_time": "2017-08-22T20:42:13", "url": "https://files.pythonhosted.org/packages/43/77/4e4b572de92559afdb2bbcebc418fd4b879c72a16d73eb98506898b6d973/pyecharts_snapshot-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b39dcaf73c7f4080f3bc886bf4467d4", "sha256": "a86f4b3edb00cf8a2ce414fade6b01bd753a648a99e78939ff7b9465e0ca1df9" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.5.tar.gz", "has_sig": false, "md5_digest": "0b39dcaf73c7f4080f3bc886bf4467d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6130, "upload_time": "2017-08-22T20:42:11", "url": "https://files.pythonhosted.org/packages/86/7c/2b4ba4630ed1ddb7ed8273339a7eebdf0553c7e44ebee98e514df8dff9fd/pyecharts-snapshot-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b729b0d10cdda1bc1245e6d1a08c7b0e", "sha256": "04b62184ad46ec17419bf99cdb858a57e78b819881b6b7e93e3088811205ee2e" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b729b0d10cdda1bc1245e6d1a08c7b0e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8995, "upload_time": "2017-08-25T17:53:21", "url": "https://files.pythonhosted.org/packages/8d/82/9d4a4e4f3bc2014d2975215eae20defd45dd2cb85d3fd2410993400b19cd/pyecharts_snapshot-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9495078df15a1b614ce4e560df280a1", "sha256": "d19f2fe5dfb92112bff5172804ba0b7a0b8628fdec920cccd60ca0ef88b0dedf" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.6.tar.gz", "has_sig": false, "md5_digest": "e9495078df15a1b614ce4e560df280a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6450, "upload_time": "2017-08-25T17:53:17", "url": "https://files.pythonhosted.org/packages/af/e5/42ffe8d8de29b7f12f064ec5344db2c454e4e2a1d9ef9605b7745ccb0efd/pyecharts-snapshot-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "30c526e3930bc57ad48c9dd9afd6b202", "sha256": "e9ee40f6f2fd48175d0acc0b5e0633646ebfd417c7c932134aab51e0722bb196" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30c526e3930bc57ad48c9dd9afd6b202", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9047, "upload_time": "2017-08-26T01:48:59", "url": "https://files.pythonhosted.org/packages/1e/bc/4f405a7c704ded93f1b6ba12b482d5bf08f6492d896d6eb687f96ee8ccca/pyecharts_snapshot-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd1b53dba10d306b0a58eb00173064d4", "sha256": "c45dd04bd24f60ee071cad410b59d3991529fb828b9eb6c46814ea5f083d7a19" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.7.tar.gz", "has_sig": false, "md5_digest": "cd1b53dba10d306b0a58eb00173064d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6490, "upload_time": "2017-08-26T01:48:57", "url": "https://files.pythonhosted.org/packages/80/c8/db013fc85ffb50f291d64482719482d50f35eed39df078757dab0b6de475/pyecharts-snapshot-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "248b715a6fce2480ced8211dc7371668", "sha256": "dd74359f661893bb977a52eef464c1b00609da79d2f1e68196452954db76f82e" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "248b715a6fce2480ced8211dc7371668", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9157, "upload_time": "2017-09-08T07:16:48", "url": "https://files.pythonhosted.org/packages/77/70/fd22b31770281b58da3efb74f2af62bbfb941009c6d6b33c361cb585f9e8/pyecharts_snapshot-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a764da7b4fb3c63f92e4db10c6b262e5", "sha256": "6f35075d417886550860920a644cb623b95fd596a118d19c19856a7ab0efa44d" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.8.tar.gz", "has_sig": false, "md5_digest": "a764da7b4fb3c63f92e4db10c6b262e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6579, "upload_time": "2017-09-08T07:16:45", "url": "https://files.pythonhosted.org/packages/15/c0/6d84e7fef5f7fea57bfc3ad815bb1a1721b0f45c58f099989904cd479e55/pyecharts-snapshot-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "c0838545bbc814eac66e5b500f217f75", "sha256": "0a2bcaa92f6f45a2ec79416bb261cf68b6ba374fb1fa73035db7ba6e29845fc6" }, "downloads": -1, "filename": "pyecharts_snapshot-0.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0838545bbc814eac66e5b500f217f75", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11425, "upload_time": "2017-10-20T23:14:16", "url": "https://files.pythonhosted.org/packages/95/61/7cde20f5f1dca7e2901bed2a1566a7f4ad8e76d8503cbc58d1080734e274/pyecharts_snapshot-0.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38d419139c5c576bf86ce96ba9075783", "sha256": "bbc1ddc5fa87a6866da15faa5865422d61b63e630d6274279d3545aac2a83a02" }, "downloads": -1, "filename": "pyecharts-snapshot-0.0.9.tar.gz", "has_sig": false, "md5_digest": "38d419139c5c576bf86ce96ba9075783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7279, "upload_time": "2017-10-20T23:14:14", "url": "https://files.pythonhosted.org/packages/79/b5/f71c6ceb65525e7690aaa33ca94680d0b7f79468b36189f99590aad7855e/pyecharts-snapshot-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "0fbb736bc4d07f38c413a1931f6a69b9", "sha256": "e3112f1413e0f78a3ac7e8632ea1f4a990810fc014eef72010434bf847950666" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fbb736bc4d07f38c413a1931f6a69b9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11934, "upload_time": "2017-12-15T20:07:20", "url": "https://files.pythonhosted.org/packages/94/c8/b297d377cccaa700cc280c6a822b782658182abfd59d326fc81dcd82da32/pyecharts_snapshot-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb021c97832c0f515a4c59df559226c0", "sha256": "563e98f9505fc946fc96565065658d1d8e490a886ca62651707ff2d870bcbaaa" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bb021c97832c0f515a4c59df559226c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7889, "upload_time": "2017-12-15T20:07:17", "url": "https://files.pythonhosted.org/packages/7d/80/ff4fa5dc828c779687e730e8cbf37cb6029e10ec6923b8a849fade403236/pyecharts-snapshot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "76bb2180566bcf29bf0181ae6ea2ab61", "sha256": "74662bcbc8539b1185517d4251dbd9ed1f73156c2ca657ef4fbf0c790948d5f1" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "76bb2180566bcf29bf0181ae6ea2ab61", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11972, "upload_time": "2017-12-17T22:01:44", "url": "https://files.pythonhosted.org/packages/74/9f/0cc11b62ed0d3e93e41021e3a01f82db9ca513d598ce8a6ef3e44bc4618d/pyecharts_snapshot-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1fa7d30810c6cdff5d771e149fe2a4d", "sha256": "cf1253234b734c3323a1cc3a3d757ba99a99ef91701c0d94ca8f5c3c607c821e" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e1fa7d30810c6cdff5d771e149fe2a4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7926, "upload_time": "2017-12-17T22:01:42", "url": "https://files.pythonhosted.org/packages/ab/23/5c01255415d59c931e8e3f5e16f3c37267becc41955c76137c7b0f97ace2/pyecharts-snapshot-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "edfa60410777753c68e33dfe0e14dcb5", "sha256": "16719edd0467fa7276b48c06985b29b4d65355eea6141ff0605751554495a836" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "edfa60410777753c68e33dfe0e14dcb5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8936, "upload_time": "2018-12-16T17:59:59", "url": "https://files.pythonhosted.org/packages/57/76/57f1a948db418bf6223876a73b2ed6982e79b77befc75898a0e7e0ba6de0/pyecharts_snapshot-0.1.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e4e70d9cddec37359e455dfa3a4b20a", "sha256": "f545dd17cda8546126e5b1c18e2ec5ca670a64ee0b08e292eff961da3943a163" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.10.tar.gz", "has_sig": false, "md5_digest": "5e4e70d9cddec37359e455dfa3a4b20a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12101, "upload_time": "2018-12-16T17:59:57", "url": "https://files.pythonhosted.org/packages/96/40/b40589186a9d9bc705cc553a9ba939fe68d06e904af7cddf08342a3b344d/pyecharts-snapshot-0.1.10.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2f2e2682eefc89c90a3651492919593e", "sha256": "30328264dacdbab00e64182b02e2c57f96a25891d4f291e863cde10ac465df67" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f2e2682eefc89c90a3651492919593e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12040, "upload_time": "2017-12-21T20:50:40", "url": "https://files.pythonhosted.org/packages/b8/7a/c08cd1c37ef41956ddccad91bc9686ca6dcd91ca8b2327ec6bed6b495e7e/pyecharts_snapshot-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e99104ae3440e400506586b965bbeb3f", "sha256": "f78181ad5dff81d79b0adf146649a7b03c970622e2d8e53e467badfcf12362d2" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e99104ae3440e400506586b965bbeb3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7985, "upload_time": "2017-12-21T20:50:37", "url": "https://files.pythonhosted.org/packages/8b/8d/74ebb9690ab85a2296ca3ab419c411b7c46c682b09398dc04b7dbccfb05e/pyecharts-snapshot-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9e52915336ed33478d540ffce3da65d1", "sha256": "98c6cbde907de917b4e96ba094c56af9df3af629fde475fab419b866034b84bd" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e52915336ed33478d540ffce3da65d1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11343, "upload_time": "2018-03-12T17:39:27", "url": "https://files.pythonhosted.org/packages/98/c3/0eb3382bd6a8037605f2f3c55552baf3f61f253cd5cb140ca6ea773d2df4/pyecharts_snapshot-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9ef4428ec193754adf64672b90382d4", "sha256": "29695d602dea015fe9817e158bf988d3604774e75d241683c7bb047c6d9d3b41" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d9ef4428ec193754adf64672b90382d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10336, "upload_time": "2018-03-12T17:39:23", "url": "https://files.pythonhosted.org/packages/dd/03/62d7fd181f54204804d21625391cdd8f6631d42cbaeda060b9524f403be8/pyecharts-snapshot-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c4586ef2022dfdfd3cb5078b504c4086", "sha256": "7ebc86a827e1fcf6faba2b21517f756ea11fdd0d98eb726b6cdca76cee4133d2" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c4586ef2022dfdfd3cb5078b504c4086", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12687, "upload_time": "2018-03-26T17:00:42", "url": "https://files.pythonhosted.org/packages/30/23/46b8c5a3617153b8e3cee3e75a30dac86eecd78617052a552c605171a0a8/pyecharts_snapshot-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cabd372c8a2df621dcb8aadaa8b5d06", "sha256": "1219624a78d1e8b9a332fab1836e037dd1edce7bcabb5dc70c2e098aab6e2300" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9cabd372c8a2df621dcb8aadaa8b5d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11249, "upload_time": "2018-03-26T17:00:39", "url": "https://files.pythonhosted.org/packages/ba/ad/af964ed2243d95978b1d6676af40f70800072a4f984c6cac49cb01621a19/pyecharts-snapshot-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "f08764012d70077fd1e7f4f2d2b6cbce", "sha256": "10ed73dff6271b5dacc294995432abf8169118227a1eb71fea95e47abb41de79" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f08764012d70077fd1e7f4f2d2b6cbce", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12763, "upload_time": "2018-04-11T08:37:03", "url": "https://files.pythonhosted.org/packages/67/73/fff93a3a7f9b720d60ddfb792f16b053cd6919e0b6a7f7e2fed54183ffbd/pyecharts_snapshot-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "056c1b7c61038573774bf43a7ad61f8b", "sha256": "2c85e2567465be3dd547f2b60c4788b8cc8fac892e3612a6ef37efdc02b53c14" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.5.tar.gz", "has_sig": false, "md5_digest": "056c1b7c61038573774bf43a7ad61f8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11311, "upload_time": "2018-04-11T08:37:02", "url": "https://files.pythonhosted.org/packages/83/ee/d9c514722954c94f5d12cdcc930599c0283be9b21accad164dd2a21b3cbd/pyecharts-snapshot-0.1.5.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "ecd76429e6bc45bee0212d1fa84fc22c", "sha256": "8e03cc398e37c41039fbcec6b5d12036983516320944f190d920d8c302808683" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ecd76429e6bc45bee0212d1fa84fc22c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 12975, "upload_time": "2018-05-31T21:43:37", "url": "https://files.pythonhosted.org/packages/b5/4f/8b1c2254b857024c31b93f0e344a369cf4d8cbb535449814c84cfbe5e6c0/pyecharts_snapshot-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee6c6954c26924064b3d84b32daf187f", "sha256": "d35fcced175ab3c8dbc8c9c0390bc185b58737d952f8ac2965c4bdcc2e8f5bca" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ee6c6954c26924064b3d84b32daf187f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11650, "upload_time": "2018-05-31T21:43:32", "url": "https://files.pythonhosted.org/packages/4b/70/36b625c3600b7e950010c695a4d22d6d4249b6701c8caeb1b1e42129dc49/pyecharts-snapshot-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "d26989a09bb04d14a5895807af6c3389", "sha256": "732d3a608570013a223fc3b0d294cdf57de8f886f2594072c0d18bdfae5338c1" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d26989a09bb04d14a5895807af6c3389", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12884, "upload_time": "2018-09-11T23:51:58", "url": "https://files.pythonhosted.org/packages/26/28/41155eaf07a244827753745007dd5c65fcb533d930f84a1a83250d069df4/pyecharts_snapshot-0.1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f32657e764fcd90e903b91dde6cc3149", "sha256": "eee353b1b3a81e8c967d6fc62c8d57604f09eda0c0ed98632d741ea7503c8ba8" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.8.tar.gz", "has_sig": false, "md5_digest": "f32657e764fcd90e903b91dde6cc3149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11857, "upload_time": "2018-09-11T23:51:56", "url": "https://files.pythonhosted.org/packages/92/a6/d41c081f23ecbb8e3a74eb20afd8afce8c59dd24cda0b43214cd15672b1f/pyecharts-snapshot-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "ec592bb146b8e9312d574b0eec17836c", "sha256": "82371485e9c84eff0ab3b4701a9a93135ee0e43c353ed78711c702829d3be344" }, "downloads": -1, "filename": "pyecharts_snapshot-0.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec592bb146b8e9312d574b0eec17836c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8851, "upload_time": "2018-11-13T07:29:36", "url": "https://files.pythonhosted.org/packages/d7/1a/b9c9bffae385b25cb93ad401067df4f3b16a0c14c599f94309fa683b7147/pyecharts_snapshot-0.1.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c16a8e1e4a4207b4ea0f49c135b4ea45", "sha256": "36a8c0380fbf797890640acb69fb581ccdbdfa087ae7455ae4c0f514ed32a318" }, "downloads": -1, "filename": "pyecharts-snapshot-0.1.9.tar.gz", "has_sig": false, "md5_digest": "c16a8e1e4a4207b4ea0f49c135b4ea45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11977, "upload_time": "2018-11-13T07:29:33", "url": "https://files.pythonhosted.org/packages/ff/d6/ef3492c47316ddbda5e52d5fb4f2c38b0e2d12f75e2c4aeeb512ee0faddc/pyecharts-snapshot-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "efe15f51555ad7abebba0147b2298fff", "sha256": "4d03a1eb27b0a7176c1f4468d2d2811de0023ea462b8de517ecef4c1db116fe6" }, "downloads": -1, "filename": "pyecharts_snapshot-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efe15f51555ad7abebba0147b2298fff", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 7431, "upload_time": "2019-04-17T07:33:51", "url": "https://files.pythonhosted.org/packages/85/e8/f0a14cc92d89d43e52efb48bca5053c24b53e06e93b43579071476ed0cc6/pyecharts_snapshot-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a7b9e3ffddd5482091482d862f6102f", "sha256": "4c04d49d9910489eb8c62d4e5d61c00adf871c939fbdfb778242c1e4e78852a6" }, "downloads": -1, "filename": "pyecharts-snapshot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5a7b9e3ffddd5482091482d862f6102f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10421, "upload_time": "2019-04-17T07:33:48", "url": "https://files.pythonhosted.org/packages/8e/b4/a65b34019586498a0f111bdef74c5ee5d7d8e5e7708f00fb1d766eabc34f/pyecharts-snapshot-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "efe15f51555ad7abebba0147b2298fff", "sha256": "4d03a1eb27b0a7176c1f4468d2d2811de0023ea462b8de517ecef4c1db116fe6" }, "downloads": -1, "filename": "pyecharts_snapshot-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efe15f51555ad7abebba0147b2298fff", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 7431, "upload_time": "2019-04-17T07:33:51", "url": "https://files.pythonhosted.org/packages/85/e8/f0a14cc92d89d43e52efb48bca5053c24b53e06e93b43579071476ed0cc6/pyecharts_snapshot-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5a7b9e3ffddd5482091482d862f6102f", "sha256": "4c04d49d9910489eb8c62d4e5d61c00adf871c939fbdfb778242c1e4e78852a6" }, "downloads": -1, "filename": "pyecharts-snapshot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5a7b9e3ffddd5482091482d862f6102f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10421, "upload_time": "2019-04-17T07:33:48", "url": "https://files.pythonhosted.org/packages/8e/b4/a65b34019586498a0f111bdef74c5ee5d7d8e5e7708f00fb1d766eabc34f/pyecharts-snapshot-0.2.0.tar.gz" } ] }