Python Rewrite #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/python-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Converted the project from fully bash to mostly python. The initial attempt over complicated the project for no reason when python is my main language and should've been the selected language from the start. The core checks are fully functional on the three main package managers: apt, dnf, and pacman. Functions completed in this merge includes:
The setup (init) function is configured in a manner that can be reran to install any potential new packages added to requirements.txt
WIP: Python Rewriteto Python Rewrite