Metadata-Version: 2.1
Name: pydupfinder
Version: 2.0.1
Summary: 
Author: Alexey Vyskubov
Author-email: alexey@ocaml.nl
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: click-option-group (>=0.5.5,<0.6.0)
Description-Content-Type: text/markdown

# pydupfinder

```Usage: pydupfinder [OPTIONS] PATH

  Find duplicate files.

Options:
  Limits: [mutually_exclusive]    Limits for found duplicates
    -a, --at-least INTEGER RANGE  Find AT LEAST that many duplicates if there
                                  are enough duplicates.  [x>=2]
    -m, --max-size TEXT           Calculate checksums for AT MOST this total
                                  size of files.
  -r, --reset-cache               Remove database, caching checksums
  --help                          Show this message and exit.
```

`max-size` limit allows one, for example, find duplicates in OneDrive without downloading everything.

