{ "info": { "author": "Stefano Spinucci", "author_email": "virgo977@tin.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: Systems Administration", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "Script feature :\r\n\r\n* can load all kind (I hope ;-) of md5 files\r\n\r\n* the files inside the input md5 lists 'll be diff'ed and flagged as :\r\n** '==' : equal (md5 =, path =, filename =)\r\n** '<>' : different (md5 <>, path =, filename =)\r\n** '<<' or '>>' : new (md5 n/a, path <>, filename <>)\r\n** '' : moved (md5 =, path <>, filename =)\r\n** '' : renamed (md5 =, path =, filename <>)\r\n\r\n* to the stdout 'll be printed :\r\n** the two input md5 files, added of the diff'ing flag; the only difference from\r\na standard md5 is the diff'ing flag, printed between the md5 and the\r\npath/filename (chars 33,34)\r\n** some stats of the diff'ing\r\n\r\n\r\n***\r\n\r\n\r\nSome background :\r\n\r\nI needed this script to compare md5 created with different programs, to catch\r\nfiles renaming and moving and... because programming in python is fun !!!", "description_content_type": null, "docs_url": null, "download_url": "http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095/index_txt", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095", "keywords": "md5 diff compare", "license": "python", "maintainer": null, "maintainer_email": null, "name": "md5diff", "package_url": "https://pypi.org/project/md5diff/", "platform": null, "project_url": "https://pypi.org/project/md5diff/", "project_urls": { "Download": "http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095/index_txt", "Homepage": "http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095" }, "release_url": "https://pypi.org/project/md5diff/1.4/", "requires_dist": null, "requires_python": null, "summary": "A script to compare and diff two md5 files.", "version": "1.4" }, "last_serial": 3462, "releases": { "1.4": [] }, "urls": [] }