pyfdupes


Namepyfdupes JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/essembeh/pyfdupes
SummaryFind and delete duplicate files using fdupes
upload_time2022-12-14 23:06:47
maintainer
docs_urlNone
authorSébastien MB
requires_python>=3.9,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Github](https://img.shields.io/github/tag/essembeh/pyfdupes.svg)
![PyPi](https://img.shields.io/pypi/v/pyfdupes.svg)
![Python](https://img.shields.io/pypi/pyversions/pyfdupes.svg)
![CI](https://github.com/essembeh/pyfdupes/actions/workflows/poetry.yml/badge.svg)

# pyfdupes

Command line tool to find and delete duplicate files in folders using `fdupes`.

# Install

Install dependencies

```sh
$ sudo apt update
$ sudo apt install fdupes
```

Install the latest release of _pyfdupes_ from [PyPI](https://pypi.org/project/pyfdupes/)

```sh
$ pip3 install pyfdupes
$ pyfdupes --help
```

Or install _pyfdupes_ from the sources

```sh
$ pip3 install poetry
$ pip3 install git+https://github.com/essembeh/pyfdupes
$ pyfdupes --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/essembeh/pyfdupes",
    "name": "pyfdupes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "S\u00e9bastien MB",
    "author_email": "seb@essembeh.org",
    "download_url": "https://files.pythonhosted.org/packages/7d/9f/ff1d421e6b0411224371fb9f1668b77b96d17929713e06a1f41aa9035422/pyfdupes-0.1.0.tar.gz",
    "platform": null,
    "description": "![Github](https://img.shields.io/github/tag/essembeh/pyfdupes.svg)\n![PyPi](https://img.shields.io/pypi/v/pyfdupes.svg)\n![Python](https://img.shields.io/pypi/pyversions/pyfdupes.svg)\n![CI](https://github.com/essembeh/pyfdupes/actions/workflows/poetry.yml/badge.svg)\n\n# pyfdupes\n\nCommand line tool to find and delete duplicate files in folders using `fdupes`.\n\n# Install\n\nInstall dependencies\n\n```sh\n$ sudo apt update\n$ sudo apt install fdupes\n```\n\nInstall the latest release of _pyfdupes_ from [PyPI](https://pypi.org/project/pyfdupes/)\n\n```sh\n$ pip3 install pyfdupes\n$ pyfdupes --help\n```\n\nOr install _pyfdupes_ from the sources\n\n```sh\n$ pip3 install poetry\n$ pip3 install git+https://github.com/essembeh/pyfdupes\n$ pyfdupes --help\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Find and delete duplicate files using fdupes",
    "version": "0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a324283c1bdd50c82713620758522503",
                "sha256": "91638b0a44445c9724968658b62b7e62ac9a11344182a7285b0ad56ccb497512"
            },
            "downloads": -1,
            "filename": "pyfdupes-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a324283c1bdd50c82713620758522503",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 8210,
            "upload_time": "2022-12-14T23:06:46",
            "upload_time_iso_8601": "2022-12-14T23:06:46.280962Z",
            "url": "https://files.pythonhosted.org/packages/5c/fb/1e356577badad322d0722599981bdc5634540432dc6497963ae504258f05/pyfdupes-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "72754adb17a6060bd5ce6a9bd1c15851",
                "sha256": "7d07c35cecc0716a7bb5a0f0e35fd34fbddb67ae9c4e88fe3dea9fa09df9d639"
            },
            "downloads": -1,
            "filename": "pyfdupes-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "72754adb17a6060bd5ce6a9bd1c15851",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 7304,
            "upload_time": "2022-12-14T23:06:47",
            "upload_time_iso_8601": "2022-12-14T23:06:47.852971Z",
            "url": "https://files.pythonhosted.org/packages/7d/9f/ff1d421e6b0411224371fb9f1668b77b96d17929713e06a1f41aa9035422/pyfdupes-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-14 23:06:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "essembeh",
    "github_project": "pyfdupes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyfdupes"
}
        
Elapsed time: 0.05081s