python_skeleton/skeleton
2025-03-28 13:52:43 +02:00
..
config Add docker files 2024-01-29 18:49:44 +02:00
project_codename fix codename for cache file 2025-03-28 13:52:43 +02:00
.gitignore Fix comment 2023-09-12 11:48:17 +03:00
Dockerfile Add docker files 2024-01-29 18:49:44 +02:00
install.sh Fix install 2024-11-17 17:06:46 +02:00
LICENSE Add GPL3 license 2024-08-02 20:07:24 +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 fix bash script 2024-11-19 12:20:00 +02:00
pyproject.toml Add license and fix some substitutions 2022-06-14 09:42:54 +03:00
README.md Add install and wrapper 2024-11-16 23:08:53 +02:00
requirements.txt Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
setup.cfg Increase python version and not ignore cfg 2022-12-26 19:49:27 +02:00
setup.py use config parse to read version 2023-05-18 12:00:49 +03:00
wrapper.sh fix home for systemd 2024-11-19 12:33:53 +02: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