Pylodentitymanager

From BITPlan Wiki
Revision as of 18:40, 22 December 2025 by Wf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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