Difference between revisions of "PyCEURmake"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
}} | }} | ||
{{pip|pyCEURmake}} | {{pip|pyCEURmake}} | ||
+ | |||
+ | = Usage = | ||
+ | <source lang='bash'> | ||
+ | ceur-ws -h | ||
+ | usage: ceur-ws [-h] [-a] [-d] [--host HOST] [-l] [--port PORT] [-s] [-V] | ||
+ | |||
+ | Copyright 2022 contributors. All rights reserved. | ||
+ | |||
+ | Licensed under the Apache License 2.0 | ||
+ | http://www.apache.org/licenses/LICENSE-2.0 | ||
+ | |||
+ | Distributed on an "AS IS" basis without warranties | ||
+ | or conditions of any kind, either express or implied. | ||
+ | |||
+ | options: | ||
+ | -h, --help show this help message and exit | ||
+ | -a, --about show about info [default: False] | ||
+ | -d, --debug show debug info [default: False] | ||
+ | --host HOST the host to serve / listen from [default: fix.bitplan.com] | ||
+ | -l, --list list all volumes [default: False] | ||
+ | --port PORT the port to serve from [default: 9998] | ||
+ | -s, --serve start webserver [default: False] | ||
+ | -V, --version show program's version number and exit | ||
+ | </source> | ||
+ | |||
+ | == About == | ||
+ | Opens browser with this page | ||
+ | <source lang='bash' highlight='1'> | ||
+ | ceur-ws --about | ||
+ | </source> | ||
+ | |||
+ | == Serve == | ||
+ | <source lang='bash' highlight='1'> | ||
+ | ceur-ws --serve | ||
+ | </source> | ||
+ | start local CEUR-WS browser see also public demo [[http://ceur-ws-browser.bitplan.com CEUR-WS browser at http://ceur-ws-browser.bitplan.com]] | ||
+ | |||
+ | == Version == | ||
+ | shows current Version | ||
+ | <source lang='bash' highlight='1'> | ||
+ | ceur-ws --version | ||
+ | ceur-ws (v0.1.0,2023-02-20) | ||
+ | </source> |
Revision as of 08:11, 20 February 2023
OsProject
OsProject | |
---|---|
id | pyCEURmake |
state | active |
owner | WolfgangFahl |
title | pyCEURmake |
url | https://github.com/WolfgangFahl/pyCEURmake |
version | 0.1.0 |
description | CEUR-WS Volume Browser and utilities |
date | 2023-02-20 |
since | 2022-08-14 |
until |
Installation
pip install pyCEURmake
# alternatively if your pip is not a python3 pip
pip3 install pyCEURmake
# local install from source directory of pyCEURmake
pip install .
upgrade
pip install pyCEURmake -U
# alternatively if your pip is not a python3 pip
pip3 install pyCEURmake -U
Usage
ceur-ws -h
usage: ceur-ws [-h] [-a] [-d] [--host HOST] [-l] [--port PORT] [-s] [-V]
Copyright 2022 contributors. All rights reserved.
Licensed under the Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0
Distributed on an "AS IS" basis without warranties
or conditions of any kind, either express or implied.
options:
-h, --help show this help message and exit
-a, --about show about info [default: False]
-d, --debug show debug info [default: False]
--host HOST the host to serve / listen from [default: fix.bitplan.com]
-l, --list list all volumes [default: False]
--port PORT the port to serve from [default: 9998]
-s, --serve start webserver [default: False]
-V, --version show program's version number and exit
About
Opens browser with this page
ceur-ws --about
Serve
ceur-ws --serve
start local CEUR-WS browser see also public demo [CEUR-WS browser at http://ceur-ws-browser.bitplan.com]
Version
shows current Version
ceur-ws --version
ceur-ws (v0.1.0,2023-02-20)