{"id":20002591,"url":"https://github.com/abhishekkr/pywebvtt","last_synced_at":"2026-06-08T12:32:46.490Z","repository":{"id":232841663,"uuid":"656410827","full_name":"abhishekkr/pywebvtt","owner":"abhishekkr","description":"Python file parser for WebVTT subtitles","archived":false,"fork":false,"pushed_at":"2023-06-24T18:42:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T11:41:54.691Z","etag":null,"topics":["file-parser","parser","python","python3","subtitles","webvtt"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pywebvtt/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhishekkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-20T22:50:34.000Z","updated_at":"2023-07-08T21:26:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"1aefcde5-7100-40a9-9257-c8e4399885d1","html_url":"https://github.com/abhishekkr/pywebvtt","commit_stats":null,"previous_names":["abhishekkr/pywebvtt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/abhishekkr/pywebvtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fpywebvtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fpywebvtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fpywebvtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fpywebvtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishekkr","download_url":"https://codeload.github.com/abhishekkr/pywebvtt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishekkr%2Fpywebvtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["file-parser","parser","python","python3","subtitles","webvtt"],"created_at":"2024-11-13T05:22:22.745Z","updated_at":"2026-06-08T12:32:46.473Z","avatar_url":"https://github.com/abhishekkr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## pywebvtt\n\n\u003e to parse WebVTT subtitle file into a traversable data structure\n\u003e\n\u003e [pypi/pywebvtt](https://pypi.org/project/pywebvtt/)\n\n* to run tests `poetry install \u0026\u0026 poetry run pytest`\n\n* to run example `poetry install \u0026\u0026 poetry run python examples/parse-sample.py`\n\n* sample usage `pip install pywebvtt` and\n\n```\nimport pywebvtt\n\n\nscenes = pywebvtt.ParseFile('sample.vtt')\nfor s in scenes:\n    # every scene has: s.start, s.end, s.start_millisec, s.end_millisec, s.transcript\n    print(s.string())\n```\n\n---\n\n### ToDo\n\n\u003e [source: VTT Mozilla doc](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API)\n\n* add support for multi-line NOTE\n\n* add support for Style \u0026 Cue blocks\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekkr%2Fpywebvtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishekkr%2Fpywebvtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekkr%2Fpywebvtt/lists"}