{ "info": { "author": "Anarthal", "author_email": "rubenperez038@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering" ], "description": "# prettyresults - Present data analysis results in Web or Docx format\n\nPrettyresults is a Python package to display data analysis results in different formats.\nIn short: you run your data analysis using your preferred Python tools, generate\na set of results (figures, tables...) and tell prettyresults about them.\nPrettyresults will generate a neat, friendly web page with your results.\n\nSuppose you are analyzing some social or medical data, using pandas and scipy.stats.\nYou've created several matplotlib figures with descriptive data, some frequency tables,\nsome inference analysis... Visualizing all this information at once in a notebook may\nnot be practical. Prettyresults will display these results you've already created in\na webpage, allowing you to visualize them without problems. It can also create\na web document for you, with a subset of the obtained results.\n\nPrettyresults is a Python library. It implements a result system to add and manipulate\nresults (such as figures or tables). Results are hierarchical, forming a tree.\nResults can then be used to generate a web page or a Word document.\n\n## Installation and requirements\n\nFrom pypi:\n\n```pip install prettyresults```\n\nRequired Python 3.4+. Tested with Python 3.6.7.\n\nPrettyresults employs Pandas and Matplotlib.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anarthal/prettyresults", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "prettyresults", "package_url": "https://pypi.org/project/prettyresults/", "platform": "", "project_url": "https://pypi.org/project/prettyresults/", "project_urls": { "Homepage": "https://github.com/anarthal/prettyresults" }, "release_url": "https://pypi.org/project/prettyresults/1.0.0/", "requires_dist": [ "matplotlib (>=2.1.1)", "numpy (>=1.13.3)", "pandas (>=0.24.1)", "python-docx (>=0.8.10)", "scipy (>=0.19.1)", "Pillow (>=5.1.0)" ], "requires_python": "", "summary": "Present data analysis results in Web or Docx format", "version": "1.0.0" }, "last_serial": 5439289, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "cc12feb7cac047b019195d3d43fc5158", "sha256": "35228de34269adf06cc925d12b6374ec83a97d62f8d4ae2432f8456418c61cf6" }, "downloads": -1, "filename": "prettyresults-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cc12feb7cac047b019195d3d43fc5158", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 775322, "upload_time": "2019-06-24T07:08:12", "url": "https://files.pythonhosted.org/packages/ba/f3/e56f8d8dbae6f8a1f0f5440704f8cafca9bd1613a0635bc62b026f0c02b4/prettyresults-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1232f28307552c9dfcd354d14a03c32f", "sha256": "73b9ab3b657c1b5c2dca2de17447bf0f88451010a5fcf9dbe56d97b68e78b0d8" }, "downloads": -1, "filename": "prettyresults-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1232f28307552c9dfcd354d14a03c32f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12731, "upload_time": "2019-06-24T07:08:15", "url": "https://files.pythonhosted.org/packages/6c/a8/741e83eeca0b2471a90bfac03ec637b684dc4bf35894c994b4ad45c176c3/prettyresults-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc12feb7cac047b019195d3d43fc5158", "sha256": "35228de34269adf06cc925d12b6374ec83a97d62f8d4ae2432f8456418c61cf6" }, "downloads": -1, "filename": "prettyresults-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cc12feb7cac047b019195d3d43fc5158", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 775322, "upload_time": "2019-06-24T07:08:12", "url": "https://files.pythonhosted.org/packages/ba/f3/e56f8d8dbae6f8a1f0f5440704f8cafca9bd1613a0635bc62b026f0c02b4/prettyresults-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1232f28307552c9dfcd354d14a03c32f", "sha256": "73b9ab3b657c1b5c2dca2de17447bf0f88451010a5fcf9dbe56d97b68e78b0d8" }, "downloads": -1, "filename": "prettyresults-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1232f28307552c9dfcd354d14a03c32f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12731, "upload_time": "2019-06-24T07:08:15", "url": "https://files.pythonhosted.org/packages/6c/a8/741e83eeca0b2471a90bfac03ec637b684dc4bf35894c994b4ad45c176c3/prettyresults-1.0.0.tar.gz" } ] }