Convertor for JSON database(s) to MAKO templated output
Project description
JSON to MAKO generator
Python script that converts JSON database(s) to any templated output using MAKO templates.
Installing
pip3 install mlx.json_to_mako
Usage
The script takes multiple JSON input files, combines them in a python list, and renders the data through a provided template. No data-parsing functionality is provided by the script: the complexity of ‘interpreting’ the data is done in the MAKO templates.
Example
General use:
json-to-mako --input database.json --template rendering.mako --output rendered.html
The MAKO-template should match the dataformat of the JSON input file. The script adds
a list at the top level: multiple input JSON files are appended to a list,
some metadata in order to identify the input source
The usage on how to match the dataformat between JSON and MAKO is explained through an example in the example/ directory.
Multiple input files
The –input flag can be provided multiple times in order to provide multiple JSON databases. This is explained by the example.
json-to-mako --input database1.json --input database2.json--template rendering.mako --output rendered.html
The multiple JSON databases are appended into a python list. Your MAKO-template needs to incorporate this by e.g. looping over the different databases. See example/ folder for details.
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
Built Distribution
File details
Details for the file mlx.json_to_mako-0.4.tar.gz
.
File metadata
- Download URL: mlx.json_to_mako-0.4.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bbb9c3a7454de8c66d42f83e51d708cc65433551b0e7706d380094f0b521778 |
|
MD5 | 5176410458703711a3195ca1624d962c |
|
BLAKE2b-256 | 1fbce730bba53a2148ffaec1583e2f9041dfdc2be9b5a5e81c1d2d496d63873b |
File details
Details for the file mlx.json_to_mako-0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: mlx.json_to_mako-0.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 346b8d647431403b9c1dcd85fbe4e129cfac9c0f98fae7da121a850124407bd5 |
|
MD5 | d1a9f1743f179173e78a3e14cd43fb5a |
|
BLAKE2b-256 | 15dd95b91b2a97531f479977b5cdb7816d17c9ae221d2e399f593738a9da1db5 |