Metadata-Version: 1.1
Name: docmongo
Version: 1.0.0
Summary: A high abastract architecture with pymongo
Home-page: https://github.com/satoshun/docmongo
Author: Sato Shun
Author-email: shun.sato1@gmail.com
License: Apache License, Version 2.0
Description: ===========
        docmongo
        ===========
        
        .. image:: https://pypip.in/v/docmongo/badge.png
          :target: https://pypi.python.org/pypi/docmongo
        
        .. image:: https://secure.travis-ci.org/satoshun/docmongo.png
          :target: http://travis-ci.org/satoshun/docmongo
        
        Introduction
        ============
        
        This module is high level abstract architecture of pymongo
        
        
        usage
        =====
        
        first, please input under command ::
        
          pip install docmongo
        
        second, Please show example directory
        
        Version
        =======
        
        version 0.2.0
        -------------
        
        Add method remove, to_dict
        
        License
        =======
        
        This Source is released under the MIT License(http://opensource.org/licenses/MIT).
        
Keywords: mongodb,mongo,pymongo
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
