python_skeleton/skeleton
2024-01-29 18:51:33 +02:00
..
config Add docker files 2024-01-29 18:49:44 +02:00
project_codename Add camel 2024-01-19 15:17:10 +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 license and fix some substitutions 2022-06-14 09:42:54 +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
pyproject.toml Add license and fix some substitutions 2022-06-14 09:42:54 +03:00
README.md Add type of code in README 2022-12-26 18:22:13 +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

sudo python3 setup.py install

Windows (from PowerShell)

& $(where.exe python).split()[0] setup.py install

Usage

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