reloci


Namereloci JSON
Version 6.0 PyPI version JSON
download
home_pageNone
SummaryOrganize photos based on exif
upload_time2024-11-09 15:15:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords photos exif date directories organize
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # reloci

[![PyPI](https://img.shields.io/pypi/v/reloci)](https://pypi.org/project/reloci/)
[![License](https://img.shields.io/github/license/153957/reloci)](https://github.com/153957/reloci/blob/main/LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/153957/reloci/tests.yml?branch=main)](https://github.com/153957/reloci/actions)

This can be used to reorganise photos into directories by date.


## Usage

This is a command line utility to copy or move files from one location
to another location using the metadata in the files to order them
into logical directories.

    $ reloci current/path/to/files path/to/destination

To see all options use

    $ reloci --help

Currently the files will be ordered based on the creation date of the
files. Use the `dryrun` option to check if the planned move/copy matches
your expectations.

Additionally there is a second command to view all relevant EXIF tags from a
single file, and how they are interpreted by the FileInfo class.

    $ reloci_info path/to/a/file.jpg


## Installation

If desired create a virtual environment then install this package from PyPI

    pip install reloci


## Setup for development

Create a new virtual env with Python 3.13 and install the requirements:

    conda create -n reloci python=3.13 --yes
    pip install -e .[test]

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reloci",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "Arne de Laat <arne@delaat.net>",
    "keywords": "photos, exif, date, directories, organize",
    "author": null,
    "author_email": "Arne de Laat <arne@delaat.net>",
    "download_url": "https://files.pythonhosted.org/packages/c2/01/4042a87c9653c8b7bbbc19aad011eb69d1440dd41482545966851fc88b2f/reloci-6.0.tar.gz",
    "platform": null,
    "description": "# reloci\n\n[![PyPI](https://img.shields.io/pypi/v/reloci)](https://pypi.org/project/reloci/)\n[![License](https://img.shields.io/github/license/153957/reloci)](https://github.com/153957/reloci/blob/main/LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/153957/reloci/tests.yml?branch=main)](https://github.com/153957/reloci/actions)\n\nThis can be used to reorganise photos into directories by date.\n\n\n## Usage\n\nThis is a command line utility to copy or move files from one location\nto another location using the metadata in the files to order them\ninto logical directories.\n\n    $ reloci current/path/to/files path/to/destination\n\nTo see all options use\n\n    $ reloci --help\n\nCurrently the files will be ordered based on the creation date of the\nfiles. Use the `dryrun` option to check if the planned move/copy matches\nyour expectations.\n\nAdditionally there is a second command to view all relevant EXIF tags from a\nsingle file, and how they are interpreted by the FileInfo class.\n\n    $ reloci_info path/to/a/file.jpg\n\n\n## Installation\n\nIf desired create a virtual environment then install this package from PyPI\n\n    pip install reloci\n\n\n## Setup for development\n\nCreate a new virtual env with Python 3.13 and install the requirements:\n\n    conda create -n reloci python=3.13 --yes\n    pip install -e .[test]\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Organize photos based on exif",
    "version": "6.0",
    "project_urls": {
        "Repository": "https://github.com/153957/reloci/"
    },
    "split_keywords": [
        "photos",
        " exif",
        " date",
        " directories",
        " organize"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0b077348dea7d2819128a73511e273bbed8056887710137f16119376633143b",
                "md5": "00fc4f9335864435a682baeed04d8f01",
                "sha256": "72ce952ec616758332e4778fbc718fd34a54d58ebedef6210a88bc0eaeb644cf"
            },
            "downloads": -1,
            "filename": "reloci-6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00fc4f9335864435a682baeed04d8f01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 10293,
            "upload_time": "2024-11-09T15:15:32",
            "upload_time_iso_8601": "2024-11-09T15:15:32.008007Z",
            "url": "https://files.pythonhosted.org/packages/b0/b0/77348dea7d2819128a73511e273bbed8056887710137f16119376633143b/reloci-6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2014042a87c9653c8b7bbbc19aad011eb69d1440dd41482545966851fc88b2f",
                "md5": "527386b215d782bf2de9a6e572aa747b",
                "sha256": "c90302f653a3eb4bd701b64870e7ea68e3245ee26b0bc56a2ccfc8d4648feae1"
            },
            "downloads": -1,
            "filename": "reloci-6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "527386b215d782bf2de9a6e572aa747b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 57078989,
            "upload_time": "2024-11-09T15:15:39",
            "upload_time_iso_8601": "2024-11-09T15:15:39.442521Z",
            "url": "https://files.pythonhosted.org/packages/c2/01/4042a87c9653c8b7bbbc19aad011eb69d1440dd41482545966851fc88b2f/reloci-6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-09 15:15:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "153957",
    "github_project": "reloci",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "reloci"
}
        
Elapsed time: 0.35398s