rawfinder


Namerawfinder JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/moskrc/rawfinder
SummaryThis script finds corresponded RAW files for JPEG images.
upload_time2024-09-21 09:26:43
maintainerNone
docs_urlNone
authorVitalii Shishorin
requires_python<4.0,>=3.9
licenseNone
keywords raw finder raw_finder jpeg_raw camera
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RawFinder - Find a corresponded raw file

## What is it?

This script finds corresponded RAW files for JPEG images.

## How to install

```bash
$ pip install rawfinder
```

## How to use

```bash
$ rawfinder -h

Usage: rawfinder [OPTIONS] IMAGES_DIR SOURCES_DIR [DEST_SOURCES_DIR]

  Find corresponding RAW files for JPEG images and copy them to a DEST folder.

  JPEG_DIR - directory with JPEG files.
  RAW_DIR  - directory with RAW files.
  DEST_DIR - destination directory for RAW files.
             default is 'raw' inside the JPEG_DIR

Options:
  --help  Show this message and exit.
```

## Example

Find raw files in ~/Pictures/raw folder for jpeg files in current
folder, copy them to `raw` folder inside current folder (name by
default):

```bash
$ rawfinder . ~/Pictures/raw ./raw
```

# Development

## Install

```bash
$ make install
```

## Tests

```bash
$ make test
```

## Linters

```bash
$ make check
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/moskrc/rawfinder",
    "name": "rawfinder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "raw, finder, raw_finder, jpeg_raw, camera",
    "author": "Vitalii Shishorin",
    "author_email": "moskrc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c2/c8/1c9683327e698788a15fbcffc6507652d1a10e720823c7c338c5ac018b02/rawfinder-0.1.8.tar.gz",
    "platform": null,
    "description": "# RawFinder - Find a corresponded raw file\n\n## What is it?\n\nThis script finds corresponded RAW files for JPEG images.\n\n## How to install\n\n```bash\n$ pip install rawfinder\n```\n\n## How to use\n\n```bash\n$ rawfinder -h\n\nUsage: rawfinder [OPTIONS] IMAGES_DIR SOURCES_DIR [DEST_SOURCES_DIR]\n\n  Find corresponding RAW files for JPEG images and copy them to a DEST folder.\n\n  JPEG_DIR - directory with JPEG files.\n  RAW_DIR  - directory with RAW files.\n  DEST_DIR - destination directory for RAW files.\n             default is 'raw' inside the JPEG_DIR\n\nOptions:\n  --help  Show this message and exit.\n```\n\n## Example\n\nFind raw files in ~/Pictures/raw folder for jpeg files in current\nfolder, copy them to `raw` folder inside current folder (name by\ndefault):\n\n```bash\n$ rawfinder . ~/Pictures/raw ./raw\n```\n\n# Development\n\n## Install\n\n```bash\n$ make install\n```\n\n## Tests\n\n```bash\n$ make test\n```\n\n## Linters\n\n```bash\n$ make check\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This script finds corresponded RAW files for JPEG images.",
    "version": "0.1.8",
    "project_urls": {
        "Documentation": "https://moskrc.github.io/rawfinder/",
        "Homepage": "https://github.com/moskrc/rawfinder",
        "Repository": "https://github.com/moskrc/rawfinder"
    },
    "split_keywords": [
        "raw",
        " finder",
        " raw_finder",
        " jpeg_raw",
        " camera"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38a727cd09725feb761b6bac9f733b5953d45ed42705de436c27100d9906ee30",
                "md5": "271ae934d55a3bb64c2d97e8b3086d60",
                "sha256": "c207676bc6cb860b42cf8757566cc3504f793c2472d39cc4ee6958da545817e8"
            },
            "downloads": -1,
            "filename": "rawfinder-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "271ae934d55a3bb64c2d97e8b3086d60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 5727,
            "upload_time": "2024-09-21T09:26:42",
            "upload_time_iso_8601": "2024-09-21T09:26:42.349184Z",
            "url": "https://files.pythonhosted.org/packages/38/a7/27cd09725feb761b6bac9f733b5953d45ed42705de436c27100d9906ee30/rawfinder-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2c81c9683327e698788a15fbcffc6507652d1a10e720823c7c338c5ac018b02",
                "md5": "6a44c127b6d90f86eae1e02ad3953def",
                "sha256": "c65c95030fb978d787a2eab88ec68e0a5e71f3a9f678d56acf5025923aae0f5e"
            },
            "downloads": -1,
            "filename": "rawfinder-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "6a44c127b6d90f86eae1e02ad3953def",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 5082,
            "upload_time": "2024-09-21T09:26:43",
            "upload_time_iso_8601": "2024-09-21T09:26:43.724714Z",
            "url": "https://files.pythonhosted.org/packages/c2/c8/1c9683327e698788a15fbcffc6507652d1a10e720823c7c338c5ac018b02/rawfinder-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 09:26:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "moskrc",
    "github_project": "rawfinder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "rawfinder"
}
        
Elapsed time: 0.34862s