Py-yprinciple-gen

From BITPlan Wiki
Revision as of 08:48, 26 November 2022 by Wf (talk | contribs) (→‎OsProject)
Jump to navigation Jump to search

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.2
description  python Y-Principle generator
date  2022-11-26
since  2022-11-24
until  

Motivation

Y-Principle

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