Skip to content

arranstewart/pytwine

Repository files navigation

pytwine – produce reports from Markdown with embedded Python code blocks

test install

pytwine is a minimal report generator for generating documents from Markdown with embedded Python code. It is a simple tool in the tradition of Pweave and cog.

Status

pre-alpha software – use at own risk

This software is a work in progress, and is not yet feature-complete.

Requirements

A Python interpreter, >= 3.6.

Installation

$ python3 -m pip install https://github.com/arranstewart/pytwine/archive/refs/heads/master.zip

Usage

Typical is to give files a .pmd extension, and process them into .md.

Similar projects