Skip to content

Conan GUIde is Qt based Graphical User Interface (GUI) to interact with conan package manager.

License

Notifications You must be signed in to change notification settings

kwallner/conan-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan GUIde

Conan GUIde is Qt based Graphical User Interface (GUI) to interact with conan package manager. Conan GUIde provides user an easy overview of the information from the local cache without any further effort of typing in the terminal. One of the core functionalities from this application is to provide user the possibility to execute the conan development flow from the existing conan recipe.

⚠ WARNING: Currently only tested in Windows

Table of Content

Requirements

  • Python >= 3.5
  • Conan >= 1.35 - pip install conan
  • PyQt5 - pip install PyQt5
  • pyperclip - pip install pyperclip
  • Operating System with activated GUI

Features

  • Execution of conan development flow:
    • create
    • install
    • build
    • source
    • package
    • export
    • export-pkg
  • Display existing conan packages from the local cache
  • Display package detail information
  • Display list of profiles and its information
  • Display list of existing remotes
  • Console output

Usage

git clone https://github.com/afri-bit/conan-guide.git
cd conan-guide
pip install .

# Start Conan GUIde
conan-guide

Contribution

Please refer to Contributing.

License

Conan GUIde is licensed under the MIT license.
Copyright © 2021, Afrizal Herlambang

About

Conan GUIde is Qt based Graphical User Interface (GUI) to interact with conan package manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%