{ "info": { "author": "Purnima Pachori", "author_email": "purnima.pachori@quadram.ac.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# file_investigation\nTo identify files to cleanup a directory as per user's input\n\nInput: a directory to be recursively searched\nOutput: a csv report of files for deletion (category, full path to file).\n\nThis will include: \nidentifying duplicate files, \nfiles which have not been accessed in over X days, \nfiles which are over Y bytes in size,\ndirectories containing large numbers of files, \nidentifying uncompressed files.\n\nusage: FileChecker.py [-h] [--dirname DIRNAME] [--days DAYS] [--size SIZE]\n [--filelimit FILELIMIT]\n\noptional arguments:\n -h, --help show this help message and exit\n --dirname DIRNAME Please enter directory name\n --days DAYS Number of days last accessed\n --size SIZE File size in kilobytes\n --filelimit FILELIMIT\n specify number of files above which a directory is\n bigDir\n\nExample: python3 FileChecker.py --dirname data --days 0 --size 450 --filelimit 4\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pachorip/file_investigation", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "FileChecker-purnimapachori", "package_url": "https://pypi.org/project/FileChecker-purnimapachori/", "platform": "", "project_url": "https://pypi.org/project/FileChecker-purnimapachori/", "project_urls": { "Homepage": "https://github.com/pachorip/file_investigation" }, "release_url": "https://pypi.org/project/FileChecker-purnimapachori/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A package to investigate a directory for cleanup", "version": "0.0.1" }, "last_serial": 5208393, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0102c1dba4d886702aa587c24bb64cc9", "sha256": "a14ad7634db151c57b8fb7c739b2505a5eaacb973c5ee492e0f39d9ce4e9a820" }, "downloads": -1, "filename": "FileChecker_purnimapachori-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0102c1dba4d886702aa587c24bb64cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2639, "upload_time": "2019-04-30T14:15:07", "url": "https://files.pythonhosted.org/packages/31/ed/3e3c820d25e24ba09381ad2b194fe5cc84a5f67b411e0b460434666d96dc/FileChecker_purnimapachori-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "233e7b257158ffd700e41b3bde09153d", "sha256": "f3dd8ad45f82a04f2e9b0035dc8e360230e001a335c3c388d9d938362198b9c3" }, "downloads": -1, "filename": "FileChecker-purnimapachori-0.0.1.tar.gz", "has_sig": false, "md5_digest": "233e7b257158ffd700e41b3bde09153d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1570, "upload_time": "2019-04-30T14:15:18", "url": "https://files.pythonhosted.org/packages/40/13/56aac000f8680cf2c21afc6ec85a0b8170e7efed7dda37b6981c4710aeda/FileChecker-purnimapachori-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0102c1dba4d886702aa587c24bb64cc9", "sha256": "a14ad7634db151c57b8fb7c739b2505a5eaacb973c5ee492e0f39d9ce4e9a820" }, "downloads": -1, "filename": "FileChecker_purnimapachori-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0102c1dba4d886702aa587c24bb64cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2639, "upload_time": "2019-04-30T14:15:07", "url": "https://files.pythonhosted.org/packages/31/ed/3e3c820d25e24ba09381ad2b194fe5cc84a5f67b411e0b460434666d96dc/FileChecker_purnimapachori-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "233e7b257158ffd700e41b3bde09153d", "sha256": "f3dd8ad45f82a04f2e9b0035dc8e360230e001a335c3c388d9d938362198b9c3" }, "downloads": -1, "filename": "FileChecker-purnimapachori-0.0.1.tar.gz", "has_sig": false, "md5_digest": "233e7b257158ffd700e41b3bde09153d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1570, "upload_time": "2019-04-30T14:15:18", "url": "https://files.pythonhosted.org/packages/40/13/56aac000f8680cf2c21afc6ec85a0b8170e7efed7dda37b6981c4710aeda/FileChecker-purnimapachori-0.0.1.tar.gz" } ] }