{ "info": { "author": "Jean Boussier", "author_email": "jean.boussier@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Video", "Topic :: Software Development :: Libraries", "Topic :: Text Processing :: Markup" ], "description": "pysrt\n=============\n\npysrt is a Python library used to edit or create SubRip files.\n\n.. image:: https://secure.travis-ci.org/byroot/pysrt.png?branch=master\n :target: http://travis-ci.org/byroot/pysrt\n.. image:: https://coveralls.io/repos/byroot/pysrt/badge.png?branch=master\n :target: https://coveralls.io/r/byroot/pysrt?branch=master\n.. image:: https://pypip.in/v/pysrt/badge.png\n :target: https://crate.io/packages/pysrt/\n.. image:: https://pypip.in/d/pysrt/badge.png\n :target: https://crate.io/packages/pysrt/\n\n\nForeword\n====================\n\npysrt is mainly designed as a library, but if you are experiencing troubles\nwith bad subtitles you can first try to use `ruby-osdb `_\nwhich will try to find the best subtitle for your movie. If you are still unlucky\npysrt also provide an ``srt`` command useful for either shift, split, or rescale a\n*.srt* file.\n\nCommand Usage\n=====================\n\nShifting: ::\n \n $ srt -i shift 2s500ms movie.srt\n\nSpliting: ::\n\n $ srt split 58m26s movie.srt\n\nRescaling: ::\n\n $ srt -i rate 23.9 25 movie.srt\n\nInstallation\n=================\n\npysrt is available on pypi. To intall it you can use either\n\npip: ::\n \n $ sudo pip install pysrt\n \nor distutils: ::\n\n $ sudo easy_install pysrt\n\n\nIt is compatible with python >= 2.6 and 3.\n\n\nLibrary Usage\n=============\n\nImport: ::\n\n >>> import pysrt\n \nParsing: ::\n\n >>> subs = pysrt.open('some/file.srt')\n # If you get a UnicodeDecodeError try to specify the encoding\n >>> subs = pysrt.open('some/file.srt', encoding='iso-8859-1')\n \nSubRipFile are list-like objects of SubRipItem instances: ::\n \n >>> len(subs)\n >>> first_sub = subs[0]\n \nSubRipItem instances are editable just like pure Python objects: ::\n \n >>> first_sub.text = \"Hello World !\"\n >>> first_sub.start.seconds = 20\n >>> first_sub.end.minutes = 5\n \nShifting: ::\n\n >>> subs.shift(seconds=-2) # Move all subs 2 seconds earlier\n >>> subs.shift(minutes=1) # Move all subs 1 minutes later\n >>> subs.shift(ratio=25/23.9) # convert a 23.9 fps subtitle in 25 fps\n >>> first_sub.shift(seconds=1) # Move the first sub 1 second later\n >>> first_sub.start += {'seconds': -1} # Make the first sub start 1 second earlier\n \nRemoving: ::\n \n >>> del subs[12]\n \nSlicing: ::\n \n >>> part = subs.slice(starts_after={'minutes': 2, 'seconds': 30}, ends_before={'minutes': 3, 'seconds': 40})\n >>> part.shift(seconds=-2)\n \nSaving changes: ::\n \n >>> subs.save('other/path.srt', encoding='utf-8')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/byroot/pysrt", "keywords": "SubRip srt subtitle", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pysrt", "package_url": "https://pypi.org/project/pysrt/", "platform": "Independent", "project_url": "https://pypi.org/project/pysrt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/byroot/pysrt" }, "release_url": "https://pypi.org/project/pysrt/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "SubRip (.srt) subtitle parser and writer", "version": "1.1.1" }, "last_serial": 2079874, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "41039386e8675bfbc1235190fc72e4cd", "sha256": "0d0d93146874a4eb7a63e9765ae23338ec1710d5ac7e268915c23edd792621fd" }, "downloads": -1, "filename": "pysrt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "41039386e8675bfbc1235190fc72e4cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2208, "upload_time": "2009-07-12T20:33:26", "url": "https://files.pythonhosted.org/packages/ae/ba/1d4fe985daaf5baa5de9cacbb943890e64d80a805b24e618e1e972bf52f2/pysrt-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8956533c520ecca034ec93b691619fdd", "sha256": "ffc82f113f92de59c6c46f8d206fc7da7a14cd4c6a8997a50461a11b8462f6b6" }, "downloads": -1, "filename": "pysrt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8956533c520ecca034ec93b691619fdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2927, "upload_time": "2009-07-13T00:12:23", "url": "https://files.pythonhosted.org/packages/b2/21/2a1eadc3768a2ae7697bb4f654e6f2eed8a501ca81432026cc0ac58957bc/pysrt-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "66af966aa1fd2b5cab8ace1e8d9d446c", "sha256": "5b171297fbaf70343c6739b0c3ca740c6f300914d772133869a3268a6a22ece3" }, "downloads": -1, "filename": "pysrt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "66af966aa1fd2b5cab8ace1e8d9d446c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3440, "upload_time": "2009-07-14T19:43:52", "url": "https://files.pythonhosted.org/packages/58/b5/4e06b30db383fdbf61a345c70b112a1ea982662ca51771e7dff3a8d0a98f/pysrt-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "65827f81b8e5dc3731c0bf5a3462a146", "sha256": "780758671a20fd1919f0d8c9bd77b71027110f0871f3d0cdf35d2f580cc72e96" }, "downloads": -1, "filename": "pysrt-0.1.3.tar.gz", "has_sig": false, "md5_digest": "65827f81b8e5dc3731c0bf5a3462a146", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3623, "upload_time": "2009-10-17T21:37:51", "url": "https://files.pythonhosted.org/packages/d3/ff/771f9e6184cbd0b00e79398a1a1443970fbb79cb510eca4df2d419f59534/pysrt-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c07573b8b276ae90ce2b8f3af2351ade", "sha256": "261650e825c90aa7398bc52af159ac077fea9d9635df1e7c58b3ffaef333b03b" }, "downloads": -1, "filename": "pysrt-0.1.4.tar.gz", "has_sig": false, "md5_digest": "c07573b8b276ae90ce2b8f3af2351ade", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3652, "upload_time": "2009-10-18T11:28:52", "url": "https://files.pythonhosted.org/packages/77/d3/b5691b709a98140f97f188156e94396fea2cda1b8c53e6f93870c062b372/pysrt-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "9b7f90fae9f43cbf354c63446c4b44e1", "sha256": "e5edb3e407fffe78285e93e85d01b28c403f241434754b553eb0be1f5a8d5063" }, "downloads": -1, "filename": "pysrt-0.1.5.tar.gz", "has_sig": false, "md5_digest": "9b7f90fae9f43cbf354c63446c4b44e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3762, "upload_time": "2009-10-18T11:41:18", "url": "https://files.pythonhosted.org/packages/5e/12/d6a917e59a62f7ac09f9842ff3daefa8b8bff7b8361b0b1061d46822b5dd/pysrt-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "c7788bdd3e0eb83c290af41927b0b2e9", "sha256": "4e574d496af6d0aab73d8bc3998f7fa0a398e51a34f3886067fcfa5147bbe5c8" }, "downloads": -1, "filename": "pysrt-0.1.6.tar.gz", "has_sig": false, "md5_digest": "c7788bdd3e0eb83c290af41927b0b2e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4213, "upload_time": "2009-10-19T22:44:24", "url": "https://files.pythonhosted.org/packages/79/82/527b23b9fbb2dc88f194e529ef182b6fc270a1e4dc3f3f92d32848e3e6c4/pysrt-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "2bdcf1e7e7d31126673e72755f5353d5", "sha256": "9f58e43baa7357b9c4a5652352790f7c0490513bbb0ad85c2daf0e917b0e55b8" }, "downloads": -1, "filename": "pysrt-0.1.7.tar.gz", "has_sig": false, "md5_digest": "2bdcf1e7e7d31126673e72755f5353d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4241, "upload_time": "2009-10-20T01:39:49", "url": "https://files.pythonhosted.org/packages/32/a0/5dfad6ba29e9362772e605e0ad89fb2db214330e066fa48302cfe81733c5/pysrt-0.1.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "55bc3eab2fbbd687e879f1629d864302", "sha256": "5156bb5bd225af5e72af908184e345d966b692552b7cf0b85c05f4914d1510fd" }, "downloads": -1, "filename": "pysrt-0.2.0.tar.gz", "has_sig": false, "md5_digest": "55bc3eab2fbbd687e879f1629d864302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4287, "upload_time": "2009-10-31T19:47:01", "url": "https://files.pythonhosted.org/packages/21/b4/cb4d38f4b492dce0b4bdffed54944842407c1c767a8116044167cd622996/pysrt-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "8eb363f9e53927eec429a759e2a982f1", "sha256": "825242c4fecb8e45744ad6be20da4782c77968dc25d57e06bc764ccedba9d140" }, "downloads": -1, "filename": "pysrt-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8eb363f9e53927eec429a759e2a982f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7034, "upload_time": "2009-11-05T15:16:29", "url": "https://files.pythonhosted.org/packages/63/19/6652c18ba11ca1394a0669c070a5df27ab36ccc3950c41b07d9b3155531f/pysrt-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "204b276019b093b2b1c4d4017f786420", "sha256": "f1a576e62bae13fa4d779886d19dbb14b2724fa4d3483ba74670c47cd9cc8004" }, "downloads": -1, "filename": "pysrt-0.2.2-py2.5.egg", "has_sig": false, "md5_digest": "204b276019b093b2b1c4d4017f786420", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 23555, "upload_time": "2009-11-07T19:15:12", "url": "https://files.pythonhosted.org/packages/77/7c/9202ec4ad4c73f7596747b886d04328cf0e6145f3f21e22cc3fc29c4795f/pysrt-0.2.2-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "e4432f575e7c5b5473960fd91c2758a3", "sha256": "4ba932cfeffb333197ba89a685cc79b1788540ea08b12906bee07160f8b8f1c6" }, "downloads": -1, "filename": "pysrt-0.2.2-py2.6.egg", "has_sig": false, "md5_digest": "e4432f575e7c5b5473960fd91c2758a3", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 23554, "upload_time": "2009-11-07T19:14:27", "url": "https://files.pythonhosted.org/packages/12/ca/2bc2ea2f12bd3d9d4191a51b0c89176031db2ed4b1363dadd200b6548e47/pysrt-0.2.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e12e111d861b56a0282f92709e823abb", "sha256": "ff33168b87de4b04e9dceb398137df3c627f61ac2fba9901a9d732755f97a698" }, "downloads": -1, "filename": "pysrt-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e12e111d861b56a0282f92709e823abb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7624, "upload_time": "2009-11-07T19:14:25", "url": "https://files.pythonhosted.org/packages/94/c8/66dd10497536e1fcf0b8fd183233acad36c41b7b70dd826d5fda49a02c92/pysrt-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "built for Darwin-10.2.0", "digests": { "md5": "b0a85396d7fef47c5c870c00dd9d0bf3", "sha256": "7c340a88abcb02e4980176e25142702684346208c87b244cb5511d69ae518691" }, "downloads": -1, "filename": "pysrt-0.2.3.macosx-10.6-universal.tar.gz", "has_sig": false, "md5_digest": "b0a85396d7fef47c5c870c00dd9d0bf3", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 17042, "upload_time": "2010-03-18T10:33:29", "url": "https://files.pythonhosted.org/packages/34/bd/28a6d803c66135fa073aa5b31c6f5054f410c92d1015263369306d0b68e7/pysrt-0.2.3.macosx-10.6-universal.tar.gz" }, { "comment_text": "", "digests": { "md5": "84739539635b8c8afa4ffde6acf792b1", "sha256": "ae0759cd81040bbf75709c85988b4abcec2a457a424c6ffd653a774f7a989bbc" }, "downloads": -1, "filename": "pysrt-0.2.3-py2.5.egg", "has_sig": false, "md5_digest": "84739539635b8c8afa4ffde6acf792b1", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 24236, "upload_time": "2010-03-18T11:04:01", "url": "https://files.pythonhosted.org/packages/85/bd/da55f5a16acd9ade397f2393112459054e3a8972a019d30773ffbe10eed5/pysrt-0.2.3-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "8e73720fc50945831c412e4ce9d82ed6", "sha256": "9a87a2792325ad56d9cbc5bf34600025a3e334db3b630fe0c9900d7f4cd9d31e" }, "downloads": -1, "filename": "pysrt-0.2.3-py2.6.egg", "has_sig": false, "md5_digest": "8e73720fc50945831c412e4ce9d82ed6", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 24238, "upload_time": "2010-03-18T11:03:51", "url": "https://files.pythonhosted.org/packages/6a/47/3d7c383e4c5c8d3ece415986159b4758fe5a56be804e3cc0cdb50ebd6012/pysrt-0.2.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "ffeab8c5d65ce975acfbd3da579eee99", "sha256": "51422b418dcf68bf3418544b080770bc34cbb15edb2f9b51ebd9fb3b1ddf624d" }, "downloads": -1, "filename": "pysrt-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ffeab8c5d65ce975acfbd3da579eee99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7851, "upload_time": "2010-03-18T10:33:29", "url": "https://files.pythonhosted.org/packages/a2/0d/ac538da1106bde8dfcc108a31487c3184ca9f3a1c221bc90bc0d610da44a/pysrt-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "0737c73b441ad48346aaea8e831e9732", "sha256": "d053a3f2d1ad8f9ffa984c4e16bfd1aa7206d0339d2d6ddb13709b5769b39498" }, "downloads": -1, "filename": "pysrt-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0737c73b441ad48346aaea8e831e9732", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7604, "upload_time": "2010-05-23T22:56:56", "url": "https://files.pythonhosted.org/packages/e6/06/793d4446338497ebc2ea3e9086cf35a44176f0fffa30edf45d94d29c7c01/pysrt-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "a739231ffea10931add383d009138a46", "sha256": "fd34a1b25bcf5f51b7e2ddb4390062f055f925d2f2153a2dac7c28f4e7392e73" }, "downloads": -1, "filename": "pysrt-0.2.5.tar.gz", "has_sig": false, "md5_digest": "a739231ffea10931add383d009138a46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7493, "upload_time": "2010-12-30T16:54:12", "url": "https://files.pythonhosted.org/packages/be/56/e0b9e652e20d0e90aeeafa48d7f9f79bc3615551ddbccc58dc74a302629a/pysrt-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "508a22798ff8f540964fce780cc898b2", "sha256": "1602ebe809900b194a069443ab6759acb2df2357f0d19bfe97f0d63cb1c6f9ba" }, "downloads": -1, "filename": "pysrt-0.2.6-py2.6.egg", "has_sig": false, "md5_digest": "508a22798ff8f540964fce780cc898b2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 25469, "upload_time": "2011-04-28T20:52:55", "url": "https://files.pythonhosted.org/packages/25/a4/70835e8ba00999056d20c1da0860b290f03b109dafb7231fc74c1fc60f96/pysrt-0.2.6-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "d573b6cb4411850813ad4e9913d7c64c", "sha256": "a31dd7fd4b2a4b84c50f1ddc5ea2979fb0bfb08c5f3708847a0972c7964fe3f4" }, "downloads": -1, "filename": "pysrt-0.2.6.tar.gz", "has_sig": false, "md5_digest": "d573b6cb4411850813ad4e9913d7c64c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7852, "upload_time": "2011-04-28T20:52:55", "url": "https://files.pythonhosted.org/packages/e5/a0/25235d0860cf5887c5757304191f366cfe589bdd32d87ae5636a054bf054/pysrt-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "39cdd09bd1ae2160e8b21af03a7ad4ba", "sha256": "7aa88f5c00493d40ad5bf2279a56c3bcd652e413da83e41a1b065b5e45156d04" }, "downloads": -1, "filename": "pysrt-0.2.7-py2.6.egg", "has_sig": false, "md5_digest": "39cdd09bd1ae2160e8b21af03a7ad4ba", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 25879, "upload_time": "2011-04-29T00:25:59", "url": "https://files.pythonhosted.org/packages/f1/42/919860d1f7705cb8c546425903ee436e30158ea6c56d68f486dfc7b99830/pysrt-0.2.7-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "655117f9cf23bf36fd17fab157100f01", "sha256": "dd67e15571f171acfbc903830b971c466f167ab264a941fa1356eabd3cbd210b" }, "downloads": -1, "filename": "pysrt-0.2.7.tar.gz", "has_sig": false, "md5_digest": "655117f9cf23bf36fd17fab157100f01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7996, "upload_time": "2011-04-29T00:25:58", "url": "https://files.pythonhosted.org/packages/84/70/ece911465088211ac97895bae14874f4a74423814e00c5447f45ce344301/pysrt-0.2.7.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "19eaa46a2bae72d2474c49d9cc79841c", "sha256": "7611530abcab43695bf9ff9a45695514995dc6de0cf37c1fab3c94910e09b8a5" }, "downloads": -1, "filename": "pysrt-0.3.0.tar.gz", "has_sig": false, "md5_digest": "19eaa46a2bae72d2474c49d9cc79841c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8439, "upload_time": "2011-06-09T16:30:47", "url": "https://files.pythonhosted.org/packages/2a/82/89f8ccbce34500d15a8739ce14bca33c43635df7e03bdd07d7527b3d835c/pysrt-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "733e40fdc0c52e79f3ad0cecb6dcfbd5", "sha256": "27bc910e4770cbe19baaded1e20279dc1b157ef257c6b4060eaf12e807a9ec89" }, "downloads": -1, "filename": "pysrt-0.3.1.tar.gz", "has_sig": false, "md5_digest": "733e40fdc0c52e79f3ad0cecb6dcfbd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11227, "upload_time": "2011-07-20T23:23:04", "url": "https://files.pythonhosted.org/packages/f0/73/e87fb53e09a4fc0dd988e35b9e3f4d2b3ba03204f124f80dd52c0dc0b043/pysrt-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "abd0ee70485ccc63817b24df6fe7d618", "sha256": "07af6915a507bfa372b2cab57fedbf5f5277f51f5f8a5d5f12b8cd68c4e33907" }, "downloads": -1, "filename": "pysrt-0.4.0.tar.gz", "has_sig": false, "md5_digest": "abd0ee70485ccc63817b24df6fe7d618", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13135, "upload_time": "2012-01-02T09:52:09", "url": "https://files.pythonhosted.org/packages/07/08/a7e822a1bb2db5703904f16b09ad87053292b551afa21baaaac4f7f9ff2a/pysrt-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "f385c1a2b8c4268f58734bf9559ef7b3", "sha256": "32dbc26ed3a8376184563afe2c4e2f7f3e8bb23939932b90530f2a23e2f8c041" }, "downloads": -1, "filename": "pysrt-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f385c1a2b8c4268f58734bf9559ef7b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13205, "upload_time": "2012-01-19T00:05:22", "url": "https://files.pythonhosted.org/packages/8e/8b/cbeaaafc917a7fbd7b1b01bf1df37d68d28c6fd548cf189b29cd0a1e8de3/pysrt-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "a448a77466f38625941b7aa42a2c790a", "sha256": "077d3505a1081672090c866c8a05cc14d2da304c2b1a8182178d12bab5b462bf" }, "downloads": -1, "filename": "pysrt-0.4.2.tar.gz", "has_sig": false, "md5_digest": "a448a77466f38625941b7aa42a2c790a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13505, "upload_time": "2012-06-17T18:35:14", "url": "https://files.pythonhosted.org/packages/15/de/a45b07d896c3d1ebc5b749941ac876c54a2ea6f27b2add0416cfe2456813/pysrt-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "1fd95b1028b018134087cd3c41b88d49", "sha256": "8adbefd0675cde0bbbd85e35fb66ca04ed3b2a2faf40c561699e1152ffc28b17" }, "downloads": -1, "filename": "pysrt-0.4.3.tar.gz", "has_sig": false, "md5_digest": "1fd95b1028b018134087cd3c41b88d49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13800, "upload_time": "2012-08-11T19:38:02", "url": "https://files.pythonhosted.org/packages/7f/99/d1f62bb160b3421ab74d25c3ee006967b39718b7a6f204ab89d7a72e2aec/pysrt-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "4b2afa6640e5740b5af7edd95fca28f9", "sha256": "32bc1c16bd4fab831c981da14421aca60df74c0c278360351e288a998ca35418" }, "downloads": -1, "filename": "pysrt-0.4.4.tar.gz", "has_sig": false, "md5_digest": "4b2afa6640e5740b5af7edd95fca28f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14054, "upload_time": "2012-11-28T00:21:54", "url": "https://files.pythonhosted.org/packages/2e/6f/c5f360df79f291c6e61b7243a02baa53b382c8a4ac184742b0e9598fc815/pysrt-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "3eeaa616c5105c708d2e5923c496ab7b", "sha256": "05f32e9963e1719fe214450566ac5967f56fc491fd111964d1791401b7a199fb" }, "downloads": -1, "filename": "pysrt-0.4.5.tar.gz", "has_sig": false, "md5_digest": "3eeaa616c5105c708d2e5923c496ab7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14233, "upload_time": "2013-01-13T16:14:41", "url": "https://files.pythonhosted.org/packages/73/dd/37cb4bd66f2e8ea4f2fc932cb866fccab9e5c824f656f7912c3270f1a01b/pysrt-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "402ffd1f337e0b7f38114b74166b3d5d", "sha256": "b874dc90e3a25cbdd7c8c708fdc232227951bc301516e19df084b308278ae213" }, "downloads": -1, "filename": "pysrt-0.4.6.tar.gz", "has_sig": false, "md5_digest": "402ffd1f337e0b7f38114b74166b3d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14324, "upload_time": "2013-04-01T20:47:17", "url": "https://files.pythonhosted.org/packages/72/6c/52a6ea97fcd23053f60d47ef5272c52416f8f4b739c841051a9d0e1c1f55/pysrt-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "2afd7d1993d1051357d7a9d04a620f1e", "sha256": "c682f4d259068f960558d846d1c3959c538d310d85a8bea4d1e32c5684ab907a" }, "downloads": -1, "filename": "pysrt-0.4.7.tar.gz", "has_sig": false, "md5_digest": "2afd7d1993d1051357d7a9d04a620f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14698, "upload_time": "2013-06-28T13:36:51", "url": "https://files.pythonhosted.org/packages/63/53/93536b4d667b42f4caee9cabbc664098ea7e37e7fad9240380b91e90c29a/pysrt-0.4.7.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "c33354efdceca93995ad42f9509be325", "sha256": "21c7919c9aa1e0fe9ed0ce9ec01792c23764de7b82f1cec70a36fa443b19e980" }, "downloads": -1, "filename": "pysrt-0.5.0.tar.gz", "has_sig": false, "md5_digest": "c33354efdceca93995ad42f9509be325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14804, "upload_time": "2013-09-01T15:56:29", "url": "https://files.pythonhosted.org/packages/97/a3/67004f0b7412da5e03a879c43e582022caf9de73a79c921ded047836b1fa/pysrt-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "c5d44c8abac6089cb8cd03ddee26faa5", "sha256": "abc2c7987c1121c2db5419004924bfa45c1650b6289d83ebba4af1179b919110" }, "downloads": -1, "filename": "pysrt-0.5.1.tar.gz", "has_sig": false, "md5_digest": "c5d44c8abac6089cb8cd03ddee26faa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14904, "upload_time": "2013-11-10T18:36:07", "url": "https://files.pythonhosted.org/packages/b4/f2/bce2bace9f596a8de8d8b0ff7b8c6607db204ea00415aec8349e49152309/pysrt-0.5.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f2b350d40f55c813cbde77518ce41318", "sha256": "88b4f93223c84aa86741387dcf5bcec86acf961eb66383c4ba86b1ffbb826a64" }, "downloads": -1, "filename": "pysrt-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f2b350d40f55c813cbde77518ce41318", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11966, "upload_time": "2014-01-16T02:16:26", "url": "https://files.pythonhosted.org/packages/97/ee/37dd21055fb201fdaeabbbfccc1066864a9bde3a18265b3b40d21b30f73c/pysrt-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2ba064c33026bac4b528063f67bd8ebc", "sha256": "5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784" }, "downloads": -1, "filename": "pysrt-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2ba064c33026bac4b528063f67bd8ebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11741, "upload_time": "2014-02-13T22:10:32", "url": "https://files.pythonhosted.org/packages/03/d9/2f9b0ed523a1423987d2a73d94d73a00b2f41f3b24b17fd1eba8e0d1a5dd/pysrt-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "223da1e3bc9a67de1a2e3cfaa7d9264d", "sha256": "7f5468b15b05341e7b6086b611a326588da8dd7f649b1482cbb63cce7ff88af6" }, "downloads": -1, "filename": "pysrt-1.1.0.tar.gz", "has_sig": false, "md5_digest": "223da1e3bc9a67de1a2e3cfaa7d9264d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12171, "upload_time": "2016-03-06T15:11:51", "url": "https://files.pythonhosted.org/packages/f7/0b/6ac00807c3451f7df669bd6217b666cd59756b78f700e558e9e70c02efd7/pysrt-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "6f3260129560912dd1cd56338299cdaf", "sha256": "fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa" }, "downloads": -1, "filename": "pysrt-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6f3260129560912dd1cd56338299cdaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104027, "upload_time": "2016-04-23T13:34:26", "url": "https://files.pythonhosted.org/packages/f6/33/16ad65a8973cb8bcb494af09ee1b9ab5ffdd6ff300bce5d3ac7d3cb1f2cc/pysrt-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f3260129560912dd1cd56338299cdaf", "sha256": "fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa" }, "downloads": -1, "filename": "pysrt-1.1.1.tar.gz", "has_sig": false, "md5_digest": "6f3260129560912dd1cd56338299cdaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104027, "upload_time": "2016-04-23T13:34:26", "url": "https://files.pythonhosted.org/packages/f6/33/16ad65a8973cb8bcb494af09ee1b9ab5ffdd6ff300bce5d3ac7d3cb1f2cc/pysrt-1.1.1.tar.gz" } ] }