A flexible document generator based on weasyprint, mustache templates, and pandoc.
Project description
Limberer: Flexible document generation based on WeasyPrint, mustache templates, and Pandoc.
limberer
is a utility for assembling markdown into documents.
Usage
$ limberer create projname
$ cd projname
$ limberer build report.toml
$ open projname.pdf
Features
Coming soon...
Installation
Prerequisites
$ sudo apt-get install pandoc highlight
Note: If your distro has an older version of pandoc (e.g. 2.9.x), get it from https://github.com/jgm/pandoc/releases/.
$ wget https://github.com/jgm/pandoc/releases/download/<ver>/pandoc-<...>.deb
$ sudo dpkg -i ./pandoc-*.deb
Install
$ pip3 install --user limberer
From Source
$ git clone https://github.com/ChaosData/limberer && cd limberer
$ python3 -m pip install --user --upgrade pip setuptools
$ python3 -m pip install --user .
Packaging
$ python3 -m pip install --user wheel build
$ python3 -m build --sdist --wheel .
$ python3 -m pip install --user dist/limberer-*.whl
Cleaning
$ rm -rf ./build ./dist ./src/limberer.egg-info ./src/limberer/__pycache__
FAQ
Why?
For a litany of reasons, but if I had to go out on a limb and pick one, it would be that LaTeX is a great typesetter, but a terrible build system.
What!?
Greetz to asch, tanner, agrant, jblatz, and dthiel. <3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
limberer-0.2.5.tar.gz
(72.2 kB
view details)
Built Distribution
limberer-0.2.5-py3-none-any.whl
(72.4 kB
view details)
File details
Details for the file limberer-0.2.5.tar.gz
.
File metadata
- Download URL: limberer-0.2.5.tar.gz
- Upload date:
- Size: 72.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
df9b1d71b2a7b319ed1aaef803301e9ca5576125f1723b7e415ff576b4400dd9
|
|
MD5 |
0291fd2ba375a414be2d2296b061219d
|
|
BLAKE2b-256 |
76f00ba00209259f84665c5c13c5ccebbbde5bd876d2455939cccf78a8ec5ea0
|
File details
Details for the file limberer-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: limberer-0.2.5-py3-none-any.whl
- Upload date:
- Size: 72.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
44c18b75fe12a3b47cfc4ec52f2c627f58983203aeaa42984b3d6fdf1b4415df
|
|
MD5 |
a539f7c03eb8eac509828a20f28cd04c
|
|
BLAKE2b-256 |
bb047415942c77fe66baf77f81765a3ff80ce37cd47c8d6ca3a10e327e8d9b01
|