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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file limberer-0.2.6.tar.gz.
File metadata
- Download URL: limberer-0.2.6.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 |
0dc2ae5dc387dcd8195d7944b0484878fec04f9d6ec87204e887a42a440e3f08
|
|
| MD5 |
1ff109c93ccf8bf70cf084edd805326a
|
|
| BLAKE2b-256 |
e73234c25c63c614edc9967a92a17179ec8dcd038ccda6f2e1f6b37c0502a96e
|
File details
Details for the file limberer-0.2.6-py3-none-any.whl.
File metadata
- Download URL: limberer-0.2.6-py3-none-any.whl
- Upload date:
- Size: 72.5 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 |
ed2f140a6d5f3a6f3586f70ac52d709e01c0f4a47b3a8172a86d8e0758040438
|
|
| MD5 |
eaa4d031fe8173399353b452e3f7fd4b
|
|
| BLAKE2b-256 |
c27605de355c436c03f5f165ae14db147c6732733ac5895386ec1170a0c87efb
|