Metadata-Version: 2.4
Name: preconvert_numpy
Version: 0.0.3
Summary: Preconverts common numpy types to their serializable (jsonifiable, msgpackable, etc...) form.
Home-page: https://github.com/timothycrosley/preconvert_numpy
Author: Timothy Edmund Crosley
Author-email: timothy.crosley@gmail.com
Requires-Python: >=3.5
Requires-Dist: preconvert>=0.0.2
Requires-Dist: numpy
Provides-Extra: bson
Requires-Dist: pymongo; extra == "bson"
Provides-Extra: msgpack
Requires-Dist: msgpack; extra == "msgpack"
Provides-Extra: simplejson
Requires-Dist: simplejson; extra == "simplejson"
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
