Metadata-Version: 2.1
Name: preconvert_numpy
Version: 0.0.2
Summary: Preconverts common numpy types to their serializable (jsonifiable, msgpackable, etc...) form.
Home-page: https://github.com/timothycrosley/preconvert_numpy
License: UNKNOWN
Author: Timothy Edmund Crosley
Author-email: timothy.crosley@gmail.com
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: preconvert >=0.2
Requires-Dist: numpy
Requires-Dist: pymongo; extra == "bson"
Requires-Dist: msgpack; extra == "msgpack"
Requires-Dist: simplejson; extra == "simplejson"
Provides-Extra: bson
Provides-Extra: msgpack
Provides-Extra: simplejson

Preconvert Numpy
===================

[![PyPI version](https://badge.fury.io/py/preconvert.svg)](http://badge.fury.io/py/preconvert)

Preconverts common numpy types to their serializable (jsonifiable, msgpackable, etc...) form.
A plugin for the preconvert Python library.

