py3exiv2


Namepy3exiv2 JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://launchpad.net/py3exiv2
SummaryA Python3 binding to the library exiv2
upload_time2023-08-18 08:23:07
maintainer
docs_urlNone
authorVincent Vande Vyvre
requires_python
licenseGPL-3
keywords exiv2 pyexiv2 exif iptc xmp image metadata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python3-exiv2
=============

A Python 3 binding to the library exiv2.

python3-exiv2 is a Python 3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata. It is a python 3 module that allows your scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG, TIFF, ...).

It is designed as a high-level interface to the functionalities offered by libexiv2. Using python’s built-in data types and standard modules, it provides easy manipulation of image metadata.

python3-exiv2 is distributed under the GPL version 3 license.

The main content of the code was initially written by Olivier Tilloy for Python 2 under the name pyexiv2.

py3exiv2 depends on the following libraries:

 * python (≥ 3.2)
 * boost.python3 (http://www.boost.org/libs/python/doc/index.html)
 * exiv2 (http://www.exiv2.org/)

Build depends:

 * python-all-dev (≥ 3.2)
 * libexiv2-dev (≥ 0.20)
 * libboost-python-dev (≥ 1.48)
 * g++



            

Raw data

            {
    "_id": null,
    "home_page": "https://launchpad.net/py3exiv2",
    "name": "py3exiv2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "exiv2 pyexiv2 EXIF IPTC XMP image metadata",
    "author": "Vincent Vande Vyvre",
    "author_email": "vincent.vandevyvre@oqapy.eu",
    "download_url": "https://files.pythonhosted.org/packages/29/f8/74919c8e05037b816ef83d41a039d24c3b1fe48980222495c7ef748e0773/py3exiv2-0.12.0.tar.gz",
    "platform": null,
    "description": "python3-exiv2\n=============\n\nA Python 3 binding to the library exiv2.\n\npython3-exiv2 is a Python 3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata. It is a python 3 module that allows your scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files (JPEG, TIFF, ...).\n\nIt is designed as a high-level interface to the functionalities offered by libexiv2. Using python\u2019s built-in data types and standard modules, it provides easy manipulation of image metadata.\n\npython3-exiv2 is distributed under the GPL version 3 license.\n\nThe main content of the code was initially written by Olivier Tilloy for Python 2 under the name pyexiv2.\n\npy3exiv2 depends on the following libraries:\n\n * python (\u2265 3.2)\n * boost.python3 (http://www.boost.org/libs/python/doc/index.html)\n * exiv2 (http://www.exiv2.org/)\n\nBuild depends:\n\n * python-all-dev (\u2265 3.2)\n * libexiv2-dev (\u2265 0.20)\n * libboost-python-dev (\u2265 1.48)\n * g++\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "A Python3 binding to the library exiv2",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://launchpad.net/py3exiv2"
    },
    "split_keywords": [
        "exiv2",
        "pyexiv2",
        "exif",
        "iptc",
        "xmp",
        "image",
        "metadata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29f874919c8e05037b816ef83d41a039d24c3b1fe48980222495c7ef748e0773",
                "md5": "ebe3269950a15ad41fab9fe021a34d69",
                "sha256": "72b23e5f760c4733cf9a918db08d94fbd6d9830711d2a4e8c09b8f34563f3a8a"
            },
            "downloads": -1,
            "filename": "py3exiv2-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ebe3269950a15ad41fab9fe021a34d69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 47082,
            "upload_time": "2023-08-18T08:23:07",
            "upload_time_iso_8601": "2023-08-18T08:23:07.438743Z",
            "url": "https://files.pythonhosted.org/packages/29/f8/74919c8e05037b816ef83d41a039d24c3b1fe48980222495c7ef748e0773/py3exiv2-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 08:23:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "py3exiv2"
}
        
Elapsed time: 0.10128s