twinfiles


Nametwinfiles JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/joaompinto/twinfiles
SummaryCommand line tool to find and remove duplicate files
upload_time2023-11-12 11:32:21
maintainer
docs_urlNone
authorJoão Pinto
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements humanize rich typer
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # twinfiles

Command line tool to find and remove duplicate files

![License: MIT](https://img.shields.io/github/license/joaompinto/twinfiles?style=for-the-badge&color=%23007ec6)
[![PyPi](https://img.shields.io/pypi/v/twinfiles.svg?style=for-the-badge&color=%23007ec6)](https://pypi.python.org/pypi/twinfiles)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)


<div align="center">

<img src="https://raw.githubusercontent.com/joaompinto/twinfiles/master/imgs/use.png" alt="twinfiles in action" width="100%"/>

</div>

## Motivation

Over the years I have accumulated multiple backups of photos leading to a lot of duplicates. I need an easy way to clean my photos.

## Installation

```bash
pip install twinfiles
```

## Usage

```sh
# To delete add --delete
twinfiles ~/OneDrive
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joaompinto/twinfiles",
    "name": "twinfiles",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jo\u00e3o Pinto",
    "author_email": "lamego.pinto@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/d6/9e4221d0c9aaa28d0673eaafafa4862cf5ad5648e290b0c513c72d09e6a3/twinfiles-0.0.3.tar.gz",
    "platform": null,
    "description": "# twinfiles\n\nCommand line tool to find and remove duplicate files\n\n![License: MIT](https://img.shields.io/github/license/joaompinto/twinfiles?style=for-the-badge&color=%23007ec6)\n[![PyPi](https://img.shields.io/pypi/v/twinfiles.svg?style=for-the-badge&color=%23007ec6)](https://pypi.python.org/pypi/twinfiles)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)\n\n\n<div align=\"center\">\n\n<img src=\"https://raw.githubusercontent.com/joaompinto/twinfiles/master/imgs/use.png\" alt=\"twinfiles in action\" width=\"100%\"/>\n\n</div>\n\n## Motivation\n\nOver the years I have accumulated multiple backups of photos leading to a lot of duplicates. I need an easy way to clean my photos.\n\n## Installation\n\n```bash\npip install twinfiles\n```\n\n## Usage\n\n```sh\n# To delete add --delete\ntwinfiles ~/OneDrive\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line tool to find and remove duplicate files",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/joaompinto/twinfiles"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45b64ba8648737f39d1f72be3297ecf72ef59b86613f307b9eeb640f3d8ab792",
                "md5": "80e0f8b11a5342a4771b21d3410dfd87",
                "sha256": "16f715f9f561d29a61a6fdb0a9c5ba85f19d925890c1fe75cfc591ea4b20ede4"
            },
            "downloads": -1,
            "filename": "twinfiles-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80e0f8b11a5342a4771b21d3410dfd87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5027,
            "upload_time": "2023-11-12T11:32:19",
            "upload_time_iso_8601": "2023-11-12T11:32:19.664330Z",
            "url": "https://files.pythonhosted.org/packages/45/b6/4ba8648737f39d1f72be3297ecf72ef59b86613f307b9eeb640f3d8ab792/twinfiles-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72d69e4221d0c9aaa28d0673eaafafa4862cf5ad5648e290b0c513c72d09e6a3",
                "md5": "8c2ff36869b492ca4b38273dfafb31d9",
                "sha256": "b50431cb4f74917deb5aaffcad30856f1353d82bece53c725025ba77d2616c2e"
            },
            "downloads": -1,
            "filename": "twinfiles-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8c2ff36869b492ca4b38273dfafb31d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42856,
            "upload_time": "2023-11-12T11:32:21",
            "upload_time_iso_8601": "2023-11-12T11:32:21.090599Z",
            "url": "https://files.pythonhosted.org/packages/72/d6/9e4221d0c9aaa28d0673eaafafa4862cf5ad5648e290b0c513c72d09e6a3/twinfiles-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-12 11:32:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joaompinto",
    "github_project": "twinfiles",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "humanize",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "typer",
            "specs": []
        }
    ],
    "lcname": "twinfiles"
}
        
Elapsed time: 0.15787s