Difference between revisions of "Py-yprinciple-gen"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
{{pip|py-yprinciple-gen}} | {{pip|py-yprinciple-gen}} | ||
+ | |||
+ | = Usage = | ||
+ | == Command line == | ||
+ | <source lang='bash'> | ||
+ | ypgen -h | ||
+ | usage: ypgen [-h] [--about] [--context CONTEXT] [-d] [--host HOST] [--port PORT] [--serve] [--wikiId WIKIID] [-V] | ||
+ | |||
+ | python Y-Principle generator | ||
+ | |||
+ | Created by Wolfgang Fahl on 2022-11-24. | ||
+ | Copyright 2022 Wolfgang Fahl. 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. | ||
+ | |||
+ | USAGE | ||
+ | |||
+ | options: | ||
+ | -h, --help show this help message and exit | ||
+ | --about show about info [default: False] | ||
+ | --context CONTEXT context to generate from [default: MetaModel] | ||
+ | -d, --debug show debug info [default: False] | ||
+ | --host HOST the host to serve / listen from [default: fix.bitplan.com] | ||
+ | --port PORT the port to serve from [default: 8778] | ||
+ | --serve start webserver | ||
+ | --wikiId WIKIID id of the wiki to generate for [default: wiki] | ||
+ | -V, --version show program's version number and exit | ||
+ | </source> |
Revision as of 16:03, 25 November 2022
OsProject
OsProject | |
---|---|
edit | |
id | py-yprinciple-gen |
state | active |
owner | WolfgangFahl |
title | py-yprinciple-gen |
url | https://github.com/WolfgangFahl/py-yprinciple-gen |
version | 0.0.1 |
description | python Y-Principle generator |
date | 2022-11-24 |
since | 2022-11-24 |
until |
tickets
Installation
pip install py-yprinciple-gen
# alternatively if your pip is not a python3 pip
pip3 install py-yprinciple-gen
# local install from source directory of py-yprinciple-gen
pip install .
upgrade
pip install py-yprinciple-gen -U
# alternatively if your pip is not a python3 pip
pip3 install py-yprinciple-gen -U
Usage
Command line
ypgen -h
usage: ypgen [-h] [--about] [--context CONTEXT] [-d] [--host HOST] [--port PORT] [--serve] [--wikiId WIKIID] [-V]
python Y-Principle generator
Created by Wolfgang Fahl on 2022-11-24.
Copyright 2022 Wolfgang Fahl. 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.
USAGE
options:
-h, --help show this help message and exit
--about show about info [default: False]
--context CONTEXT context to generate from [default: MetaModel]
-d, --debug show debug info [default: False]
--host HOST the host to serve / listen from [default: fix.bitplan.com]
--port PORT the port to serve from [default: 8778]
--serve start webserver
--wikiId WIKIID id of the wiki to generate for [default: wiki]
-V, --version show program's version number and exit