Skip to main content

Templateless markdown template engine

Project description

markright v­0.1.0

Templateless markdown template engine

Usage

Install this package pip install markright and create README.md file containing:

# MyPackage v&shy;<!---ver--><!---/ver-->

Create python script like markright_test.py:

from markright import mark

data = {
    "ver": "0.0.1"
}

mark("README.md", data)

Run your script python ./markright_test.py and you will get README.md looks pretty awsome after rendering, for example on gitlab :

# MyPackage v&shy;<!---ver-->0.0.1<!---/ver-->

Restarting the script does not require clearing the template, just run the script again with new data!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markright-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

markright-0.1.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page