Npio is a C99 version of cnpy, written by Carl Rogers. It is a library for reading and writing NumPy .npy and .npz files, which is no longer actively maintained.
NumPy provides the save method for saving arrays into .npy files and savez for zipping multiple .npy arrays together into a .npz file. Npio allows you to read and write these formats in C or C++
Please feel free to open an issue. I will try to address any concerns as best I can.
A compelete build guide for npio library can be found here
All API documentation and examples can be found here
The project is under active development, and contributions are highly encouraged.If you are interested in collaborating, please feel free to fork the project and open a pull request or contact the maintainer via email
All material is provided under MIT License unless otherwise specified.
See the LICENSE file for more details