{ "info": { "author": "MaxiL", "author_email": "maxil@interserv.com.tw", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pure python table, operations find, filter, sort, group, top, tail...\n\n::\n\n theTable = SSTable()\n theTable.addIndex( \"c_1\", 'idx1' );\n vCol = [ \"c_1\", \"c_2\" ]\n theTable.addIndex( vCol, 'idx2' );\n theTable.addRow( dict( c_1 = 1, c_2 = 2 ) )\n theTable.addRow( dict( c_1 = 1, c_2 = 2 ) )\n theTable.addRow( dict( c_1 = 2, c_2 = 3 ) )\n\n #search by index\n rs = theTable.findRow( \"idx2\", ( 1, 2 ) )\n pprint( rs.top( 1 ).to_list() )\n grs = rs.group( (\"c_1\") )\n\n2014/06/03\n\tFix bug: Coouldn't find anything after removeRow", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/maxi119/python-ltable", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maxi119/python-ltable", "keywords": "lightning table", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "ltable", "package_url": "https://pypi.org/project/ltable/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ltable/", "project_urls": { "Download": "https://github.com/maxi119/python-ltable", "Homepage": "https://github.com/maxi119/python-ltable" }, "release_url": "https://pypi.org/project/ltable/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "lite table, not depden on numpy or sqliteoperations,.. find, filter, group, sort, top, tail ..", "version": "0.0.2" }, "last_serial": 1513112, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6328cea92ecf4bec4bdc3457f7e2a50c", "sha256": "9b33449a7267575f1e0b251ca132c9d951ae1d45185d6dbe764e32357c10d0bf" }, "downloads": -1, "filename": "ltable-0.0.1.zip", "has_sig": false, "md5_digest": "6328cea92ecf4bec4bdc3457f7e2a50c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6607, "upload_time": "2014-05-30T16:21:51", "url": "https://files.pythonhosted.org/packages/27/a9/f5268b5946650fa419db5191f91dd42b06ee76b4d979e54e6a57ef8ccfe5/ltable-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "fc6524f5dd5cf7cfad79ccfa8deab38f", "sha256": "029632c3651d6143a58f15e28e6494d56fc3c966518cb560a0774fc8570be8d3" }, "downloads": -1, "filename": "ltable-0.0.2.zip", "has_sig": false, "md5_digest": "fc6524f5dd5cf7cfad79ccfa8deab38f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7283, "upload_time": "2014-06-03T17:22:02", "url": "https://files.pythonhosted.org/packages/10/ab/a66fdbaf9b1094945604fb8d9264dd5af11a9057455ba2fb4e3667988308/ltable-0.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc6524f5dd5cf7cfad79ccfa8deab38f", "sha256": "029632c3651d6143a58f15e28e6494d56fc3c966518cb560a0774fc8570be8d3" }, "downloads": -1, "filename": "ltable-0.0.2.zip", "has_sig": false, "md5_digest": "fc6524f5dd5cf7cfad79ccfa8deab38f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7283, "upload_time": "2014-06-03T17:22:02", "url": "https://files.pythonhosted.org/packages/10/ab/a66fdbaf9b1094945604fb8d9264dd5af11a9057455ba2fb4e3667988308/ltable-0.0.2.zip" } ] }