# psml **Repository Path**: laman28/psml ## Basic Information - **Project Name**: psml - **Description**: A simple Python Server Markup Language - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-01-28 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: Language, languageweb ## README # 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 --- 2. 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

--- 3. Feedback: Lone_air_Use@outlook.com