python_skeleton/skeleton
2022-06-14 09:42:54 +03:00
..
project_codename Add license and fix some substitutions 2022-06-14 09:42:54 +03:00
.gitignore Add conf to gitignore 2021-03-31 23:10:23 +03: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 Fixed syntax highlight for variables 2021-01-13 17:17:31 +02:00
requirements.txt Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
setup.cfg Fix some errors and create folder for module 2021-03-23 12:23:06 +02:00
setup.py Add license and fix some substitutions 2022-06-14 09:42:54 +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