{ "info": { "author": "Phillip Piper", "author_email": "phillip.piper@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: User Interfaces" ], "description": "ObjectListView\r\n==============\r\n\r\nAn ObjectListView is a wrapper around the wx.ListCtrl that makes the\r\nlist control easier to use. It also provides some useful extra functionality.\r\n\r\n* Automatically transforms a collection of model objects into a fully functional wx.ListCtrl.\r\n* Automatically sorts rows.\r\n* Easily edit the cell values.\r\n* Supports all ListCtrl views (report, list, large and small icons).\r\n* Columns can be fixed-width, have a minimum and/or maximum width, or be space-filling\r\n* Displays a \"list is empty\" message when the list is empty (obviously).\r\n* Supports checkboxes in any column.\r\n* Supports alternate rows background colors.\r\n* Supports custom formatting of rows .\r\n* Supports searching (by typing) on any column, even on massive lists.\r\n* Supports custom sorting\r\n* Supports filtering and batched updates\r\n* The ``FastObjectListView`` version can build a list of 10,000 objects in less than 0.1 seconds.\r\n* The ``VirtualObjectListView`` version supports millions of rows through ListCtrl's virtual mode.\r\n* The ``GroupListView`` version supports arranging rows into collapsible groups.\r\n* Effortlessly produce professional-looking reports using a ``ListCtrlPrinter``.\r\n\r\nSeriously, after using an ObjectListView, you will never go back to using a plain wx.ListCtrl.\r\n\r\n\r\nDependancies\r\n============\r\n\r\n * Python 2.7+\r\n * wxPython 2.8+", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/wbruhin/objectlistview/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/wbruhin/objectlistview", "keywords": null, "license": "wxWindows", "maintainer": null, "maintainer_email": null, "name": "ObjectListView", "package_url": "https://pypi.org/project/ObjectListView/", "platform": "Many", "project_url": "https://pypi.org/project/ObjectListView/", "project_urls": { "Download": "https://bitbucket.org/wbruhin/objectlistview/downloads", "Homepage": "https://bitbucket.org/wbruhin/objectlistview" }, "release_url": "https://pypi.org/project/ObjectListView/1.3.1/", "requires_dist": null, "requires_python": null, "summary": "An ObjectListView is a wrapper around the wx.ListCtrl that makes the list control easier to use", "version": "1.3.1" }, "last_serial": 1406717, "releases": { "1.0": [], "1.0.1": [], "1.1": [], "1.2": [], "1.3": [], "1.3.1": [ { "comment_text": "", "digests": { "md5": "4db7538e51bea02cabb572af8f3197d0", "sha256": "6dc412bc3f434f12c8be08bb80ea41560576958ed928b314c4b604f106ae87e1" }, "downloads": -1, "filename": "ObjectListView-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4db7538e51bea02cabb572af8f3197d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83611, "upload_time": "2015-02-02T19:02:42", "url": "https://files.pythonhosted.org/packages/f8/81/7a70f9b9c99bc00b70d7293a9ce8bf0ed483d8c37c17d4652213d548c059/ObjectListView-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d74008570a107cc94f7137e589bb9e5c", "sha256": "ab97f8c291a0cc05c7df729490422e1bd8a88ca32882cb113c969f08021bea0d" }, "downloads": -1, "filename": "ObjectListView-1.3.1.zip", "has_sig": false, "md5_digest": "d74008570a107cc94f7137e589bb9e5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2327072, "upload_time": "2015-02-02T19:02:51", "url": "https://files.pythonhosted.org/packages/c1/e8/36943423c7101f4a01fbc308964e22b4407b09d6d4116a4d8b350e0e3bbf/ObjectListView-1.3.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4db7538e51bea02cabb572af8f3197d0", "sha256": "6dc412bc3f434f12c8be08bb80ea41560576958ed928b314c4b604f106ae87e1" }, "downloads": -1, "filename": "ObjectListView-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4db7538e51bea02cabb572af8f3197d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 83611, "upload_time": "2015-02-02T19:02:42", "url": "https://files.pythonhosted.org/packages/f8/81/7a70f9b9c99bc00b70d7293a9ce8bf0ed483d8c37c17d4652213d548c059/ObjectListView-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d74008570a107cc94f7137e589bb9e5c", "sha256": "ab97f8c291a0cc05c7df729490422e1bd8a88ca32882cb113c969f08021bea0d" }, "downloads": -1, "filename": "ObjectListView-1.3.1.zip", "has_sig": false, "md5_digest": "d74008570a107cc94f7137e589bb9e5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2327072, "upload_time": "2015-02-02T19:02:51", "url": "https://files.pythonhosted.org/packages/c1/e8/36943423c7101f4a01fbc308964e22b4407b09d6d4116a4d8b350e0e3bbf/ObjectListView-1.3.1.zip" } ] }