{"id":27430979,"url":"https://github.com/bigmlcom/tornadotoad","last_synced_at":"2025-04-14T15:28:12.450Z","repository":{"id":140669315,"uuid":"1932029","full_name":"bigmlcom/tornadotoad","owner":"bigmlcom","description":"provides integration of hoptoad's exception notification service into a tornado app","archived":false,"fork":false,"pushed_at":"2011-06-20T05:46:03.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-04-16T10:59:00.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/bigmlcom.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-21T22:36:15.000Z","updated_at":"2018-09-16T21:05:46.000Z","dependencies_parsed_at":"2023-03-13T10:41:16.501Z","dependency_job_id":null,"html_url":"https://github.com/bigmlcom/tornadotoad","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Ftornadotoad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Ftornadotoad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Ftornadotoad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Ftornadotoad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigmlcom","download_url":"https://codeload.github.com/bigmlcom/tornadotoad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248905856,"owners_count":21181065,"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":"2025-04-14T15:28:11.624Z","updated_at":"2025-04-14T15:28:12.442Z","avatar_url":"https://github.com/bigmlcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\ntornadotoad v 0.3\n==================\n\ntornadotoad allows one to integrate HoptoadApp.com's service to track exceptions \ninside a tornadoapp.  It can be used outside of a running tornado app, but having\ntornado installed is one of the requirements.  If there is an ioloop running, the\nrequest will be asynchronous.\n\nBasic Usage:\n------------------\n\n1) Specify the API key and environment. Usually done once before starting up the iolooop.\n\n    import tornadotoad\n    tornadotoad.register(api_key='your-api-key', environment='production')\n  \n2) Add the tornadotoad mixin to your RequestHandler.\n\n    import tornadotoad\n    class BaseHandler(tornadotoad.mixin.RequestHandler, tornado.web.RequestHandler):\n        pass\n\nEverytime your application throws an error, the error details will be sent off asynchronously\nto Hoptoad.  \n\n\nSend deploy notification\n------------------\n\nWhen hoptoad receives a deploy notification, it will clear all the errors for the environment\nyou have registered. \n\n    import tornadotoad\n    tornadotoad.register(api_key='your-api-key', environment='production')\n    client = tornadotoad.api.TornadoToad()\n    client.deploy()\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmlcom%2Ftornadotoad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigmlcom%2Ftornadotoad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmlcom%2Ftornadotoad/lists"}