{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# checkcorruptedimages\n*Python3 module to check for corrupted images using \"identify\" from ImageMagick as underlying mechanism.*\n\n## Installation\n### Install with pip\n```\npip3 install -U checkcorruptedimages\n```\n\n## Usage\n```\nIn [1]: import checkcorruptedimages\n\nIn [2]: from pathlib import Path\n\nIn [3]: m = checkcorruptedimages.CheckCorruptedImages()\n\nIn [4]: m.verbose = True\n\nIn [5]: m.get_corrupted_images(\n folder_to_check=Path(\"/home/user/Pictures\"),\n file_extensions_list=[\"jpg\"]\n )\n\nPath: /home/user/Pictures/notcorruptedimage.jpg, corrupted: False\nPath: /home/user/Pictures/corruptedimage.jpg, corrupted: True\nOut[5]: [PosixPath('/home/user/Pictures/corruptedimage.jpg'),\n PosixPath('/home/user/Pictures/corruptedimage2.jpg'\n ]\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/checkcorruptedimages/archive/v0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/checkcorruptedimages", "keywords": "check,corrupted,images", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "checkcorruptedimages", "package_url": "https://pypi.org/project/checkcorruptedimages/", "platform": "", "project_url": "https://pypi.org/project/checkcorruptedimages/", "project_urls": { "Download": "https://github.com/carlosplanchon/checkcorruptedimages/archive/v0.2.tar.gz", "Homepage": "https://github.com/carlosplanchon/checkcorruptedimages" }, "release_url": "https://pypi.org/project/checkcorruptedimages/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python3 module to check for corrupted images using \"identify\" from ImageMagick as underlying mechanism.", "version": "0.2" }, "last_serial": 5174414, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6fd4a3d76ce24a82714f91371fa55603", "sha256": "f3cb74cd8ac402da5c959a8e732f26cca900f9477177af0f7d3534bf8c838f52" }, "downloads": -1, "filename": "checkcorruptedimages-0.1.tar.gz", "has_sig": false, "md5_digest": "6fd4a3d76ce24a82714f91371fa55603", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2382, "upload_time": "2019-04-22T07:21:45", "url": "https://files.pythonhosted.org/packages/c0/93/29ae1e0557bb518f659ba4c006d78d7feb02d988dbfa1d08cfabbb53c47a/checkcorruptedimages-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d175e1455996677207412d5d17ac21ec", "sha256": "32de879c110b6cf0fc51282a97e0ec23edb71792a57ef8e10224f35ca36792d8" }, "downloads": -1, "filename": "checkcorruptedimages-0.2.tar.gz", "has_sig": false, "md5_digest": "d175e1455996677207412d5d17ac21ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2589, "upload_time": "2019-04-22T20:14:47", "url": "https://files.pythonhosted.org/packages/03/03/97247f4921da849fb89c4ef0a7ce4eee4fedf84916617b19968f3dc0ec43/checkcorruptedimages-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d175e1455996677207412d5d17ac21ec", "sha256": "32de879c110b6cf0fc51282a97e0ec23edb71792a57ef8e10224f35ca36792d8" }, "downloads": -1, "filename": "checkcorruptedimages-0.2.tar.gz", "has_sig": false, "md5_digest": "d175e1455996677207412d5d17ac21ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2589, "upload_time": "2019-04-22T20:14:47", "url": "https://files.pythonhosted.org/packages/03/03/97247f4921da849fb89c4ef0a7ce4eee4fedf84916617b19968f3dc0ec43/checkcorruptedimages-0.2.tar.gz" } ] }