{"id":33230158,"url":"https://github.com/lxneng/pyramid_tablib","last_synced_at":"2026-04-02T02:21:29.765Z","repository":{"id":3265480,"uuid":"4304478","full_name":"lxneng/pyramid_tablib","owner":"lxneng","description":"tablib renderer (xlsx, xls, csv) for pyramid","archived":false,"fork":false,"pushed_at":"2015-03-12T13:33:29.000Z","size":111,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T11:48:27.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"IronSummitMedia/startbootstrap-agency","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lxneng.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2012-05-12T05:52:57.000Z","updated_at":"2021-03-05T18:19:42.000Z","dependencies_parsed_at":"2022-09-16T04:40:55.183Z","dependency_job_id":null,"html_url":"https://github.com/lxneng/pyramid_tablib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lxneng/pyramid_tablib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxneng%2Fpyramid_tablib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxneng%2Fpyramid_tablib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxneng%2Fpyramid_tablib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxneng%2Fpyramid_tablib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxneng","download_url":"https://codeload.github.com/lxneng/pyramid_tablib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxneng%2Fpyramid_tablib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":"2025-11-16T17:00:42.349Z","updated_at":"2026-04-02T02:21:29.710Z","avatar_url":"https://github.com/lxneng.png","language":"Python","funding_links":[],"categories":["Other"],"sub_categories":[],"readme":"Introduction\n===================\n\n\nThis package which provides custom renderer factory(xlsx, xls, csv) for\nPyramid.\n\n\nGetting Started\n--------------------\n\nInclude pyramid_tablib either by setting your includes in your .ini, or by calling `config.include('pyramid_tablib')`.\n\n::\n\n    pyramid.includes =\n        pyramid_tablib\n\nNow in your view\n\n.. code-block:: python\n\n    @view_config(route_name='users+xlsx', renderer='xlsx')\n    def all_users(request):\n        headers = ['Name', 'City', 'Email']\n        data = [(user.name, user.city, user.email) for user in users]\n        return {'data': data, 'headers': headers, 'title': 'Users'}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxneng%2Fpyramid_tablib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxneng%2Fpyramid_tablib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxneng%2Fpyramid_tablib/lists"}