numpy-file-format

MIT

Read and write Numpy .npy and .npz files.

$ area51 add numpy-file-formatCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(numpy-file-format:some-function ...)