{ "info": { "author": "Gustav Larsson", "author_email": "gustav.m.larsson@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "vzlog\n=====\n\nTool for logging rich content to an HTML file. It has two main advantages over\ninteractive logging:\n\n* You can run experiments with loads of output, without having to be halted by\n an interactive plot. If you solve this by dumping plots to individual images,\n you might want to try vzlog instead, since it can seamlessly integrate text\n and images.\n* If you often work remotely from a computer with a public HTML directory (such\n as a University account), you can plot directly to that directory. VzLog can\n in that case make sure the files have public viewing permissions.\n\nInstallation\n------------\n::\n\n pip install vzlog\n\nDocumentation |doc|\n-------------------\n\n* http://vzlog.readthedocs.org/ \n\nFeatures\n--------\n* Logs rich content data, such as plots and images, to an HTML file.\n* Works with any plotting library that can save to file (e.g. matplotlib).\n* Ability to explicitly set file permissions. This is useful if you are using\n this on a server with a restrictive umask, but you are plotting to a public\n HTML folder. No more clunky X redirection to do remote plotting.\n\nExample\n-------\nApart from commands that print text, the key command here is ``vz.impath``,\nwhich returns an image path. The path is at the same time added to the log\noutput:\n\n.. code:: python\n\n import vzlog\n\n vz = vzlog.VzLog('mylog')\n vz.title('Plots')\n vz.section('Silly plot')\n\n x = [1, 2, 3, 1, 2, 3]\n vz.log('x =', x)\n\n # Plot directly to the vzlog file\n import vzlog.pyplot as plt\n\n plt.figure(figsize=(4, 4))\n plt.plot(x)\n plt.savefig(vz.impath('svg'))\n\n.. |doc| image:: https://readthedocs.org/projects/vzlog/badge/?version=latest \n :target: https://readthedocs.org/projects/vzlog/?badge=latest \n :alt: Documentation Status\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gustavla/vzlog", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "vzlog", "package_url": "https://pypi.org/project/vzlog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vzlog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gustavla/vzlog" }, "release_url": "https://pypi.org/project/vzlog/0.1.8/", "requires_dist": null, "requires_python": null, "summary": "Python tool for logging rich content, particularly plots and images", "version": "0.1.8" }, "last_serial": 2021674, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bcb8a8cd4bdeba012f5e80836ba7a582", "sha256": "b92b7a775b89847244fa0b4a94392d7a2c1754aecd2cb1ff861a1b0630598d85" }, "downloads": -1, "filename": "vzlog-0.1.tar.gz", "has_sig": false, "md5_digest": "bcb8a8cd4bdeba012f5e80836ba7a582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3184, "upload_time": "2014-08-01T00:18:29", "url": "https://files.pythonhosted.org/packages/0f/9f/6d8e92396d2786b3a3bfa8304a69df3d5f0c51fdd64b72f22424e63c5e41/vzlog-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "55b45282e8df1c7d8033786e19932a6c", "sha256": "4391c4e1ddf2d086f86e9a48b3f91ae1341b8a7aa88d44c8b214dd7d61783e15" }, "downloads": -1, "filename": "vzlog-0.1.1.tar.gz", "has_sig": false, "md5_digest": "55b45282e8df1c7d8033786e19932a6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3212, "upload_time": "2014-08-01T00:23:17", "url": "https://files.pythonhosted.org/packages/12/13/c702fffa8835ce21329d9e8d66b2886d21d24a619e579cb2ad83aad137a0/vzlog-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "205d621c72e3b7baf280142c7c29ea9c", "sha256": "95f4748b06cad6b2dca2601ffa5c68bbf70c4a68bbb97f76fc16fc3ca0e0da1c" }, "downloads": -1, "filename": "vzlog-0.1.2.tar.gz", "has_sig": false, "md5_digest": "205d621c72e3b7baf280142c7c29ea9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5777, "upload_time": "2015-05-15T00:02:45", "url": "https://files.pythonhosted.org/packages/49/71/7dd240f429cf09a43fe9ebc15ac9624ff183b95359525a28d437e1da9936/vzlog-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "11a57836b610df51ecdcf05094ee7ea8", "sha256": "9e2d3b0fe3a20cc47dffb5cda59d86fc3fdfd3359680490ff6200c87f5887448" }, "downloads": -1, "filename": "vzlog-0.1.3.tar.gz", "has_sig": false, "md5_digest": "11a57836b610df51ecdcf05094ee7ea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6057, "upload_time": "2015-07-08T00:25:52", "url": "https://files.pythonhosted.org/packages/da/28/f4186031f023acb3e975d8236461f35265ee9c4e63dff3171edab526923b/vzlog-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9294569d3e7881d645313a58bd02a8ab", "sha256": "5d0f519c62f3ba79642f26e83d8458b79783e9b69047f3a03f34584ceb027952" }, "downloads": -1, "filename": "vzlog-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9294569d3e7881d645313a58bd02a8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108554, "upload_time": "2015-08-12T04:38:17", "url": "https://files.pythonhosted.org/packages/93/94/db475e7a4fd5382795d7cc70685123bbf43f18bc5357f2071989eb0e50f3/vzlog-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "62acb0e4ff8c01406f79839b932afaaa", "sha256": "40e2686045e0fc61903e7a2d3271a611073dce9b119d5a2f71a932ff01a60f77" }, "downloads": -1, "filename": "vzlog-0.1.5.tar.gz", "has_sig": false, "md5_digest": "62acb0e4ff8c01406f79839b932afaaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109016, "upload_time": "2015-08-18T00:29:44", "url": "https://files.pythonhosted.org/packages/45/65/b06a8ac1fc04551aaae32be392c1a3b725c81c316ca9cab79c967db2f46c/vzlog-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "2d9c578aec216f7e03b6a7f9f5d809f2", "sha256": "e8a6eea1047b44fdf0da63784ff8dfa3bf9884629474d59c7b8a555cd1328696" }, "downloads": -1, "filename": "vzlog-0.1.6.tar.gz", "has_sig": false, "md5_digest": "2d9c578aec216f7e03b6a7f9f5d809f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109029, "upload_time": "2015-08-18T00:35:16", "url": "https://files.pythonhosted.org/packages/34/2d/b6120346765ee148a6f608ad3f21c46f1f4dcad264c43f05a3e49a5641c4/vzlog-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "304f87c6fe4708dcbc95345a2afdb1a2", "sha256": "6e337a43005f5f79f5fe0e0577f7b628f07e75028899bc21bd8ab12561e04aff" }, "downloads": -1, "filename": "vzlog-0.1.7.tar.gz", "has_sig": false, "md5_digest": "304f87c6fe4708dcbc95345a2afdb1a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108965, "upload_time": "2015-09-04T02:20:48", "url": "https://files.pythonhosted.org/packages/8f/e8/13267fe4d27edc2a773f6448497083313d28278c227e3c52575e109292a8/vzlog-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "972676e000ea550fd51e4c0af3d23ddf", "sha256": "4dac5067ae19b5fa1fff6438bd92c643697be31d32c48519687975a3e233f0de" }, "downloads": -1, "filename": "vzlog-0.1.8-cp34-cp34m-macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "972676e000ea550fd51e4c0af3d23ddf", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 129364, "upload_time": "2016-03-22T23:03:19", "url": "https://files.pythonhosted.org/packages/2c/ef/e75305fc886ea80128695f20d9dae3dd9b8277213ae210804c3c2c449b7e/vzlog-0.1.8-cp34-cp34m-macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0ffc71a2fa30a6669a46f339a1fc7f3f", "sha256": "317e754d7cfb26406b96b61b94d813d01e7f41dd429d01283aa84bd9976b5819" }, "downloads": -1, "filename": "vzlog-0.1.8.tar.gz", "has_sig": false, "md5_digest": "0ffc71a2fa30a6669a46f339a1fc7f3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109804, "upload_time": "2016-03-22T23:03:10", "url": "https://files.pythonhosted.org/packages/e2/10/f320f9828d8037bc8b0051492ed15919a63bb5b3572f31d9494aabd8ae63/vzlog-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "972676e000ea550fd51e4c0af3d23ddf", "sha256": "4dac5067ae19b5fa1fff6438bd92c643697be31d32c48519687975a3e233f0de" }, "downloads": -1, "filename": "vzlog-0.1.8-cp34-cp34m-macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "972676e000ea550fd51e4c0af3d23ddf", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 129364, "upload_time": "2016-03-22T23:03:19", "url": "https://files.pythonhosted.org/packages/2c/ef/e75305fc886ea80128695f20d9dae3dd9b8277213ae210804c3c2c449b7e/vzlog-0.1.8-cp34-cp34m-macosx_10_10_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0ffc71a2fa30a6669a46f339a1fc7f3f", "sha256": "317e754d7cfb26406b96b61b94d813d01e7f41dd429d01283aa84bd9976b5819" }, "downloads": -1, "filename": "vzlog-0.1.8.tar.gz", "has_sig": false, "md5_digest": "0ffc71a2fa30a6669a46f339a1fc7f3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109804, "upload_time": "2016-03-22T23:03:10", "url": "https://files.pythonhosted.org/packages/e2/10/f320f9828d8037bc8b0051492ed15919a63bb5b3572f31d9494aabd8ae63/vzlog-0.1.8.tar.gz" } ] }