{"id":20240036,"url":"https://github.com/sudoskys/subtitle_utils","last_synced_at":"2025-04-10T19:50:35.752Z","repository":{"id":65150839,"uuid":"584253498","full_name":"sudoskys/subtitle_utils","owner":"sudoskys","description":"Subtilte Convert Utils - ass2srt vtt2bcc srt2bcc ass2bcc and more | 字幕格式转换","archived":false,"fork":false,"pushed_at":"2024-01-18T16:19:43.000Z","size":366,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:21:56.476Z","etag":null,"topics":["ass","ass2srt","bcc","srt","srt2vtt","subtitles","subtitles-parsing","vtt","vtt-subtitles","vtt2bcc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudoskys.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-02T02:15:06.000Z","updated_at":"2024-11-12T07:20:21.000Z","dependencies_parsed_at":"2024-11-14T08:43:16.164Z","dependency_job_id":"a69022c6-f749-4a08-9a04-7f23c2d5ba8d","html_url":"https://github.com/sudoskys/subtitle_utils","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"2a761fa702db50fc14f1a62db89c3b6eab274201"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoskys%2Fsubtitle_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoskys%2Fsubtitle_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoskys%2Fsubtitle_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoskys%2Fsubtitle_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudoskys","download_url":"https://codeload.github.com/sudoskys/subtitle_utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248283015,"owners_count":21077756,"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":["ass","ass2srt","bcc","srt","srt2vtt","subtitles","subtitles-parsing","vtt","vtt-subtitles","vtt2bcc"],"created_at":"2024-11-14T08:42:46.911Z","updated_at":"2025-04-10T19:50:35.743Z","avatar_url":"https://github.com/sudoskys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# subtitle_utils\n\n![cover](https://raw.githubusercontent.com/sudoskys/subtitle_utils/main/src/cover.jpg)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.8|9|10|11-green\" alt=\"Python\" \u003e\n  \u003cimg src=\"https://img.shields.io/pypi/dm/subtitle_utils.svg\" alt=\"Download\"\u003e\n\u003c/p\u003e\n\nSubtilte Conversion Utils - ass2srt vtt2bcc srt2bcc ass2bcc and more!\n\n## Install 🥽\n\n```\npip install -U subtitle_utils\n```\n\n## Usage ☕️\n\n```python\nfrom subtitle_utils import get_method, show_available, srt2bcc\n\nprint(\"Available methods:\")\nprint(show_available())\n\nwith open(\"test.srt\", 'r') as file_io:\n    test_result = get_method(method=\"srt2bcc\")(content=file_io)\n    print(test_result)\n\n_result = srt2bcc(content=\"1\\n00:00:00,000 --\u003e 00:00:01,000\\nHello World\")\nprint(_result)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudoskys%2Fsubtitle_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudoskys%2Fsubtitle_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudoskys%2Fsubtitle_utils/lists"}