{"id":35670231,"url":"https://github.com/wylee/pyramid_resourceful","last_synced_at":"2026-01-05T19:01:08.418Z","repository":{"id":62582941,"uuid":"316339497","full_name":"wylee/pyramid_resourceful","owner":"wylee","description":"Resourceful routes and views for Pyramid","archived":false,"fork":false,"pushed_at":"2021-11-07T19:36:03.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-11-27T19:28:28.814Z","etag":null,"topics":["api","pyramid","resource","rest","restful","web"],"latest_commit_sha":null,"homepage":"https://pyramid-resourceful.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wylee.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-26T21:24:04.000Z","updated_at":"2021-11-07T19:36:06.000Z","dependencies_parsed_at":"2022-11-03T21:34:30.332Z","dependency_job_id":null,"html_url":"https://github.com/wylee/pyramid_resourceful","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wylee/pyramid_resourceful","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wylee%2Fpyramid_resourceful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wylee%2Fpyramid_resourceful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wylee%2Fpyramid_resourceful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wylee%2Fpyramid_resourceful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wylee","download_url":"https://codeload.github.com/wylee/pyramid_resourceful/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wylee%2Fpyramid_resourceful/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28218047,"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":"2026-01-05T02:00:06.358Z","response_time":57,"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":["api","pyramid","resource","rest","restful","web"],"created_at":"2026-01-05T19:00:18.023Z","updated_at":"2026-01-05T19:01:08.412Z","avatar_url":"https://github.com/wylee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyramid_resourceful\n+++++++++++++++++++\n\n``pyramid_resourceful`` is a somewhat-opinionated toolkit for building\nresourceful Web services and applications on top of the Pyramid Web\nframework.\n\nOne of the main things it does it make it easy to create the routes and\nviews for a resource::\n\n    config.add_resource(MyResource)\n\nThis will configure all the routes and views for the resource based on\nwhich methods the resource implements (``delete``, ``get``, ``put``,\netc).\n\nIn vanilla Pyramid, you'd have a ``config.add_route()`` and\n``config.add_view()`` for each HTTP method you need to implement, which\ncan get tedious.\n\nTake a look in the ``examples`` directory for self-contained, runnable\nexamples.\n\nSee https://pyramid-resourceful.readthedocs.io/ for detailed\ndocumentation of interfaces, APIs, and usage.\n\nLicense\n=======\n\nThis package is provided under the MIT license. See the ``LICENSE`` file\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwylee%2Fpyramid_resourceful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwylee%2Fpyramid_resourceful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwylee%2Fpyramid_resourceful/lists"}