{ "info": { "author": "Michael Uhl", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "avifilelib\n==========\n\nA native Python library (other than it's dependence on Numpy) to\nread uncompressed and RLE-compressed AVI files.\n\nThe following is a simple example showing how to iterate over the\nframes in an AVI file:\n\n.. code:: python\n\n >>> import matplotlib\n >>> matplotlib.use('TKAGG')\n >>> import matplotlib.pyplot as plt\n >>> import avifilelib\n >>> a = avifilelib.AviFile('sample.avi')\n >>> for ct, frame in enumerate(a.iter_frames(stream_id=0)):\n _ = plt.imshow(frame, origin='lower')\n plt.gcf().savefig('frame_{:02d}.png'.format(ct))\n >>> a.close()\n\nSee the `API documentation `__ for more information.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/michaeluhl/avifilelib", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "avifilelib", "package_url": "https://pypi.org/project/avifilelib/", "platform": "", "project_url": "https://pypi.org/project/avifilelib/", "project_urls": { "Homepage": "https://github.com/michaeluhl/avifilelib" }, "release_url": "https://pypi.org/project/avifilelib/0.9.1/", "requires_dist": null, "requires_python": ">=3", "summary": "A library for reading simple uncompressedor RLE compressed AVI files.", "version": "0.9.1" }, "last_serial": 3724114, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "f4d1179135c729b69a90475744d15e5e", "sha256": "9b34f598dc98db0d3af0af9d44512fb30b6d23c6e289df3cb76e9350d495e2e4" }, "downloads": -1, "filename": "avifilelib-0.9.0.tar.gz", "has_sig": false, "md5_digest": "f4d1179135c729b69a90475744d15e5e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14794, "upload_time": "2018-04-01T12:40:07", "url": "https://files.pythonhosted.org/packages/3c/9e/53fd33f772650d9629eea92eb45b3f34969aca445686c8065d205a9d4c49/avifilelib-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "f464d3c85f80a7145d4c3e4129923376", "sha256": "ae47f79cf394a46c0bde03b4534baadd1bb54185fc401a89e68a61d02ecb0ab7" }, "downloads": -1, "filename": "avifilelib-0.9.1.tar.gz", "has_sig": false, "md5_digest": "f464d3c85f80a7145d4c3e4129923376", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14950, "upload_time": "2018-04-01T12:55:45", "url": "https://files.pythonhosted.org/packages/39/dc/04725170bf88b5682dafbb83da6673ccd4329fe96094ef701dfbbf306353/avifilelib-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f464d3c85f80a7145d4c3e4129923376", "sha256": "ae47f79cf394a46c0bde03b4534baadd1bb54185fc401a89e68a61d02ecb0ab7" }, "downloads": -1, "filename": "avifilelib-0.9.1.tar.gz", "has_sig": false, "md5_digest": "f464d3c85f80a7145d4c3e4129923376", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14950, "upload_time": "2018-04-01T12:55:45", "url": "https://files.pythonhosted.org/packages/39/dc/04725170bf88b5682dafbb83da6673ccd4329fe96094ef701dfbbf306353/avifilelib-0.9.1.tar.gz" } ] }