pyexiftool | Python library to communicate with an instance of Phil

 by   smarnach Python Version: Current License: Non-SPDX

kandi X-RAY | pyexiftool Summary

kandi X-RAY | pyexiftool Summary

pyexiftool is a Python library. pyexiftool has no bugs, it has no vulnerabilities, it has build file available and it has low support. However pyexiftool has a Non-SPDX License. You can install using 'pip install pyexiftool' or download it from GitHub, PyPI.

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pyexiftool has a low active ecosystem.
              It has 218 star(s) with 95 fork(s). There are 18 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 17 open issues and 7 have been closed. On average issues are closed in 5 days. There are 8 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pyexiftool is current.

            kandi-Quality Quality

              pyexiftool has 0 bugs and 0 code smells.

            kandi-Security Security

              pyexiftool has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pyexiftool code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              pyexiftool has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              pyexiftool releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              pyexiftool saves you 90 person hours of effort in developing the same functionality from scratch.
              It has 231 lines of code, 22 functions and 5 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pyexiftool and discovered the below as its top functions. This is intended to give you an instant insight into pyexiftool implemented functionality, and help decide if they suit your requirements.
            • Get metadata for a given file
            • Execute a command
            • Execute a JSON query
            • Return a function to encode filename
            Get all kandi verified functions for this library.

            pyexiftool Key Features

            No Key Features are available at this moment for pyexiftool.

            pyexiftool Examples and Code Snippets

            No Code Snippets are available at this moment for pyexiftool.

            Community Discussions

            Trending Discussions on pyexiftool

            QUESTION

            How to output JSON with PyExifTool
            Asked 2020-Apr-26 at 18:27

            I am running the following code to output a list of image and video files on a shared drive along with the creation date. However, I just cannot seem to get the execute_json method working properly. The documentation for the project is not extensive.

            ...

            ANSWER

            Answered 2020-Apr-26 at 18:27

            I think you may be misunderstanding the documentation. If we look at the docs for the execute_json method, it says:

            Execute the given batch of parameters and parse the JSON output.

            This method is similar to :py:meth:execute(). It automatically adds the parameter -j to request JSON output from exiftool and parses the output. The return value is a list of dictionaries, mapping tag names to the corresponding values.

            This clearly states that the exiftool module parses the output, which is to say it reads the JSON data and returns a list of Python data structures.

            Similarly, the documentation for get_tags_batch says:

            The format of the return value is the same as for :py:meth:execute_json().

            So when you do this...

            Source https://stackoverflow.com/questions/61442704

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pyexiftool

            You can install using 'pip install pyexiftool' or download it from GitHub, PyPI.
            You can use pyexiftool like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/smarnach/pyexiftool.git

          • CLI

            gh repo clone smarnach/pyexiftool

          • sshUrl

            git@github.com:smarnach/pyexiftool.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link