file_investigation
To identify files to cleanup a directory as per user's input
Input: a directory to be recursively searched Output: a csv report of files for deletion (category, full path to file).
This will include: identifying duplicate files, files which have not been accessed in over X days, files which are over Y bytes in size, directories containing large numbers of files, identifying uncompressed files.
usage: FileChecker.py [-h] [--dirname DIRNAME] [--days DAYS] [--size SIZE] [--filelimit FILELIMIT]
optional arguments: -h, --help show this help message and exit --dirname DIRNAME Please enter directory name --days DAYS Number of days last accessed --size SIZE File size in kilobytes --filelimit FILELIMIT specify number of files above which a directory is bigDir
Example: python3 FileChecker.py --dirname data --days 0 --size 450 --filelimit 4
Release files for FileChecker-purnimapachori 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| FileChecker-purnimapachori-0.0.1.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| FileChecker_purnimapachori-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / FileChecker-purnimapachori-0.0.1.tar.gz
| Download URL | FileChecker-purnimapachori-0.0.1.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3dd8ad45f82a04f2e9b0035dc8e360230e001a335c3c388d9d938362198b9c3
|
|
BLAKE2b-256 checksum How to use checksums |
401356aac000f8680cf2c21afc6ec85a0b8170e7efed7dda37b6981c4710aeda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|
Release files / FileChecker_purnimapachori-0.0.1-py3-none-any.whl
| Download URL | FileChecker_purnimapachori-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a14ad7634db151c57b8fb7c739b2505a5eaacb973c5ee492e0f39d9ce4e9a820
|
|
BLAKE2b-256 checksum How to use checksums |
31ed3e3c820d25e24ba09381ad2b194fe5cc84a5f67b411e0b460434666d96dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|