Skip to content

Lone-Air/psml

Repository files navigation

PSML - Python server markup language

This is LMFS-PSML Compiler. It has a built-in staging server and can compile one psml file into many usable HTML pages. It can reduce some of the development steps for you, so that you can complete the front-end development faster. It is free(libre) software, open source under the GPL v2.0 license.


  1. How to install:$ sudo python3 setup.py install

  1. How to compile:
    psml <file> {targets...}
    Example:
$ cat > test.psml << "EOF"
> text{
>     inner: Hello-World!
> }
> command(end)
> EOF
$ psml test.psml -o TEST
$ ls TEST
index.html


  1. Feedback: Lone_air_Use@outlook.com