Metadata-Version: 2.1
Name: flatds
Version: 0.0.1
Summary: FlatDS - structured arrays, optimized for sequential writing
Home-page: https://github.com/d70-t/flatds
Author: Tobias Kölling
Author-email: tobias.koelling@physik.uni-muenchen.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: msgpack

# FlatDS

FlatDS is a file format for structured arrays which is optimized for sequential
writing. Reading the data is possibly using `flatds.open_flatds(filename)`,
which returns the data as read-only xarray.


