Pybasemkit: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
|since=2025-06-15
|since=2025-06-15
}}
}}
=tickets=
{{pip|pyomnigraph}}
 
=Freitext=

Revision as of 19:34, 15 June 2025

OsProject

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


Installation

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

upgrade

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