{"id":26480160,"url":"https://github.com/cospectrum/snake-opencv","last_synced_at":"2025-10-04T04:56:48.038Z","repository":{"id":65320541,"uuid":"587317778","full_name":"cospectrum/snake-opencv","owner":"cospectrum","description":"Snake case OpenCV with type annotations for Python","archived":false,"fork":false,"pushed_at":"2023-11-13T01:06:48.000Z","size":130,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-20T22:51:51.776Z","etag":null,"topics":["computer-vision","image-processing","opencv","opencv-python","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cospectrum.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,"governance":null}},"created_at":"2023-01-10T13:28:49.000Z","updated_at":"2023-11-16T16:49:44.000Z","dependencies_parsed_at":"2023-11-13T02:25:40.286Z","dependency_job_id":"4fa8a0d2-ccf9-4d81-b0cc-ac0888357557","html_url":"https://github.com/cospectrum/snake-opencv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cospectrum/snake-opencv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cospectrum%2Fsnake-opencv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cospectrum%2Fsnake-opencv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cospectrum%2Fsnake-opencv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cospectrum%2Fsnake-opencv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cospectrum","download_url":"https://codeload.github.com/cospectrum/snake-opencv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cospectrum%2Fsnake-opencv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278266895,"owners_count":25958733,"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":"2025-10-04T02:00:05.491Z","response_time":63,"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":["computer-vision","image-processing","opencv","opencv-python","python"],"created_at":"2025-03-20T02:06:12.581Z","updated_at":"2025-10-04T04:56:48.010Z","avatar_url":"https://github.com/cospectrum.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snake-OpenCV\n\nSnake case OpenCV with type annotations for Python.\n\nNote: still in early development\n\n## Install\n\n```sh\npip install snake-opencv\n```\n\n## Usage\n```py\nimport snake_opencv as cv\n\npath = '..'\nimage = cv.imread(path)\nassert image is not None\ngray_image = cv.cvt_color(image, cv.COLOR_BGR2GRAY)\n\ncv.imshow(window_name, gray_image) \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcospectrum%2Fsnake-opencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcospectrum%2Fsnake-opencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcospectrum%2Fsnake-opencv/lists"}