Metadata-Version: 2.1
Name: ufrc
Version: 0.1.1
Summary: Tools for UFRC
Home-page: https://github.com/nickderobertis/ufrc
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/ufrc
Project-URL: Documentation, https://nickderobertis.github.io/ufrc
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/ufrc/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/ufrc)

#  ufrc

## Overview

Tools for UFRC

## Getting Started

Install `ufrc`:

```
pip install ufrc
```

A simple example:

```python
import ufrc

# Do something with ufrc
```

## Links

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

## Author

Created by Nick DeRobertis. MIT License.

