MIDupFileRemove


NameMIDupFileRemove JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryDuplicate file removal packages
upload_time2022-12-05 17:42:47
maintainer
docs_urlNone
authorVijay Thorat
requires_python>=3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MIDupFileRemove
    MIDupFileRemove package is used to remove duplicate files from the given directory.

# Requirements
    This package requires Python3.

# Installing
    To install this CLI tool you can run the below command:

    Linux:
    pip3 install MIDupFileRemove

    Windows:
    pip install MIDupFileRemove

# How to use


    run below command to remove duplicate files from the given directory:

    removedupfile <directory name>

    Note: You should run this command at specific  location.
    example:

    /home/User/Downloads/Test1/Test2

    if you want to remove duplicate files from the Test2 directory , you should run this command at below location:

    /home/User/Downloads/Test1

    command : removedupfile Test2


# IMP NOTE: This command is remove duplicate files permanently. Use this command carefully.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "MIDupFileRemove",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vijay Thorat",
    "author_email": "vijaythorat0804@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/be/433b704531adb0462be3b638e9711124e0167370b93f967c5d8e594ac50a/MIDupFileRemove-0.0.3.tar.gz",
    "platform": null,
    "description": "# MIDupFileRemove\n    MIDupFileRemove package is used to remove duplicate files from the given directory.\n\n# Requirements\n    This package requires Python3.\n\n# Installing\n    To install this CLI tool you can run the below command:\n\n    Linux:\n    pip3 install MIDupFileRemove\n\n    Windows:\n    pip install MIDupFileRemove\n\n# How to use\n\n\n    run below command to remove duplicate files from the given directory:\n\n    removedupfile <directory name>\n\n    Note: You should run this command at specific  location.\n    example:\n\n    /home/User/Downloads/Test1/Test2\n\n    if you want to remove duplicate files from the Test2 directory , you should run this command at below location:\n\n    /home/User/Downloads/Test1\n\n    command : removedupfile Test2\n\n\n# IMP NOTE: This command is remove duplicate files permanently. Use this command carefully.\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Duplicate file removal packages",
    "version": "0.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f8b606964d471109511aff86ae01edb9",
                "sha256": "d73d6618990048db571fdd5f061e00686ac02261c2bdac839d8d70b70c19e544"
            },
            "downloads": -1,
            "filename": "MIDupFileRemove-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8b606964d471109511aff86ae01edb9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4320,
            "upload_time": "2022-12-05T17:42:43",
            "upload_time_iso_8601": "2022-12-05T17:42:43.660134Z",
            "url": "https://files.pythonhosted.org/packages/6b/4a/1778762079acd1f8f0b25488dba509ca04c9031d7977116e17dba4723380/MIDupFileRemove-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "969256cf1bf301d646545b1355947ee1",
                "sha256": "ff024c608c8e48716af0b178a75d47dece9d8a3c3fef797a8dc28144304a7e28"
            },
            "downloads": -1,
            "filename": "MIDupFileRemove-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "969256cf1bf301d646545b1355947ee1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3665,
            "upload_time": "2022-12-05T17:42:47",
            "upload_time_iso_8601": "2022-12-05T17:42:47.336303Z",
            "url": "https://files.pythonhosted.org/packages/a4/be/433b704531adb0462be3b638e9711124e0167370b93f967c5d8e594ac50a/MIDupFileRemove-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 17:42:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "midupfileremove"
}
        
Elapsed time: 0.01459s