Ceur-spt

From BITPlan Wiki
Jump to navigation Jump to search

OsProject

OsProject
edit
id  ceur-spt
state  active
owner  WolfgangFahl
title  CEUR-SPT
url  https://github.com/ceurws/ceur-spt
version  0.1.1
description  RESTFUL Single Point of truth server for CEUR-WS
date  2026-05-07
since  2023-03-24
until  


Installation

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

upgrade

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