Pylodentitymanager: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "=OsProject= {{OsProject |id=pylodentitymanager |state=active |owner=WolfgangFahl |title=pylodentitymanager |url=https://github.com/WolfgangFahl/pylodentitymanager |version=0....")
 
No edit summary
 
Line 7: Line 7:
|title=pylodentitymanager
|title=pylodentitymanager
|url=https://github.com/WolfgangFahl/pylodentitymanager
|url=https://github.com/WolfgangFahl/pylodentitymanager
|version=0.0.1
|version=0.17.0
|date=2025-11-28
|date=2025-11-28
|since=2025-11-28
|since=2025-11-28
}}
}}
{{pip|pyOpenSourceProjects}}
{{pip|pyOpenSourceProjects}}

Latest revision as of 18:40, 22 December 2025

OsProject

OsProject
id  pylodentitymanager
state  active
owner  WolfgangFahl
title  pylodentitymanager
url  https://github.com/WolfgangFahl/pylodentitymanager
version  0.17.0
description  
date  2025-11-28
since  2025-11-28
until  


Installation

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

upgrade

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