Walter Oggioni woggioni
  • Joined on 2024-03-17

bugis (0.2.2)

Published 2024-10-27 18:03:11 +01:00 by woggioni in woggioni/bugis

Installation

pip install --index-url  bugis

About this package

Markdown to HTML renderer

How to

Build the docker image

docker build -t gitea.woggioni.net/woggioni/bugis:latest .

Build the pip package

pyproject-build

Run in docker

docker run --rm -v /your/document/directory:/srv/http  --user $(id -u):$(id -g) -p 127.0.0.1:8000:8000 gitea.woggioni.net/woggioni/bugis:latest

Run in docker with nginx and plantUML server

docker compose up --build

Requirements

Requires Python: >=3.10
Details
PyPI
2024-10-27 18:03:11 +01:00
15
44 KiB
Assets (2)
Versions (4) View all
0.2.2 2024-10-27
0.2.1 2024-10-25
0.2.0 2024-10-24
0.1.0 2024-10-23