SemPubFlow: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{OsProject |storemode=property }}") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=OsProject= | |||
{{OsProject | {{OsProject | ||
|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 | |||
|storemode=property | |storemode=property | ||
}} | }} | ||
{{pip|SemPubFlow}} | |||
= Demo = | |||
http://spf.bitplan.com | |||
Latest revision as of 14:27, 3 September 2023
OsProject
| OsProject | |
|---|---|
| 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