No description
Find a file
2025-02-25 11:35:06 +02:00
config Add initial script 2025-02-24 15:23:07 +02:00
github_packages Save data while fetching 2025-02-25 11:35:06 +02:00
.gitignore Add initial script 2025-02-24 15:23:07 +02:00
Dockerfile Add initial script 2025-02-24 15:23:07 +02:00
github_packages.sh Add initial script 2025-02-24 15:23:07 +02:00
install.sh Add initial script 2025-02-24 15:23:07 +02:00
LICENSE Add initial script 2025-02-24 15:23:07 +02:00
podman_build.sh Add initial script 2025-02-24 15:23:07 +02:00
podman_run.sh Add initial script 2025-02-24 15:23:07 +02:00
pyproject.toml Add initial script 2025-02-24 15:23:07 +02:00
README.md first commit 2025-02-23 16:30:04 +02:00
requirements.txt Add initial script 2025-02-24 15:23:07 +02:00
setup.cfg Add initial script 2025-02-24 15:23:07 +02:00
setup.py Add initial script 2025-02-24 15:23:07 +02:00
wrapper.sh Add initial script 2025-02-24 15:23:07 +02:00

github_packages

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/github_packages.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

github_packages.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters