Metadata-Version: 2.1
Name: dareblopy
Version: 0.0.1
Summary: dareblopy
Home-page: https://github.com/podgorskiy/dareblopy
Author: Stanislav Pidhorskyi
Author-email: stanislav@podgorskiy.com
License: MIT
Keywords: dareblopy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6

**Da**\ ta **Re**\ ading **Blo**\ cks for **Py**\ thon is a python module that provides variety of C++ backed data reading primitives.
It targets deep-learning needs, but it is framework agnostic.

Features:

* Direct reading of data from **ZIP** archives to bytes/numpy arrays.

* You can select jpeg backend: **libjpeg** or **libjpeg-trubo**, at runtime.

* Reading from tfrecords without tensorflow.

* Mounting several zip archive to virtual file system.

* Implemented fully in C++ for optimal performance.


