Py-yprinciple-gen

From BITPlan Wiki
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.2.9
description  python Y-Principle generator
date  2023-04-22
since  2022-11-27
until  

Motivation

BITPlan has been proposing the Y-Principle since it's inception in 1999.

When we started using Semantic MediaWiki in 2013 we needed a way to apply the principle to the usage of SMW.

We therefore implemented the ProfiWiki approach which was first implemented in Java.

This project is a migration of the Java based solution to Python and using the reactive approach justpy which does not need a separate javascript frontend but uses "remote DOM rewriting" instead.

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