python_skeleton/skeleton
2021-01-13 17:10:29 +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 Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
pyproject.toml Add initial scripts and skeleton 2021-01-13 17:10:29 +02:00
README.md Add initial scripts and skeleton 2021-01-13 17:10:29 +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