join-eos-exif


Namejoin-eos-exif JSON
Version 1.1.2 PyPI version JSON
download
home_page
SummaryJoin EOS files to images using EXIF data
upload_time2023-05-11 17:51:13
maintainer
docs_urlNone
authorTaylor Denouden
requires_python>=3.8.1,<3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # joinEOStoEXIF

Application to join EOS and EXIF data files for image processing

UI made with PyQt5 v5.14.1
exe generated using Pyinstaller 3.4

## Installation

```sh
pip install -r requirements.txt
```

## Running

Use join_data.exe or

```sh
python join_data.py
```

## Tests

The test.py file runs tests on sample input files stored in the sample_files folder.

It looks for one CSV and one txt file in each folder

```sh
python test.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "join-eos-exif",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Taylor Denouden",
    "author_email": "taylor.denouden@hakai.org",
    "download_url": "https://files.pythonhosted.org/packages/3b/fb/dde4da76b284c8e32fbf83f1fae02afcfba017606b5e2a1b187e8a1c1b52/join_eos_exif-1.1.2.tar.gz",
    "platform": null,
    "description": "# joinEOStoEXIF\n\nApplication to join EOS and EXIF data files for image processing\n\nUI made with PyQt5 v5.14.1\nexe generated using Pyinstaller 3.4\n\n## Installation\n\n```sh\npip install -r requirements.txt\n```\n\n## Running\n\nUse join_data.exe or\n\n```sh\npython join_data.py\n```\n\n## Tests\n\nThe test.py file runs tests on sample input files stored in the sample_files folder.\n\nIt looks for one CSV and one txt file in each folder\n\n```sh\npython test.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Join EOS files to images using EXIF data",
    "version": "1.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8884fe2bf13d80677c936c62316bcb8f30af4513351784550c8680c6d7dc7db",
                "md5": "33f3632d192ea37f35d375d6c3b4a0fb",
                "sha256": "a179fcbc9ae5afa80b6d71caba05ff7efd8ffb6f7631e4e39aff4e181c447443"
            },
            "downloads": -1,
            "filename": "join_eos_exif-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33f3632d192ea37f35d375d6c3b4a0fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.11",
            "size": 3699,
            "upload_time": "2023-05-11T17:51:11",
            "upload_time_iso_8601": "2023-05-11T17:51:11.628949Z",
            "url": "https://files.pythonhosted.org/packages/d8/88/4fe2bf13d80677c936c62316bcb8f30af4513351784550c8680c6d7dc7db/join_eos_exif-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bfbdde4da76b284c8e32fbf83f1fae02afcfba017606b5e2a1b187e8a1c1b52",
                "md5": "91dcc1f81ef993ff1caf064e8a26d645",
                "sha256": "0a6a95bd07f5c1a69e4998da103585be9c25bb902de4285b607eae68386cbe13"
            },
            "downloads": -1,
            "filename": "join_eos_exif-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "91dcc1f81ef993ff1caf064e8a26d645",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.11",
            "size": 3510,
            "upload_time": "2023-05-11T17:51:13",
            "upload_time_iso_8601": "2023-05-11T17:51:13.251548Z",
            "url": "https://files.pythonhosted.org/packages/3b/fb/dde4da76b284c8e32fbf83f1fae02afcfba017606b5e2a1b187e8a1c1b52/join_eos_exif-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 17:51:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "join-eos-exif"
}
        
Elapsed time: 0.08161s