python_skeleton/skeleton
2024-11-12 10:40:12 +02:00
..
config Add docker files 2024-01-29 18:49:44 +02:00
project_codename remove extra line 2024-11-03 14:34:44 +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
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 no output for venv install 2024-10-03 13:25:36 +03:00
pyproject.toml Add license and fix some substitutions 2022-06-14 09:42:54 +03:00
README.md Update install instructions 2024-11-12 10:40:12 +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

project_codename

Requirements

Installation

Linux

pip install .

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__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters