{ "info": { "author": "Pierre Gronlier", "author_email": "ticapix@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "YUV4MPEG2 (.y4m) Reader/Writer\n\n\ntested with python-2.7, python-3.3 and python3.4\n\n\n```python\nimport sys\nimport y4m\n\n\ndef process_frame(frame):\n # do something with the frame\n pass\n\n\nif __name__ == '__main__':\n\n parser = y4m.Reader(process_frame, verbose=True)\n # simulate chunk of data\n infd = sys.stdin\n if sys.hexversion >= 0x03000000: # Python >= 3\n infd = sys.stdin.buffer\n\n with infd as f:\n while True:\n data = f.read(1024)\n if not data:\n break\n parser.decode(data)\n```", "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/ticapix/python-y4m", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "y4m", "package_url": "https://pypi.org/project/y4m/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/y4m/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ticapix/python-y4m" }, "release_url": "https://pypi.org/project/y4m/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "YUV4MPEG2 (.y4m) Reader/Writer", "version": "1.1.1" }, "last_serial": 1077648, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e0444815613a4c8b37c85660665b63f5", "sha256": "824f9fb3c9d8e76df2b839dd076ed0bc5b9d0fba22550c6c2be507ca3ff22bae" }, "downloads": -1, "filename": "y4m-1.0.tar.gz", "has_sig": false, "md5_digest": "e0444815613a4c8b37c85660665b63f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1829, "upload_time": "2014-04-20T19:18:10", "url": "https://files.pythonhosted.org/packages/d7/94/65617a1793927f7504da57b70f30a1e3139613d94935882a4fd05fd540f0/y4m-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "3e536a99c041e298a127d6a855a3ee00", "sha256": "bca55d4e0bc6fc355af15ec8ecb2fef439f04af74231573aa83ee5ab40fa07a6" }, "downloads": -1, "filename": "y4m-1.1.tar.gz", "has_sig": false, "md5_digest": "3e536a99c041e298a127d6a855a3ee00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2281, "upload_time": "2014-04-30T22:03:24", "url": "https://files.pythonhosted.org/packages/d6/41/ed88d6bc1b386a6a05df292b78fe132a9f1db1cf64a455a08a5bba2864c6/y4m-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "8a71f6de953803d7fe159144e65edd93", "sha256": "dfc2dc5059bf459fd259a481683ad33ed2b85fc2f32c3764f859dfc7c77d1854" }, "downloads": -1, "filename": "y4m-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8a71f6de953803d7fe159144e65edd93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2014-05-01T12:16:26", "url": "https://files.pythonhosted.org/packages/4e/5d/76bc09a47ece079ec015fd47e8e34e41989bf0b461750896045d0ba3766f/y4m-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a71f6de953803d7fe159144e65edd93", "sha256": "dfc2dc5059bf459fd259a481683ad33ed2b85fc2f32c3764f859dfc7c77d1854" }, "downloads": -1, "filename": "y4m-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8a71f6de953803d7fe159144e65edd93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2392, "upload_time": "2014-05-01T12:16:26", "url": "https://files.pythonhosted.org/packages/4e/5d/76bc09a47ece079ec015fd47e8e34e41989bf0b461750896045d0ba3766f/y4m-1.1.1.tar.gz" } ] }