{ "info": { "author": "Simon Hargreaves", "author_email": "simon@simon-hargreaves.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Multimedia :: Video", "Topic :: Software Development :: Libraries" ], "description": "python-edl\n==========\n\nA python EDL (Edit Decision List) parsing library, based on the ruby EDL\nlibrary by Julik Tarkhanov http://guerilla-di.org/edl/. Still a work in\nprogress so collaboration welcome.\n\nUses pytimecode.py to handle the Timecode mathematics and should run on\nPython 2.7+\n\nhttps://github.com/simonh10/python-edl\n\nUsage::\n\n from edl.edl import Parser\n parser=Parser('23.98')\n with open('file.edl') as f:\n edl=parser.parse(f)\n for event in edl.events:\n print \"Event Number:\"+str(event.num)\n print \"Source file:\"+str(event.source_file)\n print \"Clip Name:\"+str(event.clip_name)\n\nAccepted framerate values ['60', '59.94', '50', '30', '29.97', '25', '24',\n'23.98'] whole number frame rates are more tested than others, but the accuracy\nrelies heavily on accuracy of the pytimecode library.\n\nDocumentation for pytimecode can be found\n[here](https://code.google.com/p/pytimecode/).\n\n\n(The MIT License)\n\nCopyright \u00a9 2013 Simon Hargreaves \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \u2018Software\u2019), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u2018AS IS\u2019, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.simon-hargreaves.com/python-edl", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "edl", "package_url": "https://pypi.org/project/edl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/edl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.simon-hargreaves.com/python-edl" }, "release_url": "https://pypi.org/project/edl/0.1.11/", "requires_dist": null, "requires_python": null, "summary": "Simple EDL reading library", "version": "0.1.11" }, "last_serial": 1242535, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "95955d0567a7943cd7cfe53e041b49f1", "sha256": "b39c9b29cc6db753b96d953d12193c58936820f6cc9c4bf8f939625a525de5b2" }, "downloads": -1, "filename": "edl-0.1.zip", "has_sig": false, "md5_digest": "95955d0567a7943cd7cfe53e041b49f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5107, "upload_time": "2013-06-11T13:16:12", "url": "https://files.pythonhosted.org/packages/14/df/3146d8bf4677b89573fe4a22de4074db40f0dbd743fc1f724b0efd8e5649/edl-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b4964a99b3b13f0c91b03e20bf828d6b", "sha256": "fca9c68e017b3266ffb33a3580034b3a9189a5ccd671596917eed63919d3633d" }, "downloads": -1, "filename": "edl-0.1.1.zip", "has_sig": false, "md5_digest": "b4964a99b3b13f0c91b03e20bf828d6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5154, "upload_time": "2013-06-11T13:42:39", "url": "https://files.pythonhosted.org/packages/3d/4f/7864dd55f66f43df1008f8f0c020c638713a1ccb14b0f5584b08dc6d377f/edl-0.1.1.zip" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "797f2b6d3ca2eee226d429276f4d2a67", "sha256": "003811de77a69e2dd213b1a7944064f43a16cd9f314dfc6eedd5fd61ad67e6a1" }, "downloads": -1, "filename": "edl-0.1.10.tar.gz", "has_sig": false, "md5_digest": "797f2b6d3ca2eee226d429276f4d2a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8054, "upload_time": "2014-09-30T00:06:44", "url": "https://files.pythonhosted.org/packages/c5/5a/15af20efe56a4580773c72353aca83a93acc9f34387828f9107ccb70722f/edl-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "1c590346f27b2d7503a76c0ac7bfbe67", "sha256": "dfca4fc99d8258279a28114b4987d291a2514089c467effbd8cabe161072b317" }, "downloads": -1, "filename": "edl-0.1.11.tar.gz", "has_sig": false, "md5_digest": "1c590346f27b2d7503a76c0ac7bfbe67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7945, "upload_time": "2014-09-30T00:14:29", "url": "https://files.pythonhosted.org/packages/17/76/d02cfa5e6260b9aece419f5cf3bd7ddbea8dfd13d67bcb0bd5887ba2d3f0/edl-0.1.11.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cc629fc5412ea6683ab38cb8c4021642", "sha256": "1f136e7cc70458e266d7d234d4bd0f6b8c676026c594e90e4c19beaf87da0559" }, "downloads": -1, "filename": "edl-0.1.2.zip", "has_sig": false, "md5_digest": "cc629fc5412ea6683ab38cb8c4021642", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5161, "upload_time": "2013-06-17T12:49:10", "url": "https://files.pythonhosted.org/packages/c0/b1/434c0007ce2fb7521a2c085ca0fefcfb3a41ad0dce461b96d960d5d7deac/edl-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1837eed08dbcd313e8ba74447e781b76", "sha256": "25d526950733ec5f921190034f09dbbfa6cba29eb054a21a6d5ca0b19f3f64f5" }, "downloads": -1, "filename": "edl-0.1.3.zip", "has_sig": false, "md5_digest": "1837eed08dbcd313e8ba74447e781b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5363, "upload_time": "2013-08-10T18:09:49", "url": "https://files.pythonhosted.org/packages/ee/b7/af93ba5319faea5a1c7d75456dccf21fe59f8a816f0b1f9ae9441cf3ff8f/edl-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "acac20608a1688832261b2820db8efe3", "sha256": "ae9e6d73dfb30c8ec08daaffc01ba6f59cb31c707742939a3a953fefef4486ca" }, "downloads": -1, "filename": "edl-0.1.4.zip", "has_sig": false, "md5_digest": "acac20608a1688832261b2820db8efe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5683, "upload_time": "2013-08-10T18:41:09", "url": "https://files.pythonhosted.org/packages/ce/a5/a6a71b7f0f24d8b1378f40e0be041df792a436da6e3440e88a59e14ebaf2/edl-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "5a26aee890372693612e5667673e59d8", "sha256": "288d8c4e12bc6e0e3a01f30ddbe5878210d0c2501fbca7a55f88c975e0c4d7c6" }, "downloads": -1, "filename": "edl-0.1.5.zip", "has_sig": false, "md5_digest": "5a26aee890372693612e5667673e59d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5728, "upload_time": "2013-08-14T09:53:11", "url": "https://files.pythonhosted.org/packages/b7/8c/23d6df3da1c55647f0f6a602d5cb9fee333e55223497fbfb572fd16051ef/edl-0.1.5.zip" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "41901ea580f92cae55f67d9c933cd3a8", "sha256": "0ce3fed6a481ea8291b12475de1b6804cedeb37822baab0e9c5533925c58bfd3" }, "downloads": -1, "filename": "edl-0.1.6.zip", "has_sig": false, "md5_digest": "41901ea580f92cae55f67d9c933cd3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5730, "upload_time": "2013-09-04T12:21:48", "url": "https://files.pythonhosted.org/packages/12/20/ffe615615909c098c29f7cb9a2f29712abadac0a09ba9c67cab44ccbb293/edl-0.1.6.zip" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9df38f29542f387b4bd2b3861dfee11b", "sha256": "17a57b1732f2dd893dfd97744d2bbf918c2a60630ebc103f0c5364a6b9b5cb9d" }, "downloads": -1, "filename": "edl-0.1.7.zip", "has_sig": false, "md5_digest": "9df38f29542f387b4bd2b3861dfee11b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5727, "upload_time": "2013-09-25T02:33:25", "url": "https://files.pythonhosted.org/packages/de/36/29f90643f5054ac7c56c821f675bc5cc4e80beef9e2d4c8397d79d523a4e/edl-0.1.7.zip" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "ef2d4ce0bde366653ccecbcbb2cdb9a4", "sha256": "77ce14bd22dd40114b22dda7fd9107ac84c79bb43c174e170c73b8d56f31996f" }, "downloads": -1, "filename": "edl-0.1.8.zip", "has_sig": false, "md5_digest": "ef2d4ce0bde366653ccecbcbb2cdb9a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5731, "upload_time": "2013-09-25T18:54:50", "url": "https://files.pythonhosted.org/packages/06/8b/a7e39359357c92b4e70124b628706d745e028981b3ca76c2e7ecf04b7714/edl-0.1.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c590346f27b2d7503a76c0ac7bfbe67", "sha256": "dfca4fc99d8258279a28114b4987d291a2514089c467effbd8cabe161072b317" }, "downloads": -1, "filename": "edl-0.1.11.tar.gz", "has_sig": false, "md5_digest": "1c590346f27b2d7503a76c0ac7bfbe67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7945, "upload_time": "2014-09-30T00:14:29", "url": "https://files.pythonhosted.org/packages/17/76/d02cfa5e6260b9aece419f5cf3bd7ddbea8dfd13d67bcb0bd5887ba2d3f0/edl-0.1.11.tar.gz" } ] }