Pylodentitymanager

From BITPlan Wiki
Revision as of 09:28, 29 November 2025 by Mf (talk | contribs) (Created page with "=OsProject= {{OsProject |id=pylodentitymanager |state=active |owner=WolfgangFahl |title=pylodentitymanager |url=https://github.com/WolfgangFahl/pylodentitymanager |version=0....")
(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.0.1
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