pytwine: produce reports from Markdown with embedded Python code blocks¶
Version 0.1.0¶
Contents
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¶
For developers¶
The git repository for pytwine is available on GitHub at <https://github.com/arranstewart/pytwine>.
API Documentation¶
If you are looking for information on a specific function, class, or method, this part of the documentation is for you.
pytwine package |