Metadata-Version: 2.4
Name: dupix
Version: 0.0.1
Summary: File indexing and deduplication tool
Author-email: Nathan Shearer <shearern@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/shearern/dupix
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hashkeep
Requires-Dist: tabulate
Requires-Dist: tqdm
Dynamic: license-file

DUPIX
======

File indexing and deduplication tool

I don't have too many files... you do!


Usage
-----

    usage: dupix [-h] {index,update} ...
    
    Duplicate file detection toolbox
    
    positional arguments:
      {index,update}
        index         Add a folder to the reference set of folders to use for
                      duplicate file detection
        update        Scan reference folders and store data in SQLite.
    
    options:
      -h, --help      show this help message and exit
    
    Version 0.0.1


Change Log
==========

## [0.0.1] - 2026-03-05
### Added:
 - First draft with indexing into common DB
 - Attached temporary scan DB
