Metadata-Version: 2.1
Name: flatmake
Version: 0.9.4
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
Requires-Dist: numpy (==1.15.4)
Requires-Dist: pandas (==1.0.3)
Requires-Dist: flatbuffers (==1.12.0)

# 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

-   Float32bArray
-   UInt32bArray
-   LabeledIndexSet
-   LabeledIndexSuperSet
-   ColorArray1D
-   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)


