Metadata-Version: 2.1
Name: flexlate-dev
Version: 0.6.0
Summary: Development tools for template authors using Flexlate
Home-page: https://github.com/nickderobertis/flexlate-dev
Author: Nick DeRobertis
Author-email: derobertis.nick@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/flexlate-dev
Project-URL: Documentation, https://nickderobertis.github.io/flexlate-dev
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-dev/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/flexlate-dev)

#  flexlate-dev

## Overview

Development tools for template authors using Flexlate

## Getting Started

Install `flexlate-dev`:

```
pip install flexlate-dev
```

A simple example:

```python
import flexlate_dev

# Do something with flexlate_dev
```

## Links

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

## Development Status

This project is currently in early-stage development. There may be
breaking changes often. While the major version is 0, minor version
upgrades will often have breaking changes.

## Author

Created by Nick DeRobertis. MIT License.


