just-heic


Namejust-heic JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/justengel/just_heic
SummaryConvert heic files to jpg and keep metadata
upload_time2023-09-05 19:51:03
maintainer
docs_urlNone
authorJustin Engel
requires_python
licenseProprietary
keywords heic jpg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========
just_heic
=========

Convert heic files to jpg files fixing orientation and preserving date times.


.. code-block:: python

    just_heic to_jpg file.heic file.jpg
    just_heic to_jpg src_folder dest_folder -r -t -v
    just_heic to_jpg --help


Change created time to the exif metadata date taken.

.. code-block:: python

    just_heic to_date_taken src_folder -r --ext .jpg
    just_heic to_date_taken --help


Install
=======

.. code-block::

    pip install just_heic

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/justengel/just_heic",
    "name": "just-heic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "heic jpg",
    "author": "Justin Engel",
    "author_email": "jtengel08@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/88/4bb97d9fd99f3804dcd65a15638b6c3540bbf0b7dab385b1e2b2dd213e55/just_heic-0.0.0.tar.gz",
    "platform": "any",
    "description": "=========\r\njust_heic\r\n=========\r\n\r\nConvert heic files to jpg files fixing orientation and preserving date times.\r\n\r\n\r\n.. code-block:: python\r\n\r\n    just_heic to_jpg file.heic file.jpg\r\n    just_heic to_jpg src_folder dest_folder -r -t -v\r\n    just_heic to_jpg --help\r\n\r\n\r\nChange created time to the exif metadata date taken.\r\n\r\n.. code-block:: python\r\n\r\n    just_heic to_date_taken src_folder -r --ext .jpg\r\n    just_heic to_date_taken --help\r\n\r\n\r\nInstall\r\n=======\r\n\r\n.. code-block::\r\n\r\n    pip install just_heic\r\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Convert heic files to jpg and keep metadata",
    "version": "0.0.0",
    "project_urls": {
        "Download": "https://github.com/justengel/just_heic/archive/refs/tags/v0.0.0.tar.gz",
        "Homepage": "https://github.com/justengel/just_heic"
    },
    "split_keywords": [
        "heic",
        "jpg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87be4efc2e2d4ffde2ccac95c0c59d2b64217569df5eaf6ab6e9c49614543b13",
                "md5": "40416042447cb5af39abc85ab981c15a",
                "sha256": "5bf84ca3c5e95026d28dc7ab17ff5e9aa9e98c8ee8cefccd4cc6010f953dcd22"
            },
            "downloads": -1,
            "filename": "just_heic-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40416042447cb5af39abc85ab981c15a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16648,
            "upload_time": "2023-09-05T19:51:01",
            "upload_time_iso_8601": "2023-09-05T19:51:01.549457Z",
            "url": "https://files.pythonhosted.org/packages/87/be/4efc2e2d4ffde2ccac95c0c59d2b64217569df5eaf6ab6e9c49614543b13/just_heic-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b884bb97d9fd99f3804dcd65a15638b6c3540bbf0b7dab385b1e2b2dd213e55",
                "md5": "c27423efa0a194a460f18c878c2eae02",
                "sha256": "9d9ee57766b6c52974b31e54881a29f07dd446bdaa0e8c131173b90e2bec18b1"
            },
            "downloads": -1,
            "filename": "just_heic-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c27423efa0a194a460f18c878c2eae02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14619,
            "upload_time": "2023-09-05T19:51:03",
            "upload_time_iso_8601": "2023-09-05T19:51:03.476553Z",
            "url": "https://files.pythonhosted.org/packages/4b/88/4bb97d9fd99f3804dcd65a15638b6c3540bbf0b7dab385b1e2b2dd213e55/just_heic-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 19:51:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "justengel",
    "github_project": "just_heic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "just-heic"
}
        
Elapsed time: 0.11379s