{"id":18264464,"url":"https://github.com/pylons/weberror","last_synced_at":"2025-04-04T21:30:28.813Z","repository":{"id":1412695,"uuid":"1488702","full_name":"Pylons/weberror","owner":"Pylons","description":"WebError Error reporting and interactive debugger","archived":false,"fork":false,"pushed_at":"2020-01-19T01:11:35.000Z","size":276,"stargazers_count":15,"open_issues_count":5,"forks_count":18,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-17T14:25:58.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Yesware/omniauth-google","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pylons.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","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":"2011-03-16T19:57:51.000Z","updated_at":"2024-03-17T08:06:55.000Z","dependencies_parsed_at":"2022-08-16T13:15:26.935Z","dependency_job_id":null,"html_url":"https://github.com/Pylons/weberror","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fweberror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fweberror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fweberror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fweberror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pylons","download_url":"https://codeload.github.com/Pylons/weberror/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247251957,"owners_count":20908600,"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","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-05T11:14:42.707Z","updated_at":"2025-04-04T21:30:28.457Z","avatar_url":"https://github.com/Pylons.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. -*-rst-*-\n\nNOTICE\n======\n\nThis software is not actively maintained. Simple bugfixes and other patches\nwill be accepted, and released.\n\nIntroduction\n============\n\nWebError provides WSGI middleware for the debugging and handling of errors\ninside of WSGI applications.\n\nUsage\n=====\n\nThere are two primary WSGI middleware components:\n\nweberror.errormiddleware.make_error_middleware \n----------------------------------------------\n\nThis middleware should be used for production deployed applications and is used\nto track extra information regarding errors that occur. These error entries can\nadditionally be emailed to a given email address using the *error_email*\noption. Example usage::\n\n  from weberror.errormiddleware import make_error_middleware\n  app = make_error_middleware(app, global_conf)\n\n\nweberror.evalexception.make_eval_exception\n------------------------------------------\n\nThis middleware is used to help debug errors in wsgi applications during\ndevelopment and should not be used in production. Example usage::\n\n  from weberror.evalexception import make_eval_exception\n  app = make_eval_exception(app, global_conf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fweberror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylons%2Fweberror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fweberror/lists"}