{"id":17091301,"url":"https://github.com/ajvb/webpype-django","last_synced_at":"2026-04-17T07:33:08.882Z","repository":{"id":10444026,"uuid":"12611356","full_name":"ajvb/webpype-django","owner":"ajvb","description":"WebPype functionality for Django","archived":false,"fork":false,"pushed_at":"2013-09-08T04:40:17.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T16:14:07.609Z","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":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajvb.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-09-05T06:50:44.000Z","updated_at":"2014-03-17T05:08:22.000Z","dependencies_parsed_at":"2022-07-30T11:48:10.048Z","dependency_job_id":null,"html_url":"https://github.com/ajvb/webpype-django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajvb/webpype-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajvb%2Fwebpype-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajvb%2Fwebpype-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajvb%2Fwebpype-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajvb%2Fwebpype-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajvb","download_url":"https://codeload.github.com/ajvb/webpype-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajvb%2Fwebpype-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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-10-14T13:58:12.315Z","updated_at":"2026-04-17T07:33:08.860Z","avatar_url":"https://github.com/ajvb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"webpype-django\n==============\n\nWebPype functionality for Django\n\nCurrently in alpha stage, not ready for production use.\n\n##### Example\n\n##### Taken from: https://github.com/jpf/block-echo\n\n    import json\n\n    from django.views.generic import View\n\n    from webpype_django.view import WebPypeMixin\n\n    class BlockEchoExample(WebPypeMixin, View):\n        is_block = True\n        block_definition = {\"name\": \"Echo\",\n                           \"description\": \"An example WebPipe block echo service.\",\n                           \"inputs\": [\n                               {\"name\": \"in\",\n                                \"type\": \"string\",\n                                \"description\": \"String to echo\"}],\n                           \"outputs\": [\n                               {\"name\": \"out\",\n                                \"type\": \"string\",\n                                \"description\": \"Echoed string\"}]}\n\n        def block(self, inputs):\n            return json.dumps({\"outputs\":\n                                [{\"out\": json.loads(inputs)['inputs'][0]['in']}]\n            })\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajvb%2Fwebpype-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajvb%2Fwebpype-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajvb%2Fwebpype-django/lists"}