python_skeleton/skeleton
2021-01-13 17:23:14 +02:00
..
.gitignore Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
__init__.py Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
project_codename.py Rename main function 2021-01-13 17:23:14 +02:00
pyproject.toml Add initial scripts and skeleton 2021-01-13 17:10:29 +02: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 Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
setup.py Add initial scripts and skeleton 2021-01-13 17:10:29 +02: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