Skip to main content

App Launcher for quick starting applications with conan

Project description

Conan App Launcher

https://pypi.org/project/conan-app-launcher/ PyPI Python versions Python tests

Quick Overview

The goal of this project is to provide a frontend to start executable contained in packages of the package manager conan. It is intented to be used on Windows and Linux x64 platforms.

Features:

  • configurable layout (tabs and applications) with json file
  • installs all referenced packages automatically
  • automatic settings resolution for your platform
  • integrated console for information an packages and config file
  • installable with pip

How to install?

Prequisites on Linux

Qt for Python must be installed with the native package manager, like:

sudo apt install python3-pyqt5

Ubuntu 16.04 is currently not supported, because of Python 3.5 syntax.

With pip from Pypi

pip install conan-app-launcher

From source

After checkout use the command: pip install .

Running

Execute conan_app_launcher, if the Python "scripts" folder is on your system path, or look it up manually in the site-packages folder.

Config File

The config file uses the following exemplary schema:

{
    "version": "0.2.0", // please update the schema manually, no auto update available
    "tabs": [
        {
            "name": "Basics",
            "apps": [
                {
                    "name": "App1 with spaces", 
                    "package_id": "app1/0.1.0@user1/stable", // full conan reference
                    "executable": "bin/app1", // relative to conan "package folder"
                    "icon": "MyIcon.png" // relative to this config file,
                    "console_application": true, // start console application in extra window
                    "args": "--version" // args to start the application with
                },
                {
                    "name": "App2",
                    "package_id": "app2/0.2.0@user2/testing",
                    "executable": "bin/app2", // forward slashes are preferred
                    "icon": "C:\\CustomIcon.ico" // but escaped backslashes also work
                }
            ]
        },
        {
            "name": "Extra",
            "apps": [
                {
                    "name": "App3",
                    "package_id": "app3/0.3.0@user3/stable",
                    "console_application": true, // starts in a new console window
                    "executable": "bin/app3", // extension (.exe) can be ommited for windows
                    // Icon can be ommitted
                }
            ]
        }
    ]
}

Toolchain

This project uses Python with Qt as a frontend using the PyQt integration. The IDE integration is done for VsCode.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conan-app-launcher-0.3.1.tar.gz (58.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

conan_app_launcher-0.3.1-py3-none-any.whl (58.7 kB view details)

Uploaded Python 3

File details

Details for the file conan-app-launcher-0.3.1.tar.gz.

File metadata

  • Download URL: conan-app-launcher-0.3.1.tar.gz
  • Upload date:
  • Size: 58.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for conan-app-launcher-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7cb60d6cd7a7ffc95618703db14df2302d65bddbc59f8fe521f5c6bda34dbd87
MD5 dbb41ad16b1da478ff8b328c4494ba2c
BLAKE2b-256 fcee3795eeabef2a7dff60e137d302fbf56dce83807dff6a1cd29adb4f3d16d7

See more details on using hashes here.

File details

Details for the file conan_app_launcher-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: conan_app_launcher-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 58.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for conan_app_launcher-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 94770a63c3123b70a760da93dca639ef4d0013e0675ead4ee1aadc5427c5ed5b
MD5 7ba032e85f3c202ca2f02115fce44788
BLAKE2b-256 3a03c087d5cb30af133e6edf0158329f8db1ac7b99ba8ae8175d4d919625bbd2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page