Metadata-Version: 2.1
Name: flatmake
Version: 0.2.0
Summary: A variety of utilities to build high-level flatbuffers structures
Home-page: https://github.com/dweemx/flatmake
Author: Maxime De Waegeneer
Author-email: mdewaegeneer@gmail.com
License: MIT license
Keywords: flatmake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Flatmake
<p align="center">

<a href="https://pypi.python.org/pypi/flatmake">
<img src="https://img.shields.io/pypi/v/flatmake.svg" /></a>
<a href="https://travis-ci.org/dweemx/flatmake"><img src="https://travis-ci.org/dweemx/flatmake.svg?branch=master" /></a>
</p>
A variety of utilities to build high-level flatbuffers structures

## Data Types
- FloatArray
- RGBTripleArray
- Coordinates2D

# Credits
This package was created with Cookiecutter and the `cs01/cookiecutter-pypackage` project template.

[Cookiecutter](https://github.com/audreyr/cookiecutter)

[cs01/cookiecutter-pypackage](https://github.com/cs01/cookiecutter-pypackage)


