numpy-file-format
Read and write Numpy .npy and .npz files.
$ area51 add numpy-file-formatCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(numpy-file-format:some-function ...)Read and write Numpy .npy and .npz files.
$ area51 add numpy-file-formatCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(numpy-file-format:some-function ...)