Metadata-Version: 2.1
Name: flexlate
Version: 0.4.0
Summary: A composable, maintainable system for managing templates
Home-page: https://github.com/nickderobertis/flexlate
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/flexlate
Project-URL: Documentation, https://nickderobertis.github.io/flexlate
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


[![](https://codecov.io/gh/nickderobertis/flexlate/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/flexlate)

#  flexlate

## Overview

A composable, maintainable system for managing templates

## Getting Started

Install `flexlate`:

```
pip install flexlate
```

A simple example:

```python
import flexlate

# Do something with flexlate
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/flexlate/
)

## Author

Created by Nick DeRobertis. MIT License.

