Metadata-Version: 1.1
Name: DictDB
Version: 0.0.0
Summary: A scheem free database by useing python dict
Home-page: https://github.com/toomore/dictDB
Author: Toomore Chiang
Author-email: toomore0929@gmail.com
License: MIT
Description: ===================================
        dictDB - Python dictionary database
        ===================================
        
        以 Python dict 實作一個類似 MongoDB 的 json 資料庫
        
        .. image:: https://travis-ci.org/toomore/dictDB.png?branch=master
           :target: https://travis-ci.org/toomore/dictDB
        
        :Authors: Toomore Chiang
        :Version: 0.0.0
        :Docs: `dictDB Docs <http://dictdb-docs.toomore.net/>`_
        :github: `dictDB github <https://github.com/toomore/dictDB>`_
        :PyPI: `dictDB PyPI <https://pypi.python.org/pypi/DictDB>`_
        
Keywords: dict schema-free database
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database :: Front-Ends
