{ "info": { "author": "Arnau Villoro", "author_email": "arnau@villoro.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.6" ], "description": "# HTML Reports\n\nModule for creating html reports based on jinja2 templates.\n\n## Usage\n\nFirst you should create a report. Then you can add content to it. When you have all the content you can render it in a file with the `write_report` function.\n\nFor example:\n\n```python\nfrom reports import Report\n\nreport = Report()\n\nrep.add_title(\"title1\")\nrep.add_title(\"title1.1\", level=2)\nrep.add_markdown(\"Some text\")\n\nrep.write_report()\n```\n\nThis will create the `report.html` file using the `templates/simple.html` template.\n\n## Installation\n\n\tpip install -r requirements.txt\n\n## Authors\n* [Arnau Villoro](https://villoro.com)\n\n## License\nThe content of this repository is licensed under a [MIT](https://opensource.org/licenses/MIT).\n\n## Nomenclature\nBranches and commits use some prefixes to keep everything better organized.\n\n### Branches\n* **f/:** features\n* **r/:** releases\n* **h/:** hotfixs\n\n### Commits\n* **[NEW]** new features\n* **[FIX]** fixes\n* **[REF]** refactors\n* **[PYL]** [pylint](https://www.pylint.org/) improvements\n* **[TST]** tests\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/villoro/html-reports", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "html-reports", "package_url": "https://pypi.org/project/html-reports/", "platform": "", "project_url": "https://pypi.org/project/html-reports/", "project_urls": { "Homepage": "https://github.com/villoro/html-reports" }, "release_url": "https://pypi.org/project/html-reports/0.1.0/", "requires_dist": [ "beautifulsoup4", "jinja2", "markdown", "easydev" ], "requires_python": "", "summary": "Module to create static html reports", "version": "0.1.0" }, "last_serial": 4832241, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6823b8057365f8583eb011011e24088e", "sha256": "a0f9c22b734f7e178623852b715ddfc0df9d582f2280da9df1e60d45fc5078aa" }, "downloads": -1, "filename": "html_reports-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6823b8057365f8583eb011011e24088e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5035, "upload_time": "2019-02-17T20:02:05", "url": "https://files.pythonhosted.org/packages/a5/00/0ef4a688bf534b3ec1b67d78be4ea8746cb4c7605d1dcb2d84b4ad8b6295/html_reports-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3b4bacdda210d271cb692c04ee41d24", "sha256": "9be446b562e3b6934a3237c1b2e90cbec85629b2fb2071e753fc7d6fc5bcb7d5" }, "downloads": -1, "filename": "html-reports-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d3b4bacdda210d271cb692c04ee41d24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3240, "upload_time": "2019-02-17T20:02:06", "url": "https://files.pythonhosted.org/packages/d7/9a/35dc2b24e538ff5b3dce3fdd350c9e98058be7de876d1799c60fd75590fe/html-reports-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6823b8057365f8583eb011011e24088e", "sha256": "a0f9c22b734f7e178623852b715ddfc0df9d582f2280da9df1e60d45fc5078aa" }, "downloads": -1, "filename": "html_reports-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6823b8057365f8583eb011011e24088e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5035, "upload_time": "2019-02-17T20:02:05", "url": "https://files.pythonhosted.org/packages/a5/00/0ef4a688bf534b3ec1b67d78be4ea8746cb4c7605d1dcb2d84b4ad8b6295/html_reports-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3b4bacdda210d271cb692c04ee41d24", "sha256": "9be446b562e3b6934a3237c1b2e90cbec85629b2fb2071e753fc7d6fc5bcb7d5" }, "downloads": -1, "filename": "html-reports-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d3b4bacdda210d271cb692c04ee41d24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3240, "upload_time": "2019-02-17T20:02:06", "url": "https://files.pythonhosted.org/packages/d7/9a/35dc2b24e538ff5b3dce3fdd350c9e98058be7de876d1799c60fd75590fe/html-reports-0.1.0.tar.gz" } ] }