{ "info": { "author": "heniotierra", "author_email": "heniotster@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "# vtt_to_srt.py\n\nuseful python script for Python 2.7\n\n## convert all vtt files to srt subtitle format\n\nUsage from terminal:\n----------\n\n\t\tvtt_to_srt.py pathname [-r]\n\n\t\tpathname - a file or directory with files to be converted \n\n\t\t-r - walk path recursively \n\nAs a lib:\n----------\n\nInstallation:\n\n\t\tpip install --user vtt_to_srt\n\nUsage:\n\n\t\t# convert vtt file\n\n\t\tfrom vtt_to_srt import vtt_to_srt\n\t\tpath = '/path/to/file.vtt'\n\t\tvtt_to_srt(path)\n\n\n\t\t# recursively convert all vtt files in directory\n\n\t\tfrom vtt_to_srt import vtts_to_srt\n\t\tpath = '/path/to/directory'\n\t\tvtts_to_srt(path, rec = True)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jansenicus/vtt-to-srt.py", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vtt-to-srt", "package_url": "https://pypi.org/project/vtt-to-srt/", "platform": "", "project_url": "https://pypi.org/project/vtt-to-srt/", "project_urls": { "Homepage": "https://github.com/jansenicus/vtt-to-srt.py" }, "release_url": "https://pypi.org/project/vtt-to-srt/0.7.1/", "requires_dist": null, "requires_python": "", "summary": "vtt to srt subtitles converter package", "version": "0.7.1" }, "last_serial": 4686376, "releases": { "0.7": [ { "comment_text": "", "digests": { "md5": "7a2dd88b93ed3382aaf857983489bbf4", "sha256": "4b94f8337bd522106c6599d690ebe6f3fbc2d3edc737a333c5e0d4be1d2d861a" }, "downloads": -1, "filename": "vtt_to_srt-0.7-py2-none-any.whl", "has_sig": false, "md5_digest": "7a2dd88b93ed3382aaf857983489bbf4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2921, "upload_time": "2019-01-11T16:36:55", "url": "https://files.pythonhosted.org/packages/d7/86/10602cf3924513eef1559a31f84b29afb797430713161d198463ced7ed91/vtt_to_srt-0.7-py2-none-any.whl" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "2033afa48ce5d758641f6aed2ed1eff9", "sha256": "9f5f62ca3d0df6edbd5462de8def8898d6ae6f08c7a552e40a6e7db0fb24bb3e" }, "downloads": -1, "filename": "vtt_to_srt-0.7.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2033afa48ce5d758641f6aed2ed1eff9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2951, "upload_time": "2019-01-11T17:23:24", "url": "https://files.pythonhosted.org/packages/ad/17/bb4e7d791a11b8261b272ba18e82d24620fac4a7aca2b471ddc743c3ac31/vtt_to_srt-0.7.1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2033afa48ce5d758641f6aed2ed1eff9", "sha256": "9f5f62ca3d0df6edbd5462de8def8898d6ae6f08c7a552e40a6e7db0fb24bb3e" }, "downloads": -1, "filename": "vtt_to_srt-0.7.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2033afa48ce5d758641f6aed2ed1eff9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2951, "upload_time": "2019-01-11T17:23:24", "url": "https://files.pythonhosted.org/packages/ad/17/bb4e7d791a11b8261b272ba18e82d24620fac4a7aca2b471ddc743c3ac31/vtt_to_srt-0.7.1-py2-none-any.whl" } ] }