{ "info": { "author": "Libor Wagner", "author_email": "libor.wagner@cvut.cz", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "---\ntitle: repgen: A Simple Python Report Generation Library\nauthor: Libor Wagner \ndate: 2018-11-22\n---\n\n# repgen: A Simple Python Report Generation Library\n\n## Installation\n\nRequirements:\n\n - [jinja2](http://jinja.pocoo.org)\n\nOptional, needed to run the example:\n\n - [numpy](http://www.numpy.org)\n - [tabulate](https://pypi.org/project/tabulate/)\n - [matplotlib](https://matplotlib.org)\n\nUnstall using pip:\n\n```shell\n$ pip install https://github.com/liborw/repgen.git\n```\n\n## Usage\n\n - The following example will produce the ultimate answer in about 7.5 milion years, but also shows the simples usage of this library.\n\n```python\n\nimport time\nfrom repgen import generate\n\n\"\"\"!\nWhat is the answer to life the universe and everything? {{ the_answer }}\n\"\"\"\n\ntime.sleep(7.5e+6*3.154e+7)\n\ndata = dict()\ndata['the_answer'] = 7*6\n\nprint(generate(data=data))\n\n\n```\n\n - For more examples see the [examples](examples/) directory.\n\n## Similar tools\n\n - [pweawe]()\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/liborw/repgen", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "repgen", "package_url": "https://pypi.org/project/repgen/", "platform": "", "project_url": "https://pypi.org/project/repgen/", "project_urls": { "Homepage": "https://github.com/liborw/repgen" }, "release_url": "https://pypi.org/project/repgen/0.0.2/", "requires_dist": [ "jinja2" ], "requires_python": "", "summary": "A simple python REPort GENeration library", "version": "0.0.2" }, "last_serial": 4556517, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "913f309115275d47b5391ca465a3b1dd", "sha256": "593ccb47ece7d0b8dc5d2d8c5caf199eb533bc4415d2a544787e212ae3c6c962" }, "downloads": -1, "filename": "repgen-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "913f309115275d47b5391ca465a3b1dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3632, "upload_time": "2018-12-03T17:08:46", "url": "https://files.pythonhosted.org/packages/1c/af/df08e232e3895d005363e3f1b6e1232968a0a36a0114b831f7bedd341f0e/repgen-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f77d30cc32b73593b462c1bc9e92285d", "sha256": "024afea469cab2166468bcbec01f47ba1325b2a0c224356b1c20c50792be11e3" }, "downloads": -1, "filename": "repgen-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f77d30cc32b73593b462c1bc9e92285d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2481, "upload_time": "2018-12-03T17:08:48", "url": "https://files.pythonhosted.org/packages/fa/dc/62545fa4aebd79901b7e181670764a761ffa7b9418131d10d72b54248405/repgen-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "913f309115275d47b5391ca465a3b1dd", "sha256": "593ccb47ece7d0b8dc5d2d8c5caf199eb533bc4415d2a544787e212ae3c6c962" }, "downloads": -1, "filename": "repgen-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "913f309115275d47b5391ca465a3b1dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3632, "upload_time": "2018-12-03T17:08:46", "url": "https://files.pythonhosted.org/packages/1c/af/df08e232e3895d005363e3f1b6e1232968a0a36a0114b831f7bedd341f0e/repgen-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f77d30cc32b73593b462c1bc9e92285d", "sha256": "024afea469cab2166468bcbec01f47ba1325b2a0c224356b1c20c50792be11e3" }, "downloads": -1, "filename": "repgen-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f77d30cc32b73593b462c1bc9e92285d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2481, "upload_time": "2018-12-03T17:08:48", "url": "https://files.pythonhosted.org/packages/fa/dc/62545fa4aebd79901b7e181670764a761ffa7b9418131d10d72b54248405/repgen-0.0.2.tar.gz" } ] }