{ "info": { "author": "Timon Wong", "author_email": "timon86.wang@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-PagedList\n===============\n\nFlask-PagedList bundles features from pypagedlist into a blueprint named 'PagedList'.\n\nInstallation\n------------\n\nFlask-PagedList can be installed using ``pip`` from `PyPI`_. `virtualenv`_ is highly\nrecommended:\n\n.. code-block:: bash\n\n pip install -U flask-pagedlist\n\n.. _PyPI: https://pypi.python.org/pypi/Flask-PagedList\n.. _virtualenv: https://virtualenv.pypa.io/en/latest/\n\nFor development, instead, clone the `github repository `_, and use:\n\n.. code-block:: bash\n\n python setup.py develop # Or, pip install -e .\n\n\nExample Project\n----------------\n\nScreenshots\n~~~~~~~~~~~\n\nTraditional\n+++++++++++\n\n.. image:: https://raw.github.com/timonwong/flask-pagedlist/gh-pages/screenshots/demo1.png\n\nAJAX\n++++\n\n.. image:: https://raw.github.com/timonwong/flask-pagedlist/gh-pages/screenshots/demo2.png\n\nRun\n~~~\n\nHere is a simple description about how to run the demo project:\n\n.. code-block:: bash\n\n # 1. Clone this git repo in order to get the example\n git clone https://github.com/timonwong/flask-pagedlist.git\n cd flask-pagedlist\n\n # 2. Install flask-pagedlist\n pip install -U flask-pagedlist\n\n # 3. Install dependencies for the example\n pip install -U -r example-requirements.txt\n\n # 4. Start the example project\n python run_example.py\n\n\nUsage\n-----\n\nBasic usage\n~~~~~~~~~~~\n\nHere is an example:\n\n.. code-block:: python\n\n from flask_pagedlist import PagedList\n\n PagedList(app)\n\n\nStatic resources\n~~~~~~~~~~~~~~~~\n\n``pagedlist_static_for`` is recommended for requiring static resources for Flask-PagedList in templates:\n\n.. code-block:: python\n\n def pagedlist_static_for(filename, use_minified=None):\n \"\"\"Resource finding function, also available in templates.\n\n :param filename: File to find a URL for.\n :param use_minified': If set to ``True``/``False``, use/don't use\n minified. If ``None``, use the default setting\n from ``PAGEDLIST_USE_MINIFIED``.\n :return: A URL.\n \"\"\"\n\n\nConfiguration\n~~~~~~~~~~~~~\n\n``PAGEDLIST_USE_MINIFIED``\n++++++++++++++++++++++++++\n\n\n``PAGEDLIST_PREFIX``\n++++++++++++++++++++", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timonwong/flask-pagedlist", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "Flask-PagedList", "package_url": "https://pypi.org/project/Flask-PagedList/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flask-PagedList/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/timonwong/flask-pagedlist" }, "release_url": "https://pypi.org/project/Flask-PagedList/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Add pypagedlist support for Flask", "version": "0.2.1" }, "last_serial": 1421536, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "f80e7ac1eaebddd7251de7dc64c74189", "sha256": "c655d316cb640b6453c375c0f68fc773646f7f60c96515ccec152bfd3890c356" }, "downloads": -1, "filename": "Flask_PagedList-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f80e7ac1eaebddd7251de7dc64c74189", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8254, "upload_time": "2014-06-19T11:30:39", "url": "https://files.pythonhosted.org/packages/d5/4e/229b5acc49c63483f8afa7396f480c1bb8f96412c51a75b0ccb70db221de/Flask_PagedList-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bb5c0e1213b51370cea1aded68e1222", "sha256": "a46531239956d0133b2d43a8171ebaa2c1ebe4eb6ba777f7c7412f83d5f5abd5" }, "downloads": -1, "filename": "Flask-PagedList-0.2.zip", "has_sig": false, "md5_digest": "6bb5c0e1213b51370cea1aded68e1222", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 552487, "upload_time": "2014-06-19T11:31:55", "url": "https://files.pythonhosted.org/packages/0e/db/32855e374c48f4fcb529400318c91244cf168eb7eaef98666426d4d6f9cf/Flask-PagedList-0.2.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "24c493cae7559941f6d16629057678dc", "sha256": "226384811f93e3f1ae3d316cb16af918d080d9d14e978f6831ea97d062188aa3" }, "downloads": -1, "filename": "Flask_PagedList-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24c493cae7559941f6d16629057678dc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10139, "upload_time": "2015-02-13T02:25:26", "url": "https://files.pythonhosted.org/packages/73/53/9d0eb442717a6f0455c5e5a9aed4293ab137fa0e2e91e4008de5f12a2507/Flask_PagedList-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "588ab1387cac33b064f78d1ab1fe5ed4", "sha256": "3b0d1b538d9cfc1d8ce69abe11fd42c7f0f8b5592d185638cd9d09a62dca84a8" }, "downloads": -1, "filename": "Flask-PagedList-0.2.1.zip", "has_sig": false, "md5_digest": "588ab1387cac33b064f78d1ab1fe5ed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436780, "upload_time": "2015-02-13T02:25:23", "url": "https://files.pythonhosted.org/packages/e8/9e/d3abb5afd6bf73040081cc26128ca4b5dd6eb50ba20090e93805968f6842/Flask-PagedList-0.2.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24c493cae7559941f6d16629057678dc", "sha256": "226384811f93e3f1ae3d316cb16af918d080d9d14e978f6831ea97d062188aa3" }, "downloads": -1, "filename": "Flask_PagedList-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24c493cae7559941f6d16629057678dc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10139, "upload_time": "2015-02-13T02:25:26", "url": "https://files.pythonhosted.org/packages/73/53/9d0eb442717a6f0455c5e5a9aed4293ab137fa0e2e91e4008de5f12a2507/Flask_PagedList-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "588ab1387cac33b064f78d1ab1fe5ed4", "sha256": "3b0d1b538d9cfc1d8ce69abe11fd42c7f0f8b5592d185638cd9d09a62dca84a8" }, "downloads": -1, "filename": "Flask-PagedList-0.2.1.zip", "has_sig": false, "md5_digest": "588ab1387cac33b064f78d1ab1fe5ed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436780, "upload_time": "2015-02-13T02:25:23", "url": "https://files.pythonhosted.org/packages/e8/9e/d3abb5afd6bf73040081cc26128ca4b5dd6eb50ba20090e93805968f6842/Flask-PagedList-0.2.1.zip" } ] }