Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 691 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 691 Bytes

Python3-boutique

Python application Language grade: Python

Backend library of software-boutique 2.0.

Features:

  1. List installed packages
  2. Install a package
  3. Remove a package
  4. Search for a package

Support Snaps, Apt, and Ubuntu MATE Curated Apps

How to setup your environment

    sudo apt install python3-venv
    make setup_dev

How to run unit tests

    make unittest