{"id":20760405,"url":"https://github.com/vanng822/pypagination","last_synced_at":"2025-10-04T00:11:53.451Z","repository":{"id":10114144,"uuid":"12180887","full_name":"vanng822/pypagination","owner":"vanng822","description":"Pagination in CPython","archived":false,"fork":false,"pushed_at":"2013-09-14T09:22:53.000Z","size":272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T16:49:44.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanng822.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-17T15:22:12.000Z","updated_at":"2013-10-18T01:36:43.000Z","dependencies_parsed_at":"2022-09-17T14:20:20.779Z","dependency_job_id":null,"html_url":"https://github.com/vanng822/pypagination","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vanng822/pypagination","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpypagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpypagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpypagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpypagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanng822","download_url":"https://codeload.github.com/vanng822/pypagination/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fpypagination/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245464,"owners_count":25955031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T10:13:31.506Z","updated_at":"2025-10-04T00:11:53.434Z","avatar_url":"https://github.com/vanng822.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"pypagination\n============\n\nPagination in CPython\n\n[![build status](https://secure.travis-ci.org/vanng822/pypagination.png)](http://travis-ci.org/vanng822/pypagination)\n\n# Example\n\timport pagination\n\t# total 1000 items in result\n\tp = pagination.Paginator(1000,\n                                    prelink= '/test?go=3',\n                                    current = 1,\n                                    pageLinks = 5,\n                                    rowsPerPage = 10,\n                                    )\n    print p.render()\n    # OR\n    print p.render(pattern=\"item\")\n    # OR for pagination data\n    print p.getPaginationData()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fpypagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanng822%2Fpypagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fpypagination/lists"}