{ "info": { "author": "Jean Jordaan", "author_email": "jean.jordaan@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": ".. contents::\n\nIntroduction\n============\n\nMake Kenneth Reitz's tablib_ available to PlominoUtils.\n\nInstallation\n============\n\nInclude ``plomino.tablib`` in the ``eggs`` section of your buildout::\n\n eggs =\n ...\n plomino.tablib\n\nWhen this package is present, the ``dataset`` function is available to Plomino formulas. \n\nExamples::\n\n # Create a table from a list of lists:\n mytable = dataset([[1,2], [3,4]])\n\n # Create a table and specify headers:\n mytable = dataset([[1,2], [3,4]], headers=['col1', 'col2'])\n\n # Create a table from a list of dicts (sets headers):\n mytable = dataset([{'col1': 1, 'col2': 2]}, {'col1': 3, 'col2': 4}])\n\n # Get the table as CSV or JSON:\n mytable.csv\n mytable.json\n\n # Get the table as HTML or Excel:\n mytable.html\n mytable.xls\n\nSee tablib_ for more.\n\n\n.. _tablib: http://pypi.python.org/pypi/tablib\n\nContributors\n============\n- Jean Jordaan\n\nChangelog\n=========\n\n1.1 (2014-07-28)\n----------------\n\n- Fix packaging\n [Jean Jordaan]\n\n1.0 (2013-01-24)\n----------------\n\n- Package created using templer\n [Jean Jordaan]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jean/plomino.tablib", "keywords": "", "license": "gpl", "maintainer": null, "maintainer_email": null, "name": "plomino.tablib", "package_url": "https://pypi.org/project/plomino.tablib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plomino.tablib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jean/plomino.tablib" }, "release_url": "https://pypi.org/project/plomino.tablib/1.1/", "requires_dist": null, "requires_python": null, "summary": "Make Tablib by Kenneth Reitz available to PlominoUtils.", "version": "1.1" }, "last_serial": 1171651, "releases": { "0.9dev0": [ { "comment_text": "", "digests": { "md5": "3020719caab46fef618e18490f023e5a", "sha256": "5cafb67863219aa68262b1f4fdcc5eb3523576ae405ece644fa1352d424040d5" }, "downloads": -1, "filename": "plomino.tablib-0.9dev0.zip", "has_sig": false, "md5_digest": "3020719caab46fef618e18490f023e5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5238, "upload_time": "2012-10-13T10:42:45", "url": "https://files.pythonhosted.org/packages/d2/e9/e39fd450f3a08da758f18676fb8f32c889dfa7c9c354b01e47a572aa8fa4/plomino.tablib-0.9dev0.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "7ee33f4d459e725123cfd97c023ddc9f", "sha256": "b04dd9b1df4f046309a19a607dc5a7cd27c415a4da918a42dc78b51280673263" }, "downloads": -1, "filename": "plomino.tablib-1.0.zip", "has_sig": false, "md5_digest": "7ee33f4d459e725123cfd97c023ddc9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5190, "upload_time": "2013-01-24T08:50:53", "url": "https://files.pythonhosted.org/packages/bd/f8/918a44d8d0ac92f1e6268bf2f89c358f201179fe3c825acdd03d374ccb88/plomino.tablib-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "712ace4f37664350ea567cbddeb58c1f", "sha256": "466e7c193ae6796689332169b85919cc57a14e421a905557b0690cea27bd95d3" }, "downloads": -1, "filename": "plomino.tablib-1.1.zip", "has_sig": false, "md5_digest": "712ace4f37664350ea567cbddeb58c1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14121, "upload_time": "2014-07-28T11:27:23", "url": "https://files.pythonhosted.org/packages/d2/63/113df3dbd395270e439222f3ef9b1fa8efc3732d50e0c0448251ef2d00a5/plomino.tablib-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "712ace4f37664350ea567cbddeb58c1f", "sha256": "466e7c193ae6796689332169b85919cc57a14e421a905557b0690cea27bd95d3" }, "downloads": -1, "filename": "plomino.tablib-1.1.zip", "has_sig": false, "md5_digest": "712ace4f37664350ea567cbddeb58c1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14121, "upload_time": "2014-07-28T11:27:23", "url": "https://files.pythonhosted.org/packages/d2/63/113df3dbd395270e439222f3ef9b1fa8efc3732d50e0c0448251ef2d00a5/plomino.tablib-1.1.zip" } ] }