Difference between revisions of "SemPubFlow"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|title=SemPubFlow | |title=SemPubFlow | ||
|url=https://github.com/WolfgangFahl/SemPubFlow | |url=https://github.com/WolfgangFahl/SemPubFlow | ||
− | |version=0.0. | + | |version=0.0.2 |
|description=Semantic Publishing Metadata First Workflow support | |description=Semantic Publishing Metadata First Workflow support | ||
− | |date=2023- | + | |date=2023-09-03 |
|since=2023-06-19 | |since=2023-06-19 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
{{pip|SemPubFlow}} | {{pip|SemPubFlow}} | ||
+ | = Demo = | ||
+ | http://spf.bitplan.com |
Latest revision as of 15:27, 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