{ "info": { "author": "Olivier Schwander", "author_email": "schwander@lix.polytechnique.fr", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Editors :: Emacs" ], "description": "Orgreport\n=========\n\nDescription\n-----------\n\nOrgreport allows to output data formatted in the `Org-mode\n`_ format. It can be used to generate reports which\nmay exported to any of the export format supported by Org-mode.\n\nPrerequisite\n------------\n\nIf you want to use the auto-export feature, you need a working Emacs and\nOrg-mode.\n\nExample\n-------\n\n::\n\n # The main Org object\n org = Orgreport(title=\"Some nice experiment\", path=\"reports\", verbose=True, options=\"toc:1\", html=True)\n \n # A paragraph\n org.para(\"Description\")\n org.content(\"This is a funky way of testing if....\")\n org.content(\"second line of the paragraph\")\n org.end()\n \n # A table, which will be plotted with org-plot\n scores = org.table(titles = [\"Alpha\", \"Score\"], plot = \"ind:1\n set:\\\"yrange [0:]\\\"\")\n \n org.para(\"Let's go\")\n # Some computation\n for x in range(10):\n y = random.random()\n scores.append((x, y))\n org.content(x + \"\" + y)\n org.end()\n \n # Format the table\n scores.output()\n \n # Finally close the Org object\n org.end()\n\nDownload\n--------\n\nDirectly: http://www.lix.polytechnique.fr/~schwander/orgreport/orgreport-0.1.tar.gz\n\nOn PyPI: http://pypi.python.org/pypi/orgreport\n\nDarcs repository: http://www.lix.polytechnique.fr/~schwander/darcs/orgreport/\n\nLicence\n-------\n\nOrgreport is free software, released under the term of the BSD license.\n\nCopyright 2010-2011 Olivier Schwander ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.lix.polytechnique.fr/~schwander/orgreport", "keywords": "emacs org-mode", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "orgreport", "package_url": "https://pypi.org/project/orgreport/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/orgreport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.lix.polytechnique.fr/~schwander/orgreport" }, "release_url": "https://pypi.org/project/orgreport/0.1/", "requires_dist": null, "requires_python": null, "summary": "Format output in the Emacs org-mode format", "version": "0.1" }, "last_serial": 305012, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6733a38ac64602ace2c2b974f0b51418", "sha256": "faca01b1b427f4b50dbdebc559b2994d7268eeac965d2307978dcb00f97efc73" }, "downloads": -1, "filename": "orgreport-0.1.tar.gz", "has_sig": false, "md5_digest": "6733a38ac64602ace2c2b974f0b51418", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3041, "upload_time": "2011-08-17T20:50:19", "url": "https://files.pythonhosted.org/packages/a9/8f/8355c47a9479982413ab2a55e6c3559a6d16905b840aa7a7637fb91fa776/orgreport-0.1.tar.gz" } ], "0.1.0": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "6733a38ac64602ace2c2b974f0b51418", "sha256": "faca01b1b427f4b50dbdebc559b2994d7268eeac965d2307978dcb00f97efc73" }, "downloads": -1, "filename": "orgreport-0.1.tar.gz", "has_sig": false, "md5_digest": "6733a38ac64602ace2c2b974f0b51418", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3041, "upload_time": "2011-08-17T20:50:19", "url": "https://files.pythonhosted.org/packages/a9/8f/8355c47a9479982413ab2a55e6c3559a6d16905b840aa7a7637fb91fa776/orgreport-0.1.tar.gz" } ] }