python-paginate


Namepython-paginate JSON
Version 2024.5.15 PyPI version JSON
download
home_pagehttps://github.com/lixxu/python-paginate
SummarySimple paginate support for python web frameworks
upload_time2024-05-15 07:52:38
maintainerNone
docs_urlNone
authorLix Xu
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
python-paginate
-----------------

Pagination support for python web frameworks (study from will_paginate).
Supported CSS: bootstrap2&3&4, foundation, ink, uikit and semanticui, metro4
Supported web frameworks: Flask, Tornado, Sanic

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lixxu/python-paginate",
    "name": "python-paginate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Lix Xu",
    "author_email": "xuzenglin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/5f/39fb0c88a6b642e794c4eef58eca914b9b6dfe65644d6995a39dc58b7caf/python_paginate-2024.5.15.tar.gz",
    "platform": "any",
    "description": "\r\npython-paginate\r\n-----------------\r\n\r\nPagination support for python web frameworks (study from will_paginate).\r\nSupported CSS: bootstrap2&3&4, foundation, ink, uikit and semanticui, metro4\r\nSupported web frameworks: Flask, Tornado, Sanic\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Simple paginate support for python web frameworks",
    "version": "2024.5.15",
    "project_urls": {
        "Homepage": "https://github.com/lixxu/python-paginate"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74e7648ae0dccda170973c67e7fd4a5749f081103b357301636bbefce909cec3",
                "md5": "6f530a1176149a3255c685902ee2d6ce",
                "sha256": "714a0db825191e1d95c071c8d08ee097a0f52402787f1ebf05612dfe4a209692"
            },
            "downloads": -1,
            "filename": "python_paginate-2024.5.15-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f530a1176149a3255c685902ee2d6ce",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13271,
            "upload_time": "2024-05-15T07:52:36",
            "upload_time_iso_8601": "2024-05-15T07:52:36.059010Z",
            "url": "https://files.pythonhosted.org/packages/74/e7/648ae0dccda170973c67e7fd4a5749f081103b357301636bbefce909cec3/python_paginate-2024.5.15-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "505f39fb0c88a6b642e794c4eef58eca914b9b6dfe65644d6995a39dc58b7caf",
                "md5": "ce09255c111a259453608a65c6030b16",
                "sha256": "1ceb4dec9509f6fa822a795c0b8554bcf9a26477c440ae3f8338a17d3d60fe90"
            },
            "downloads": -1,
            "filename": "python_paginate-2024.5.15.tar.gz",
            "has_sig": false,
            "md5_digest": "ce09255c111a259453608a65c6030b16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9872,
            "upload_time": "2024-05-15T07:52:38",
            "upload_time_iso_8601": "2024-05-15T07:52:38.166456Z",
            "url": "https://files.pythonhosted.org/packages/50/5f/39fb0c88a6b642e794c4eef58eca914b9b6dfe65644d6995a39dc58b7caf/python_paginate-2024.5.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 07:52:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lixxu",
    "github_project": "python-paginate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-paginate"
}
        
Elapsed time: 0.23353s