python_skeleton/skeleton
Antonio J. Delgado 71406bc99c Fix comment
2023-09-12 11:48:17 +03:00
..
project_codename add example kwargs 2023-02-23 23:23:04 +02:00
.gitignore Fix comment 2023-09-12 11:48:17 +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 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 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