linuxdeployqt.py | A Python based Qt linux deploy tool

 by   Larpon Python Version: Current License: MIT

kandi X-RAY | linuxdeployqt.py Summary

kandi X-RAY | linuxdeployqt.py Summary

linuxdeployqt.py is a Python library. linuxdeployqt.py has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However linuxdeployqt.py build file is not available. You can download it from GitHub.

linuxdeployqt.py can recursivly resolve shared object (*.so) dependencies of dynamically linked applications. It takes an executable file and find all *.so files linked to it - then for each of these *.so files it finds their dependencies ... and the dependencies of their dependencies - and so forth (hopefully ending at some point). While it, in theory, can resolve dependencies for any executable (but only if ldd can resolve them) - linuxdeployqt.py specializes in doing it for Qt5 binaries because some special care is to be taken if you also want the dependencies of dynamically loaded plugins (Qt plugins, QML imports, etc.). By using the shell utility ldd in a recursive manner linuxdeployqt.py can produce a list of (almost) every *.so dependency a Qt executable relies on. While this approach probably won't work in some scenarios where ldd fails (cross-compiled apps?) - it's filling in a gap that has been around for a long time; Easy deploying of Linux based Qt software - built with Qt Creator. linuxdeployqt.py can output the dependency list in JSON format (to a file or stdout) - to use elsewhere - or create an AppDir and/or AppImage directly. AppDir and AppImage are concepts found in the AppImageKit project which can be explored further here. Basically the AppImageKit makes it possible to build and deploy universal, batteries included, single-file executables that can run on most linux distros without modifications - a welcomed option in these times of one-click-should-solve-everything. For most cases linuxdeployqt.py should be able to find everything needed except for QML loaded dynamically at run time (with e.g.: Qt.createQmlObject()). If these run-time imports are unique (i.e. not imported in other files) these should be added as values to --qml-import parameters (see examples below).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              linuxdeployqt.py has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              linuxdeployqt.py is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              linuxdeployqt.py releases are not available. You will need to build from source code and install.
              linuxdeployqt.py has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 454 lines of code, 22 functions and 1 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed linuxdeployqt.py and discovered the below as its top functions. This is intended to give you an instant insight into linuxdeployqt.py implemented functionality, and help decide if they suit your requirements.
            • Import all qml files in path
            • Prints a debug message
            • Print a warning message
            • Build the app dir
            • Create desktop entry
            • Create qt conf file
            • Strip files from a file
            • Run the patchelf command
            • Determine the Qt plugins
            • Build a fake qml file
            • Resolve dependency dependencies
            • Run ldd output
            • Merge two dictionaries
            • Wrapper for lddr
            • Dump a Python object dump
            • Wrapper for objdumpr
            • Build an AppImage from the given directory
            • Display an informational message
            • Print an error message
            Get all kandi verified functions for this library.

            linuxdeployqt.py Key Features

            No Key Features are available at this moment for linuxdeployqt.py.

            linuxdeployqt.py Examples and Code Snippets

            No Code Snippets are available at this moment for linuxdeployqt.py.

            Community Discussions

            No Community Discussions are available at this moment for linuxdeployqt.py.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install linuxdeployqt.py

            You can now execute it from current directory.

            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/Larpon/linuxdeployqt.py.git

          • CLI

            gh repo clone Larpon/linuxdeployqt.py

          • sshUrl

            git@github.com:Larpon/linuxdeployqt.py.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