Pybasemkit: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{OsProject }}") |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=OsProject= | |||
{{OsProject | {{OsProject | ||
|id=pybasemkit | |||
|state=active | |||
|owner=Wolfgang Fahl | |||
|title=pybasemkit | |||
|url=https://github.com/WolfgangFahl/pybasemkit | |||
|version=0.1.6 | |||
|description=Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support. | |||
|date=2025-12-13 | |||
|since=2025-06-15 | |||
}} | }} | ||
{{pip|pybasemkit}} | |||
Latest revision as of 11:21, 27 December 2025
OsProject
| OsProject | |
|---|---|
| id | pybasemkit |
| state | active |
| owner | Wolfgang Fahl |
| title | pybasemkit |
| url | https://github.com/WolfgangFahl/pybasemkit |
| version | 0.1.6 |
| description | Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support. |
| date | 2025-12-13 |
| 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