python_skeleton/skeleton
2025-05-28 15:19:27 +03:00
..
config Python3 2025-05-28 15:19:27 +03:00
project_codename Python3 2025-05-28 15:19:27 +03:00
.gitignore Python3 2025-05-28 15:19:27 +03:00
Dockerfile Python3 2025-05-28 15:19:27 +03:00
install.sh Fix install 2024-11-17 17:06:46 +02:00
LICENSE Python3 2025-05-28 15:19:27 +03:00
podman_build.sh Add docker files 2024-01-29 18:49:44 +02:00
podman_run.sh Add docker files 2024-01-29 18:49:44 +02:00
project_codename.sh Python3 2025-05-28 15:19:27 +03:00
pyproject.toml Python3 2025-05-28 15:19:27 +03:00
README.md Python3 2025-05-28 15:19:27 +03:00
requirements.txt Python3 2025-05-28 15:19:27 +03:00
setup.cfg Python3 2025-05-28 15:19:27 +03:00
setup.py Python3 2025-05-28 15:19:27 +03:00
wrapper.sh Python3 2025-05-28 15:19:27 +03:00

project_codename

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/project_codename.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

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