Metadata-Version: 2.1
Name: pl-builder
Version: 1.1.0
Summary: Pyexlatex Document Building Framework
Home-page: https://github.com/nickderobertis/pl-builder
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/pl-builder
Project-URL: Documentation, https://nickderobertis.github.io/pl-builder
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyexlatex
Requires-Dist: fire
Requires-Dist: watchdog
Requires-Dist: jinja2
Requires-Dist: pydantic


[![](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.

