Difference between revisions of "SemPubFlow"

From BITPlan Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
|title=SemPubFlow
 
|title=SemPubFlow
 
|url=https://github.com/WolfgangFahl/SemPubFlow
 
|url=https://github.com/WolfgangFahl/SemPubFlow
|version=0.0.1
+
|version=0.0.2
 
|description=Semantic Publishing Metadata First Workflow support
 
|description=Semantic Publishing Metadata First Workflow support
|date=2023-06-20
+
|date=2023-09-03
 
|since=2023-06-19
 
|since=2023-06-19
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 
{{pip|SemPubFlow}}
 
{{pip|SemPubFlow}}

Revision as of 16:20, 3 September 2023

OsProject

OsProject
edit
id  SemPubFlow
state  active
owner  WolfgangFahl
title  SemPubFlow
url  https://github.com/WolfgangFahl/SemPubFlow
version  0.0.2
description  Semantic Publishing Metadata First Workflow support
date  2023-09-03
since  2023-06-19
until  


Installation

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

upgrade

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