Metadata-Version: 1.1
Name: fixDict
Version: 0.2.1
Summary: fix_dict: fix your dict and insert it into MongoDB
Home-page: https://github.com/Senmumu/fixdict
Author: Ryan Luo
Author-email: luo_senmu@163.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: 
        Removes dots "." from keys, as mongo doesn't like that.
        
        Also, convert ints more than 8-bytes  to string cause BSON can only handle up to 8-bytes ints.
        
        Finaly, your lovely MongoDB can accept your dict and store it.
        
        
Keywords: dict,python,mongodb,data srtucture,transform,fix,fix dict,remove dot
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
