{ "info": { "author": "Lukas Weissenb\u00f6ck", "author_email": "lukas@lukes.space", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "paginate_whoosh\n---------------\n\nThis module is an extension to the [paginate](https://github.com/Pylons/paginate) module. It divides\nup search results obtained with Whoosh.\n\n\nUsage\n-----\n```\nfrom paginate_whoosh import WhooshPage\n\nqp = QueryParser(\"text\", myindex.schema)\nq = qp.parse(\"a query\")\n\nwith myindex.searcher() as searcher:\n page = WhooshPage(\n searcher.search(q, limit=None), # limit=None is required!\n page=1, items_per_page=10)\n # Now continue as you are used from the paginate module.\n # Iterate over page to obtain the Whoosh result dictionary\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/myriogon/paginate_whoosh", "keywords": "pagination paginate whoosh", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "paginate-whoosh", "package_url": "https://pypi.org/project/paginate-whoosh/", "platform": "", "project_url": "https://pypi.org/project/paginate-whoosh/", "project_urls": { "Homepage": "https://github.com/myriogon/paginate_whoosh" }, "release_url": "https://pypi.org/project/paginate-whoosh/0.3/", "requires_dist": null, "requires_python": "", "summary": "Extension to the paginate module to support Whoosh", "version": "0.3" }, "last_serial": 2612262, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "919e717ba5f59c4e95881c9a7681ac1a", "sha256": "abd00f73245a264f686f18443771b5bc7497b918c2d5285e8fdf517c93a7f305" }, "downloads": -1, "filename": "paginate_whoosh-0.2.tar.gz", "has_sig": false, "md5_digest": "919e717ba5f59c4e95881c9a7681ac1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1799, "upload_time": "2017-02-01T17:30:54", "url": "https://files.pythonhosted.org/packages/ef/7b/0a8f5f72525fd48335f61f28f94da398b0dcaff2be004f114d556592ffa4/paginate_whoosh-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "7f88891572bf5b20862234209b82b60f", "sha256": "25e974d809dad451f2c643247796fd46616feaebdacccb7372f0fcb8ad328503" }, "downloads": -1, "filename": "paginate_whoosh-0.3.tar.gz", "has_sig": false, "md5_digest": "7f88891572bf5b20862234209b82b60f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548, "upload_time": "2017-02-01T18:11:52", "url": "https://files.pythonhosted.org/packages/26/b4/1a66a5c6eafa6028774295f3df0939f87c76ee187f0c5b4b9695b14de126/paginate_whoosh-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f88891572bf5b20862234209b82b60f", "sha256": "25e974d809dad451f2c643247796fd46616feaebdacccb7372f0fcb8ad328503" }, "downloads": -1, "filename": "paginate_whoosh-0.3.tar.gz", "has_sig": false, "md5_digest": "7f88891572bf5b20862234209b82b60f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548, "upload_time": "2017-02-01T18:11:52", "url": "https://files.pythonhosted.org/packages/26/b4/1a66a5c6eafa6028774295f3df0939f87c76ee187f0c5b4b9695b14de126/paginate_whoosh-0.3.tar.gz" } ] }