Metadata-Version: 2.4
Name: preconvert
Version: 0.0.6
Summary: A Library to enable preconversion of any Python type into one that is easily serializable
Home-page: https://github.com/timothycrosley/preconvert
Author: Timothy Edmund Crosley
Author-email: timothy.crosley@gmail.com
Requires-Python: >=3.5
License-File: LICENSE
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: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary
