duphunter


Nameduphunter JSON
Version 0.1.18 PyPI version JSON
download
home_pagehttp://github.com/Rudd-O/duphunter
SummaryAn application that finds and lets you delete duplicate files
upload_time2023-01-24 19:13:57
maintainer
docs_urlNone
authorManuel Amador (Rudd-O)
requires_python
licenseGPL
keywords duplicate file management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Duphunter

Duphunter is a very simple application that finds and lets you delete duplicate files interactively, using a very efficient list interface where you can mark files for preservation or deletion, and later commit your changes.  The scanning process should scale well into the millions of files.

The repository, bug tracker and Web site for this tool is at [http://github.com/Rudd-O/duphunter](http://github.com/Rudd-O/duphunter).

## Setting up

1. Install PyQt5
2. Install this package using `pip`, `python setup.py install` or `python setup.py bdist_rpm`

## Running

Run the command `duphunter` on the command line, optionally specifying paths to scan as arguments to the command.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/Rudd-O/duphunter",
    "name": "duphunter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "duplicate file management",
    "author": "Manuel Amador (Rudd-O)",
    "author_email": "rudd-o@rudd-o.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/19/d9d5d004748b044f33de00a6c984bc348af1f6d4db293f85670722826a4d/duphunter-0.1.18.tar.gz",
    "platform": null,
    "description": "# Duphunter\n\nDuphunter is a very simple application that finds and lets you delete duplicate files interactively, using a very efficient list interface where you can mark files for preservation or deletion, and later commit your changes.  The scanning process should scale well into the millions of files.\n\nThe repository, bug tracker and Web site for this tool is at [http://github.com/Rudd-O/duphunter](http://github.com/Rudd-O/duphunter).\n\n## Setting up\n\n1. Install PyQt5\n2. Install this package using `pip`, `python setup.py install` or `python setup.py bdist_rpm`\n\n## Running\n\nRun the command `duphunter` on the command line, optionally specifying paths to scan as arguments to the command.",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "An application that finds and lets you delete duplicate files",
    "version": "0.1.18",
    "split_keywords": [
        "duplicate",
        "file",
        "management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb19d9d5d004748b044f33de00a6c984bc348af1f6d4db293f85670722826a4d",
                "md5": "c7110ca35554e4ca66f787a7fd75fefb",
                "sha256": "0a3002606da068ccf1901890157b649e341385d61a816afd7276364223f56975"
            },
            "downloads": -1,
            "filename": "duphunter-0.1.18.tar.gz",
            "has_sig": false,
            "md5_digest": "c7110ca35554e4ca66f787a7fd75fefb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23605,
            "upload_time": "2023-01-24T19:13:57",
            "upload_time_iso_8601": "2023-01-24T19:13:57.904896Z",
            "url": "https://files.pythonhosted.org/packages/fb/19/d9d5d004748b044f33de00a6c984bc348af1f6d4db293f85670722826a4d/duphunter-0.1.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 19:13:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Rudd-O",
    "github_project": "duphunter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "duphunter"
}
        
Elapsed time: 0.13626s