Handle files and folder which exceeds themaximum length of filesystems
Project description
# Maxlength Folder Eraser It’s a script used to take care of issues regarding folders and files with too many characters
## Tests Tested on Windows10 and Ubuntu16. Works only on Python 3.6+
## Performance The script took about 13 minutes to finish a 250GB repository, with very nested folders (dozens of folder levels) and also files that exceeded the maximum length allowed by the file system.
Unfortunately, we cannot use multiple threads because the recursive process needs to be synchronous, but we can merge from the old listdir function to scandir function (Contained in the OS module - Python 3.6) and make it faster.
# Warning
## Precautions * Already tested on nested folders with files but be aware that there are No Guarantees * This script will rename all files and folders into the -dir parameter, use it very, very, carefully!!!
## Warranty There is no warranty of this script. For more information, read the MIT Licence
# How to Use it 1. Run pip install maxlength_folder
Be sure to be using Python 3.6+ by running python --version on your command prompt
Run the following command:
Windows: python example.py -dir "C:\path\to\folder" -silent
Linux: .\example.py -dir "\path\to\folder" -silent
The script is verbose name by default
Use `-silent```parameter to use it in quiet mode or just use the `-dir``` parameter to inform the folder
# Log system By default, the filename is maxlength-folder-eraser.log and you can check the process there!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file maxlength_folder-0.2.1.tar.gz
.
File metadata
- Download URL: maxlength_folder-0.2.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d8c1a4ee264311a6113a7ca3ac7e286517f1a78492f21bc236ddc2b0c62cd45 |
|
MD5 | 89ab4566c533f120e53e92258900cce7 |
|
BLAKE2b-256 | eea2fa43164a41ff4816f38eb1fb08f9ff0358f7f06817980ddd188921da81ce |
File details
Details for the file maxlength_folder-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: maxlength_folder-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5671f77378f4c88fbca0633adf6a2574710bd92ab3d1b7d0d71b323232e8c87 |
|
MD5 | d420b8ef2daab7d4ee323ee64359f27c |
|
BLAKE2b-256 | 421b20609625669785ae761533acd7bdc0133ccd85a3922429d228c23617b56c |