{ "info": { "author": "Alessandro Cerruti", "author_email": "thereap3r97@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "#################\nlibmediainfo_cffi\n#################\n\nThis library provides a convenient CFFI wrapper for `libmediainfo `_, a lightweight library that displays information about video and audio files.\nSupported attributes `here `_.\n\nQuickstart\n==========\nEasy enough:\n\n.. code:: Python\n\n from libmediainfo_cffi import MediaInfo\n data = MediaInfo.read_metadata(path)\n\nYou can also pass options, e.g. if you want JSON output:\n\n.. code:: Python\n\n from libmediainfo_cffi import MediaInfo\n data = MediaInfo.read_metadata(path, Inform='JSON')\n\nDifferences between this and `pymediainfo `_\n===================================================================================\n| The main difference is that this library uses the API mode of CFFI, while pymediainfo uses the ABI mode. Libmediainfo_cffi approach is safer and faster but it's a bit more complicated to debug, since you need to wrap the C++ mediainfo library in C to comunicate with Python.\n\n| On the other hand pymediainfo is more tested, Python only (but needs libmediainfo installed, while with this library you don't) and **supports Python 2** (while this library doesn't and won't) and has better crossplatform capabilities (since, again, it uses ABI mode).\n\nInstallation\n============\n``pip install libmediainfo_cffi``\n\nDevelopment\n===========\n| Download the source, launch ``make setup`` and start tinkering.\n| Note: the .cpp and .h file in the libmediainfo_cffi directory are not used directly, but read as strings and fed to CFFI. They are useful only for IDE code hinting. Don't try to compile them with CMake, it won't work.\n\nLicenses\n========\nCopyright (c) 2019 Alessandro Cerruti\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, 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 \"AS IS\", 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\nThis product uses `MediaInfo `_ library, Copyright (c) 2002-2019 `MediaArea.net SARL `_.\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/strychnide/libmediainfo_cffi", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "libmediainfo-cffi", "package_url": "https://pypi.org/project/libmediainfo-cffi/", "platform": "", "project_url": "https://pypi.org/project/libmediainfo-cffi/", "project_urls": { "Homepage": "https://github.com/strychnide/libmediainfo_cffi", "Issues": "https://github.com/strychnide/libmediainfo_cffi/issues", "Source": "https://github.com/strychnide/libmediainfo_cffi" }, "release_url": "https://pypi.org/project/libmediainfo-cffi/2.1.5/", "requires_dist": [ "cffi", "flake8; extra == 'dev'", "flake8-import-order; extra == 'dev'", "flake8-quotes; extra == 'dev'", "flake8-bugbear; extra == 'dev'" ], "requires_python": ">=3.5", "summary": "CFFI interface for libmediainfo", "version": "2.1.5" }, "last_serial": 5498781, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "99ab90488b6530853def97fc07d30f80", "sha256": "c41c2b6374ab3abdf3586fa69bb507ad32d87014170e88debb295ff057983986" }, "downloads": -1, "filename": "libmediainfo_cffi-1.0.1.tar.gz", "has_sig": false, "md5_digest": "99ab90488b6530853def97fc07d30f80", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3477, "upload_time": "2018-10-06T23:21:50", "url": "https://files.pythonhosted.org/packages/2b/4f/2cee44a305434240467b2f7b0a4bcd223b0101c0d2ec471d20ff1c831c95/libmediainfo_cffi-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2b73b7e7bf3cfb3e47b5d09f517f5b50", "sha256": "f6f510db70cbf40b33d2cad5ecc94358d792af859662ad5f0938b6835ec8b067" }, "downloads": -1, "filename": "libmediainfo_cffi-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2b73b7e7bf3cfb3e47b5d09f517f5b50", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3567, "upload_time": "2018-10-07T22:50:53", "url": "https://files.pythonhosted.org/packages/91/a4/1ab65fd97ea2f71118e634ad94875d88c520e5beb927dc15c8eeb800c8f7/libmediainfo_cffi-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "bf51611ea2069437e65f795ad35edffd", "sha256": "d51b5c365dcac24c11255782adc1f1ded65d46b8de42abdeb0a9a0ed4973c37a" }, "downloads": -1, "filename": "libmediainfo_cffi-1.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bf51611ea2069437e65f795ad35edffd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 3131201, "upload_time": "2019-03-31T05:11:33", "url": "https://files.pythonhosted.org/packages/24/a8/888cbaf15ca70c583905b068e5e4ad87c01c7131001419e6372c0f08fe37/libmediainfo_cffi-1.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "63af08e917f0381c786a0bb650c7c0d1", "sha256": "a23cdfe479655137501c92cbc2818dc44c0d1b65f21d7a587da67d06ddc2363c" }, "downloads": -1, "filename": "libmediainfo_cffi-1.1.0.tar.gz", "has_sig": false, "md5_digest": "63af08e917f0381c786a0bb650c7c0d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3083, "upload_time": "2019-03-31T05:11:35", "url": "https://files.pythonhosted.org/packages/60/36/56056910f199581fbd15162f032da288788518cdaae1ac83a4b8d097b72f/libmediainfo_cffi-1.1.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "f5e42580401e405d29c53cbfc7a251c0", "sha256": "a79a93e18559a8dfc96ad1e7af7910b52f2f7e690d50fdc202c2bdc1ade7df58" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f5e42580401e405d29c53cbfc7a251c0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3130782, "upload_time": "2019-03-31T16:49:34", "url": "https://files.pythonhosted.org/packages/9a/b0/ba0e97587fc881d1647bcc850ff2c6d1f528e92bc901d412515405bc9312/libmediainfo_cffi-2.0.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4a619a3c5baa231ddfc07c49a3d66a3c", "sha256": "6c150b8838d0c1fd10f53ed70e123f3032dfa8898c7784851a2c58fdb9a8fc9c" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.0.tar.gz", "has_sig": false, "md5_digest": "4a619a3c5baa231ddfc07c49a3d66a3c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2932, "upload_time": "2019-03-31T16:49:36", "url": "https://files.pythonhosted.org/packages/8a/5e/d042e3da8a9208d069911d09c0c9446bb824343f488b7f269e739ffbee7a/libmediainfo_cffi-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "e23337a37db3370545a99ba490cc8d34", "sha256": "b8ef474343c1b2b82a56afa0957399c3dc486773a062a400bc5ddf5e4938df1d" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e23337a37db3370545a99ba490cc8d34", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3131275, "upload_time": "2019-03-31T17:51:57", "url": "https://files.pythonhosted.org/packages/ee/f9/d9f52c978b0a426d2c9c9706547352bc60855cfaf3b838c902e2a83ff7f2/libmediainfo_cffi-2.0.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6cea4ee7e16ce3a6bf35f732dcf65e61", "sha256": "012703e5b4bb7c0f8d00d1fd89ad05a404458f77cfacadd0d09b2aa3e0bd9a7a" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.1.tar.gz", "has_sig": false, "md5_digest": "6cea4ee7e16ce3a6bf35f732dcf65e61", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 4017, "upload_time": "2019-03-31T17:51:59", "url": "https://files.pythonhosted.org/packages/2a/90/73fa87eb590109eb9344f8532a821a67d93760ed2fd280b90ea4ecc9d95e/libmediainfo_cffi-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "1caae5e36410c706edecc5bc52a8e900", "sha256": "c61dea7ee3f41db66e9ca32eb4a602f82997a2f0777a2a65950b421997c1f151" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1caae5e36410c706edecc5bc52a8e900", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3131277, "upload_time": "2019-03-31T18:17:16", "url": "https://files.pythonhosted.org/packages/b7/9e/030f2ce618963c55fea55a457516a02e50ec41074b5217d37bca3a9d2a91/libmediainfo_cffi-2.0.2-cp35-cp35m-manylinux1_x86_64.whl" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "add96a8085645cb745676b41271bebcf", "sha256": "e51adafcd42808696fef78a09ff7463e1d08e826327c4acad6d6f1a7d30cd442" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "add96a8085645cb745676b41271bebcf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3131276, "upload_time": "2019-03-31T19:08:20", "url": "https://files.pythonhosted.org/packages/e9/c3/419e2a95993132fb048184b2c8e821fbcc188a3018aeec672fac28ec6299/libmediainfo_cffi-2.0.3-cp35-cp35m-manylinux1_x86_64.whl" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "b87c78d0b90f37b28e764bb854d1c143", "sha256": "5da3c8546cb99a545eb77e604da82162bab609e9658d31109c5c85b6e97fb97d" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b87c78d0b90f37b28e764bb854d1c143", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3131277, "upload_time": "2019-03-31T19:11:25", "url": "https://files.pythonhosted.org/packages/b3/3b/ff07de80787a595d5b82f7adbd1602bc53bc6cb93c058a6598367151aff9/libmediainfo_cffi-2.0.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "474781613b1aca2654ef49b432ee428a", "sha256": "ba9d6b5c8e84940fd8cab5c124b4c03de665967ef4aa79a1bb1600b6785868be" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "474781613b1aca2654ef49b432ee428a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 3131278, "upload_time": "2019-03-31T22:37:44", "url": "https://files.pythonhosted.org/packages/03/a1/17c5ba51d76c30bd616d1f40a57a02459e97d7936e7bf3fbb0aba6b2b9ef/libmediainfo_cffi-2.0.4-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "94daf9985dc8491416f18f5ae6244d0b", "sha256": "38fb26c8f0e1041b6212468b504929a2c9380eae0a301517bb8d6271970acdd8" }, "downloads": -1, "filename": "libmediainfo_cffi-2.0.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "94daf9985dc8491416f18f5ae6244d0b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 3131294, "upload_time": "2019-03-31T22:37:47", "url": "https://files.pythonhosted.org/packages/a1/31/374b0a5b022e4201d93006ad2390b2550279728c8867fb1232bd0670ce61/libmediainfo_cffi-2.0.4-cp37-cp37m-manylinux1_x86_64.whl" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "ce8e1b3be1930d3c6bbd47718393051c", "sha256": "1e2c5cd0ad26588b28c79913b193ac4a0d31760f05e55d69c0875511da1f437b" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ce8e1b3be1930d3c6bbd47718393051c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3120751, "upload_time": "2019-04-01T08:24:25", "url": "https://files.pythonhosted.org/packages/36/a9/d9bb1f75ec3425bd5683b96895e0002a4cbf7b6cf490f5c52437c69bf8d3/libmediainfo_cffi-2.1.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "79d57cb3a0fc00d658213704815581e6", "sha256": "51904d9a6338a1609e17cb9361ade339cfe24884508e611cdf9507fc7e4dd7e5" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "79d57cb3a0fc00d658213704815581e6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 3120742, "upload_time": "2019-04-01T08:24:28", "url": "https://files.pythonhosted.org/packages/94/f0/bd4e15b52b7301f3912f1cad0eaa5d6c5e0b91aeaaa4d27383886d34b37f/libmediainfo_cffi-2.1.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5b086dedf9a4468ae2a91cbaccbb63b2", "sha256": "6574a0ed19b6b76a65dc1fcd1567181e6f4f3cacb18580071621ae3d3d6277fd" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5b086dedf9a4468ae2a91cbaccbb63b2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 3120738, "upload_time": "2019-04-01T08:24:31", "url": "https://files.pythonhosted.org/packages/59/3b/927a4c5dc3c07546686516f0fe1e1bad9c7f020e5c1248a78038f503a183/libmediainfo_cffi-2.1.0-cp37-cp37m-manylinux1_x86_64.whl" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "f8f76b08a406da60ba8c01abad12dbc0", "sha256": "85fd687b1ef1f510898a4d682d28a574ce6718f46cf55cf17bb44f767b8e5fe6" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f8f76b08a406da60ba8c01abad12dbc0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3120748, "upload_time": "2019-04-01T10:33:33", "url": "https://files.pythonhosted.org/packages/23/f5/019c3ebceb1f608cab5335416805415adbcc7b8e3b1d40967f9112717507/libmediainfo_cffi-2.1.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a42c92827e8ab388d0ee5f18318c6dc3", "sha256": "9f687b97a4c6bb37d9e33984b68eec2d260e5b327006b585ac5ffcbc6adb87c9" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a42c92827e8ab388d0ee5f18318c6dc3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 3120741, "upload_time": "2019-04-01T10:33:36", "url": "https://files.pythonhosted.org/packages/7b/6e/3e76f8e8c78d73f381014d513804b1ce9b07ae5dfc9af98a5ab1b88f0466/libmediainfo_cffi-2.1.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b1c5d9ed7d563fc2d83fe59633eb2957", "sha256": "6555fd07cca70bdf7614d7777c163a7b67d767d2d6cd5ac29375c8f974399c5c" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b1c5d9ed7d563fc2d83fe59633eb2957", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 3120735, "upload_time": "2019-04-01T10:33:38", "url": "https://files.pythonhosted.org/packages/33/b9/028f7f863cbadd6e6ea771465b0bae361c270fb719cce7aaecf0a5f1fabd/libmediainfo_cffi-2.1.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "dca2b1f3f38affd991c1f1c15af7461d", "sha256": "64ab92232db636d0cef1f28bedef12e9bf6f5eb0ef33f4a70bf218603dd3fa57" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.2.tar.gz", "has_sig": false, "md5_digest": "dca2b1f3f38affd991c1f1c15af7461d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3481, "upload_time": "2019-04-01T10:33:40", "url": "https://files.pythonhosted.org/packages/3c/66/a9b9a5723fad2422b8fb8a321b7bbfa33b44b6f30bf7b2d66a767ebd1a35/libmediainfo_cffi-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "7c564f9850762b0a35eabb93298e5534", "sha256": "7570604db0855ee1f3f2dacc7e41b11bea3021ee4eadf721c111379fbeab84d4" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7c564f9850762b0a35eabb93298e5534", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3120750, "upload_time": "2019-04-01T11:06:22", "url": "https://files.pythonhosted.org/packages/a3/d7/530bac7dfe49615e122bddc614e3468df15b10e0020bffee5910e5bf99f3/libmediainfo_cffi-2.1.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0e671c20114b94196bc99111b4643406", "sha256": "8aca34d7c6c1f4f9568a062eeb8314ec0d7f16792e402dff05cf2e6c67ce0719" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0e671c20114b94196bc99111b4643406", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 3120743, "upload_time": "2019-04-01T11:06:24", "url": "https://files.pythonhosted.org/packages/64/bd/dd09275b29a4fa290d31c181f49574d5dcac63dd98981241c7902b9e0ffa/libmediainfo_cffi-2.1.3-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ea3f6a36a22712366a74d2ad38e18f06", "sha256": "736a75531438321719bb59ae2e03f5e717fc1b6d9e63d7450c4451ea924efc3b" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ea3f6a36a22712366a74d2ad38e18f06", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 3120735, "upload_time": "2019-04-01T11:06:26", "url": "https://files.pythonhosted.org/packages/a0/a4/8bc8eed80071f4a821d5de6bc08ec65e2b3cb2174462846a5568d889e5b1/libmediainfo_cffi-2.1.3-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1d04be9ae786bc401ee8b07fe6403159", "sha256": "18e75b94ec26fce8de4f2c8e04d9d79c5cbfbff08ca49d604baee450356d19b7" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.3.tar.gz", "has_sig": false, "md5_digest": "1d04be9ae786bc401ee8b07fe6403159", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3877, "upload_time": "2019-04-01T11:06:28", "url": "https://files.pythonhosted.org/packages/7d/5b/c9102383a9eb58a01b6c92e52224e0f07638b45af093b4b41c555a485abc/libmediainfo_cffi-2.1.3.tar.gz" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "0f41e83bfa1c5cfde78683b8ecf0970c", "sha256": "099daf77efb007ee08daa0149e191f24fb5084deb47d99c37de59ade59ae1588" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0f41e83bfa1c5cfde78683b8ecf0970c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 3120260, "upload_time": "2019-04-01T11:36:44", "url": "https://files.pythonhosted.org/packages/c6/e9/29564fe17811542276a21311074f2214574299da7563c16eba6a20d2202f/libmediainfo_cffi-2.1.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "04db4356cce1906ec8dad8a317252e65", "sha256": "83a48fb555e47cdbb8c825270cb58f4ef17ac61b43d67ea20a996f1134497ea7" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "04db4356cce1906ec8dad8a317252e65", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 3120249, "upload_time": "2019-04-01T11:36:46", "url": "https://files.pythonhosted.org/packages/a7/c5/047ce506e515771c6d6e9decad7e6ef8c35d947b3875505bd111e07f63f9/libmediainfo_cffi-2.1.4-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "227b396ccdea744e98702d3d339cb2cc", "sha256": "bd75073a8048dd29d9ad3e9138a5124d1787a897ea58579e111b01eb7bc05771" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "227b396ccdea744e98702d3d339cb2cc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 3120243, "upload_time": "2019-04-01T11:36:49", "url": "https://files.pythonhosted.org/packages/67/9d/50d89a18bee0ff909f7a0837ff50a1ead4c4e87aa413a7188a602fb99f37/libmediainfo_cffi-2.1.4-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4e57764317982d55266de3f763159695", "sha256": "b002f6f0405f283bd46c3139f89310a7db2dd4d0823f7b38cbd08d566dbae07d" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.4.tar.gz", "has_sig": false, "md5_digest": "4e57764317982d55266de3f763159695", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3937, "upload_time": "2019-04-01T11:36:50", "url": "https://files.pythonhosted.org/packages/cb/af/a155de75630ba682be02a635b2632f9e7e28c42262ade826fd675b6aa8b1/libmediainfo_cffi-2.1.4.tar.gz" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "1a14f060dc4e60357ea13ce36373edc2", "sha256": "6524796ff98c02de1da117fd8fab3d7ff7d1b205137941b680cbf7a7f2c52f16" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1a14f060dc4e60357ea13ce36373edc2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6181191, "upload_time": "2019-07-08T03:18:26", "url": "https://files.pythonhosted.org/packages/fd/27/f623fa976992a60455dd621e9a7e6811c3e558350cdd146ef4e541c4f24c/libmediainfo_cffi-2.1.5-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "148805b6c037bf6d94fe3cae4bc324cc", "sha256": "5a62febeb0f8028d722b331c677e99adc8e72000ed418349913c85d7d469d5ff" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "148805b6c037bf6d94fe3cae4bc324cc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6181228, "upload_time": "2019-07-08T03:18:28", "url": "https://files.pythonhosted.org/packages/c1/16/9ee3a31bccf2a1f1af33a855939169ffbceff80e00b3c8ec099a5275269e/libmediainfo_cffi-2.1.5-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "61ebbd8715c644011de766a02bfc7054", "sha256": "650fa36f7caa2a806d130ea9da9294c77d37c245b3b9cb58b5181a340def459f" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5.tar.gz", "has_sig": false, "md5_digest": "61ebbd8715c644011de766a02bfc7054", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3935, "upload_time": "2019-07-08T03:18:34", "url": "https://files.pythonhosted.org/packages/3f/00/7ed66b2264949b71044361d15ca4e06876d5869ad0a763bd1b7199079fb6/libmediainfo_cffi-2.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a14f060dc4e60357ea13ce36373edc2", "sha256": "6524796ff98c02de1da117fd8fab3d7ff7d1b205137941b680cbf7a7f2c52f16" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1a14f060dc4e60357ea13ce36373edc2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6181191, "upload_time": "2019-07-08T03:18:26", "url": "https://files.pythonhosted.org/packages/fd/27/f623fa976992a60455dd621e9a7e6811c3e558350cdd146ef4e541c4f24c/libmediainfo_cffi-2.1.5-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "148805b6c037bf6d94fe3cae4bc324cc", "sha256": "5a62febeb0f8028d722b331c677e99adc8e72000ed418349913c85d7d469d5ff" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "148805b6c037bf6d94fe3cae4bc324cc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6181228, "upload_time": "2019-07-08T03:18:28", "url": "https://files.pythonhosted.org/packages/c1/16/9ee3a31bccf2a1f1af33a855939169ffbceff80e00b3c8ec099a5275269e/libmediainfo_cffi-2.1.5-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "61ebbd8715c644011de766a02bfc7054", "sha256": "650fa36f7caa2a806d130ea9da9294c77d37c245b3b9cb58b5181a340def459f" }, "downloads": -1, "filename": "libmediainfo_cffi-2.1.5.tar.gz", "has_sig": false, "md5_digest": "61ebbd8715c644011de766a02bfc7054", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3935, "upload_time": "2019-07-08T03:18:34", "url": "https://files.pythonhosted.org/packages/3f/00/7ed66b2264949b71044361d15ca4e06876d5869ad0a763bd1b7199079fb6/libmediainfo_cffi-2.1.5.tar.gz" } ] }