xref: /freebsd/contrib/file/magic/Magdir/numpy (revision 48c779cdecb5f803e5fe5d761987e976ca9609db)
1*48c779cdSXin LI
2*48c779cdSXin LI#------------------------------------------------------------------------------
3*48c779cdSXin LI# $File: numpy,v 1.1 2019/05/09 16:24:36 christos Exp $
4*48c779cdSXin LI# numpy: file(1) magic for NumPy array binary serialization format
5*48c779cdSXin LI# Reference: https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.format.html
6*48c779cdSXin LI0	string		\x93NUMPY	NumPy array,
7*48c779cdSXin LI>6	ubyte		x		version %d
8*48c779cdSXin LI>7	ubyte		x		\b.%d,
9*48c779cdSXin LI>8	uleshort	x		header length %d
10