Metadata-Version: 2.1
Name: npy-append-array
Version: 0.9.2
Summary: Allows to create Numpy `.npy` files that are larger than the main memory
Home-page: https://github.com/xor2k/npy_append_array
Author: Michael Siebert
Author-email: michael.siebert2k@gmail.com
License: UNKNOWN
Description: # NpyAppendArray
        
        Allows to create Numpy `.npy` files that are larger than the main memory of the
        machine by appending on the zero axis. The file can then be read with
        `mmap_mode="r"`, compare `demo.py`.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
