Metadata-Version: 2.1
Name: pl-uf-thesis
Version: 0.1.0
Summary: University of Florida Thesis/Dissertation Template for Pyexlatex
Home-page: https://github.com/nickderobertis/pl-uf-thesis
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/pl-uf-thesis
Project-URL: Documentation, https://nickderobertis.github.io/pl-uf-thesis
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
Requires-Dist: pyexlatex


[![](https://codecov.io/gh/nickderobertis/pl-uf-thesis/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/pl-uf-thesis)

#  pl-uf-thesis

## Overview

University of Florida Thesis/Dissertation Template for Pyexlatex

## Getting Started

Install `pl-uf-thesis`:

```
pip install pl-uf-thesis
```

A simple example:

```python
import plufthesis

# Do something with plufthesis
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/pl-uf-thesis/
)

## Author

Created by Nick DeRobertis. MIT License.

