python_skeleton/skeleton
2023-05-18 12:00:49 +03:00
..
project_codename Fix some style 2023-05-18 11:52:53 +03:00
.gitignore Increase python version and not ignore cfg 2022-12-26 19:49:27 +02:00
LICENSE Add license and fix some substitutions 2022-06-14 09:42:54 +03: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