Difference between revisions of "Ceur-spt"

From BITPlan Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 +
{{pip|pyCEURspt}}

Revision as of 07:57, 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.3
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