{ "info": { "author": "Ge Yang", "author_email": "yangge1987@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3" ], "description": "Visdom-Helper |image0|\n======================\n\nThis is a simple helper class that makes the awesome ``visdom`` library\neasier to use.\n\nTodo\n----\n\n- [ ] add ``pip`` build chain\n\nDownload\n--------\n\n[ ] todo item\n\nUsage\n-----\n\nFirst try to setup a dashboard.\n\n.. code-block:: python\n\n from visdom-helper import Dashboard\n\n vis = Dashboard('title-of-this-dashboard')\n # Now you can add plots to it.\n\nExisting plots are automatically updated, indexed by name/title.\n\n.. code-block:: python\n\n vis.plot('title-of-plot/name-of-plot', 'type-of-plog', *arg, **args)\n\nTo update plot by appending new data\n\n.. code-block:: python\n\n vis.append('title-of-plot/name-of-plot', 'type-of-plog', *arg, **args)\n\n.. |image0| image:: https://img.shields.io/badge/link_on-GitHub-brightgreen.svg?style=flat-square\n :target: https://github.com/episodeyang/visdom_helper\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/episodeyang/visdom_helper", "keywords": "visdom_helper,deep learning,dashboard,data dashboard,visualization", "license": "", "maintainer": "", "maintainer_email": "", "name": "visdom-helper", "package_url": "https://pypi.org/project/visdom-helper/", "platform": "", "project_url": "https://pypi.org/project/visdom-helper/", "project_urls": { "Homepage": "https://github.com/episodeyang/visdom_helper" }, "release_url": "https://pypi.org/project/visdom-helper/0.0.1/", "requires_dist": [ "waterbear", "argparse", "typing" ], "requires_python": "", "summary": "A plotting helper for facebook visdom dashboards", "version": "0.0.1" }, "last_serial": 3785943, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d628b58dabb5187a07d1892a98d39b13", "sha256": "fa2407e5fe37d302602c27ca4d956652203049cb0804e3c142e942d7c8f13695" }, "downloads": -1, "filename": "visdom_helper-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d628b58dabb5187a07d1892a98d39b13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2647, "upload_time": "2018-04-20T21:27:48", "url": "https://files.pythonhosted.org/packages/52/84/36221cd2929e59bc2746c27d81afe5c126803ba7d1869704fb2fd609caa7/visdom_helper-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d628b58dabb5187a07d1892a98d39b13", "sha256": "fa2407e5fe37d302602c27ca4d956652203049cb0804e3c142e942d7c8f13695" }, "downloads": -1, "filename": "visdom_helper-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d628b58dabb5187a07d1892a98d39b13", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2647, "upload_time": "2018-04-20T21:27:48", "url": "https://files.pythonhosted.org/packages/52/84/36221cd2929e59bc2746c27d81afe5c126803ba7d1869704fb2fd609caa7/visdom_helper-0.0.1-py3-none-any.whl" } ] }