{ "info": { "author": "Simon Conseil", "author_email": "contact@saimon.org", "bugtrack_url": null, "classifiers": [], "description": "# Report command for [doit](https://github.com/pydoit/doit).\n\nThis plugin for [doit](https://github.com/pydoit/doit) add a new `report`\ncommand, which shows an ASCII or HTML report with the task execution status.\n\nInstall:\n```\n$ pip install doit-report\n```\n\nUsage:\n```\n$ doit report\n$ doit report --html=out.html\n```\n\nThis plugin uses [Astropy](https://github.com/astropy/astropy/)'s\n[Table](http://docs.astropy.org/en/latest/table/index.html) class to create\na table and print it either to the console in ASCII format or to an HTML page.\nAstropy is an heavy dependency (it requires Numpy) for this small plugin, but it\nwas the easiest way to go for now and I didn't find similar features in\na lighter package.\n\nNote that doit does not save the execution status after each task ends, but only\nwhen `doit run` exits. This is an issue for long-running tasks, and would need\neither something like [#228](https://github.com/pydoit/doit/pull/228) or a better\nbackend.\n\nExample console output:\n\n![console output](https://user-images.githubusercontent.com/311639/34677091-4be1ae52-f48f-11e7-83c7-94d259193176.png)\n\nAnd HTML:\n\n![HTML output](https://user-images.githubusercontent.com/311639/34677129-69749560-f48f-11e7-96bf-d9f3e994eb04.png)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/saimn/doit-report", "keywords": "doit", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "doit-report", "package_url": "https://pypi.org/project/doit-report/", "platform": "any", "project_url": "https://pypi.org/project/doit-report/", "project_urls": { "Homepage": "http://github.com/saimn/doit-report" }, "release_url": "https://pypi.org/project/doit-report/0.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Show ASCII or HTML report for doit task execution status", "version": "0.1" }, "last_serial": 3683226, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "af146d5adec4c08f9570ba4633f8db81", "sha256": "b6240aeb561781127c16d451d5baf091e1ee96dfef463415f1fd51d8c9eb0be6" }, "downloads": -1, "filename": "doit_report-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "af146d5adec4c08f9570ba4633f8db81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 5275, "upload_time": "2018-03-19T09:53:10", "url": "https://files.pythonhosted.org/packages/2f/6d/8cbc983217f34e479b2be015761d29b691cae6c2cd598d61cfda50bf800c/doit_report-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c07a9932436435c045a45a2b4b8558b3", "sha256": "68a7eca6a3fa5a36319d3296c23fd483f8f9302ccb2e4fc9b4253108ab6b6130" }, "downloads": -1, "filename": "doit-report-0.1.tar.gz", "has_sig": false, "md5_digest": "c07a9932436435c045a45a2b4b8558b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4252, "upload_time": "2018-03-19T09:52:43", "url": "https://files.pythonhosted.org/packages/08/c0/818042eacfbb41b1ffc262fe6f69126d8b53a752f26eacea5ab458479675/doit-report-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af146d5adec4c08f9570ba4633f8db81", "sha256": "b6240aeb561781127c16d451d5baf091e1ee96dfef463415f1fd51d8c9eb0be6" }, "downloads": -1, "filename": "doit_report-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "af146d5adec4c08f9570ba4633f8db81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 5275, "upload_time": "2018-03-19T09:53:10", "url": "https://files.pythonhosted.org/packages/2f/6d/8cbc983217f34e479b2be015761d29b691cae6c2cd598d61cfda50bf800c/doit_report-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c07a9932436435c045a45a2b4b8558b3", "sha256": "68a7eca6a3fa5a36319d3296c23fd483f8f9302ccb2e4fc9b4253108ab6b6130" }, "downloads": -1, "filename": "doit-report-0.1.tar.gz", "has_sig": false, "md5_digest": "c07a9932436435c045a45a2b4b8558b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4252, "upload_time": "2018-03-19T09:52:43", "url": "https://files.pythonhosted.org/packages/08/c0/818042eacfbb41b1ffc262fe6f69126d8b53a752f26eacea5ab458479675/doit-report-0.1.tar.gz" } ] }