Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 911 Bytes

README.en-us.md

File metadata and controls

21 lines (12 loc) · 911 Bytes

Pymaidol

简体中文 (Simplified Chinese) | English

Pymaidol is a markup syntax for embedding Python code into text, allowing the content to be dynamically changed at runtime.

Compared to ProMaid, Pymaidol not only embeds data into corresponding positions in templates, but also allows complex processing logic to be presented in templates. It can even use functions defined in templates to process data.

Warning: Pymaidol is currently in the development stage, and the syntax and some handling logic for whitespace and line breaks are not yet finalized and may be subject to change in the future. It is strongly recommended not to use it in a production environment.

Requirements and Installation

python >= 3.10

pip install Pymaidol -i https://pypi.python.org/simple

Docs

See: https://eterance.github.io/Pymaidol-Docs/