{"id":23806751,"url":"https://github.com/sureshpandiyan1/py_classic_error","last_synced_at":"2026-04-26T15:30:17.979Z","repository":{"id":186323205,"uuid":"576874939","full_name":"sureshpandiyan1/py_classic_error","owner":"sureshpandiyan1","description":"classic way to show python errors","archived":false,"fork":false,"pushed_at":"2022-12-11T09:38:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T23:13:31.260Z","etag":null,"topics":["classic","error","error-log","python","python-error-handling","python3","traceback","types"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sureshpandiyan1.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-11T09:17:06.000Z","updated_at":"2022-12-11T09:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d33cd53b-6e56-433f-9319-bc5c847d1711","html_url":"https://github.com/sureshpandiyan1/py_classic_error","commit_stats":null,"previous_names":["sureshpandiyan1/py_classic_error"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fpy_classic_error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fpy_classic_error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fpy_classic_error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fpy_classic_error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sureshpandiyan1","download_url":"https://codeload.github.com/sureshpandiyan1/py_classic_error/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240059593,"owners_count":19741688,"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":["classic","error","error-log","python","python-error-handling","python3","traceback","types"],"created_at":"2025-01-01T23:14:06.092Z","updated_at":"2026-04-26T15:30:17.938Z","avatar_url":"https://github.com/sureshpandiyan1.png","language":"Python","readme":"# intro\n\npy_classic_error is classic way to show errors for python users.\n\n# why you need py_classic_error ?\n\n- easy to use\n- more readable error \u0026 compact\n- show error code\n\n# you can install via pip\n\n    pip install py_classic_error\n\n# example\n\n    from py_classic_error import py_classic_error\n    \n    numbers = [1,2,3]\n\n    try:\n        # now we're trying to access index doesn't contains in numbers list\n        print(numbers[8])\n    except:\n        py_classic_error()\n\n    -------py_classic_error------- \n    errtype: \u003cclass 'IndexError'\u003e\n    err: list index out of range\n    Path: \"d:\\weatherapp\\ll.py\"\n    =\u003e 11 print(numbers[8])\n\n# License\nThe unlicense\n\n# Copyright\nSuresh P @ 2022 | py_classic_error | Unlicense\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsureshpandiyan1%2Fpy_classic_error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsureshpandiyan1%2Fpy_classic_error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsureshpandiyan1%2Fpy_classic_error/lists"}