Intelligent Manager for Packages, AUR, and Local Archives - A user-friendly AUR helper written in Python.
Project description
IMPALA
Intelligent Manager for Packages, AUR, and Local Archives - A user-friendly AUR helper written in Python
alternatively: (yet another) (almost) Instant AUR helper for Managing Packages And helping users navigate Linux cli tools as a whole. Amen.
Features
- User friendly UX designed with beginners in mind, without sacrificing the comfort of advanced users:
- Plain English commands, not flags.
installinstead of-S,removeinstead of-Rs - Package lists are output as concise tables including all package information.
- Pretty text formatting using Rich, pretty confirmation prompts using Questionary.
- Plain English commands, not flags.
- Narrow search with keywords (
impala install zen browsersearches forzenand then filters out packages withoutbrowser) - Search repositories from pacman.conf along with the AUR.
- Automatically install dependencies required to build packages
System requirements
Operating system
Arch Linux, or any Arch Linux based distribution
Installed packages
IMPALA requires the following packages to be installed:
gitbase-develpythonversion 3.8 or higherpip(can be uninstalled after IMPALA is built)
Installation
From the AUR (recommended)
COMING SOON: IMPALA has not yet been submitted to the AUR/is awaiting approval. This readme will be updated once installing from the AUR is viable.
From PyPI
COMING SOON: IMPALA has not yet been submitted to PyPI either. Once again this will be updated once you can install from PyPI.
From source
IMPALA can be installed from source in two ways:
Using makepkg (recommended)
IMPALA can be installed by running the following commands:
git clone https://github.com/tildes1lly/IMPALA.git
cd IMPALA
makepkg -si
If you'd like to chain them all together, you can do so as well:
git clone https://github.com/tildes1lly/IMPALA.git && cd IMPALA && makepkg -si
Using pip
IMPALA can be installed with pip using the following commands:
git clone https://github.com/tildes1lly/IMPALA.git
cd IMPALA
pip install .
If you'd like to chain them all together, you can do so as well:
git clone https://github.com/tildes1lly/IMPALA.git && cd IMPALA && pip install .
Usage
Commands
Install
impala install <keywords>
Searches the AUR and repositories for matching packages and asks the user which package(s) to install.
Example: impala install firefox
Remove
impala remove <keywords>
Searches for installed packages matching keywords and asks the user which package(s) to uninstall
Example: impala remove firefox
Upgrade/Update
impala upgrade or impala update
Upgrades all packages that are out of date.
Example: impala upgrade
Impala vs. yay and paru
User Interface
Package installation
yay:
paru:
IMPALA:
System upgrades
yay:
paru:
IMPALA:
Note
NOTE: IMPALA focuses on user experience as opposed to yay and paru. yay and paru may be better for advanced users.
Bad PKGBUILD: Waterfox
NOTE: Waterfox has a bad PKGBUILD as of this being written. That is why Waterfox was chosen for a comparison. The AUR helpers are all expected to fail here, the comparison is how long they'll take before erroring out of a bad PKGBUILD
https://github.com/tildes1lly/IMPALA/raw/main/README_media/comparison.mp4
NOTE: This video contains speed changes, as if it didn't it would be 13 minutes long.
If you don't want to watch the video: IMPALA & paru perform similarly (paru: 15s, IMPALA: 25s) while yay falls behind taking 11 minutes before failing.
Note
These comparisons are all made in good faith. This project was heavily inspired by yay and paru and much love goes towards their developers. yay and paru objectively have more features than IMPALA; if you are a power user, they are probably better for your needs.
Contributing
If you want to contribute to IMPALA, create a fork fixing an issue or adding a feature. Then, open a pull request.
For monetary contributions, see Supporting IMPALA.
License
IMPALA is licensed under GNU GPL 3.0.
Supporting IMPALA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file impala_aur_helper-1.0b1.tar.gz.
File metadata
- Download URL: impala_aur_helper-1.0b1.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3daaec8881db5112a2716ee0884b32215e18a975c7a087efc6a9d46c2d14477c
|
|
| MD5 |
0e5ccf50929e95d69ae5919a014d7a2a
|
|
| BLAKE2b-256 |
113155aa40042d01b83fbb3eddf9d7a54d8a4131f7fffa92857875d54aa74e65
|
File details
Details for the file impala_aur_helper-1.0b1-py3-none-any.whl.
File metadata
- Download URL: impala_aur_helper-1.0b1-py3-none-any.whl
- Upload date:
- Size: 6.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de2a47aa45d452e5a88f66c77881558574bb7d1ef93b04990724f2c2a47eaf12
|
|
| MD5 |
bd20af2301601a6b3dac1bd776e9a570
|
|
| BLAKE2b-256 |
7ad97ef9ab54605bb3bb45454f11659e0addd86511ba2123782518d2c9b439a1
|