Difference between revisions of "Pybasemkit"

From BITPlan Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
|title=pybasemkit
 
|title=pybasemkit
 
|url=https://github.com/WolfgangFahl/pybasemkit
 
|url=https://github.com/WolfgangFahl/pybasemkit
|version=0.0.3
+
|version=0.0.4
 
|description=Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.
 
|description=Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.
|date=2025-06-16
+
|date=2025-06-22
 
|since=2025-06-15
 
|since=2025-06-15
 
}}
 
}}
 
{{pip|pybasemkit}}
 
{{pip|pybasemkit}}

Revision as of 06:43, 22 June 2025

OsProject

OsProject
id  pybasemkit
state  active
owner  Wolfgang Fahl
title  pybasemkit
url  https://github.com/WolfgangFahl/pybasemkit
version  0.0.4
description  Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.
date  2025-06-22
since  2025-06-15
until  


Installation

pip install pybasemkit
# alternatively if your pip is not a python3 pip
pip3 install pybasemkit 
# local install from source directory of pybasemkit 
pip install .

upgrade

pip install pybasemkit  -U
# alternatively if your pip is not a python3 pip
pip3 install pybasemkit -U