Difference between revisions of "Ceur-spt"

From BITPlan Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
|title=CEUR-SPT
 
|title=CEUR-SPT
 
|url=https://github.com/ceurws/ceur-spt
 
|url=https://github.com/ceurws/ceur-spt
|version=0.0.3
+
|version=0.0.4
 
|description=RESTFUL Single Point of truth server for CEUR-WS
 
|description=RESTFUL Single Point of truth server for CEUR-WS
 
|date=2023-03-24
 
|date=2023-03-24

Latest revision as of 08:01, 28 March 2023

OsProject

OsProject
edit
id  ceur-spt
state  active
owner  WolfgangFahl
title  CEUR-SPT
url  https://github.com/ceurws/ceur-spt
version  0.0.4
description  RESTFUL Single Point of truth server for CEUR-WS
date  2023-03-24
since  2023-03-17
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