Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/pl-builder
Document building framework built on Pyexlatex
https://github.com/nickderobertis/pl-builder
Last synced: 10 days ago
JSON representation
Document building framework built on Pyexlatex
- Host: GitHub
- URL: https://github.com/nickderobertis/pl-builder
- Owner: nickderobertis
- License: mit
- Created: 2019-09-03T16:12:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T15:14:17.000Z (about 1 year ago)
- Last Synced: 2024-12-25T15:17:17.336Z (about 1 month ago)
- Language: Python
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://codecov.io/gh/nickderobertis/pl-builder/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/pl-builder)
# pl-builder
## Overview
Pyexlatex Document Building Framework
## Getting Started
Install `pl-builder`:
```
pip install pl-builder
```A simple example:
```python
import plbuilder# Do something with pl-builder
```## Links
See the
[documentation here.](
https://nickderobertis.github.io/pl-builder/
)## Author
Created by Nick DeRobertis. MIT License.