معرفی شرکت ها


fiddup-3.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Utility to find similar files based on filename or hash.
ویژگی مقدار
سیستم عامل -
نام فایل fiddup-3.0.0
نام fiddup
نسخه کتابخانه 3.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jarvis Codes
ایمیل نویسنده jarvis@jayradz.com
آدرس صفحه اصلی https://github.com/jarviscodes/fiddup
آدرس اینترنتی https://pypi.org/project/fiddup/
مجوز MIT
# Fiddup ![Version 3.0.0](https://img.shields.io/badge/Version-3.0.0-blue) ![MIT License](https://img.shields.io/badge/License-MIT-success) ![Flake8](https://github.com/jarviscodes/fiddup/actions/workflows/flake8_linter.yml/badge.svg) ![Tests](https://github.com/jarviscodes/fiddup/actions/workflows/testing_and_coverage.yml/badge.svg) ![Stable Build](https://github.com/jarviscodes/fiddup/actions/workflows/stable_build.yml/badge.svg) **Fi**le **D**e**Dup**licator Small tool to quickly scan a directory for files of similar names. Useful to scan through archives of books, documents, downloads, movies, music, ... Two modes are available: Assistant (name based comparison), and Hash mode (hash comparison). Fiddup is non-destructive. It will report similarities and duplicates, but it will not remove them. In order to keep things performant and memory-limited, hashmode only hashes parts of both files. In case of false positives, first try to increase the `--chunk_count` flag. (default=5) ## Installation ### From PyPi `pip3 install fiddup` ### From Sauce * `git pull https://github.com/jarviscodes/fiddup` * `setup.py install` ## Usage ``` (env) E:\Users\Jarvis\PycharmProjects\fiddup>python -m fiddup --help Usage: python -m fiddup [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: assistant hashmode ``` ``` Fiddup v3.0.0 Usage: python -m fiddup assistant [OPTIONS] Options: -i, --in_path TEXT Path to scan for duplicates. [required] -t, --threshold FLOAT Similarity threshold. Assistant will only show similarities > this. -e, --extensions TEXT List of extensions to scan for. Specify multiple with e.g.: -e zip -e txt -e pdf. [required] -d, --directory Include directories in comparison. Only available in assistant mode. -v, --verbose Show verbose output. --help Show this message and exit. ``` ``` Fiddup v3.0.0 Usage: python -m fiddup hashmode [OPTIONS] Options: -i, --in_path TEXT Path to scan for duplicates. [required] -e, --extensions TEXT List of extensions to scan for. Specify multiple with e.g.: -e zip -e txt -e pdf. [required] -v, --verbose Show verbose output. --chunk_count INTEGER Number of chunks to read from files while hashing. Higher = more accuracy = Slower. --help Show this message and exit. ``` ### Assistant Outputs a filename1, filename2, name similarity table. Useful when sorting out things manually on name base. ### Hashmode Get the hashes from the files and compare the files content-wise by doing so. ## Testing `python -m unittest discover -s tests` or `python -m pytest`


نیازمندی

مقدار نام
- click
- colorama
- alive-progress
- terminaltables


نحوه نصب


نصب پکیج whl fiddup-3.0.0:

    pip install fiddup-3.0.0.whl


نصب پکیج tar.gz fiddup-3.0.0:

    pip install fiddup-3.0.0.tar.gz