Metadata-Version: 1.1
Name: pymongo_mate
Version: 0.0.1
Summary: A library extend pymongo module, makes CRUD easier.
Home-page: https://github.com/MacHu-GWU/pymongo_mate-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/pymongo_mate-project/tarball/2017-06-13
Description: .. image:: https://travis-ci.org/MacHu-GWU/pymongo_mate-project.svg?branch=master

        

        .. image:: https://img.shields.io/pypi/v/pymongo_mate.svg

        

        .. image:: https://img.shields.io/pypi/l/pymongo_mate.svg

        

        .. image:: https://img.shields.io/pypi/pyversions/pymongo_mate.svg

        

        

        Welcome to pymongo_mate Documentation

        =====================================

        A library extend pymongo module, makes CRUD easier.

        

        

        **Quick Links**

        ---------------

        - `GitHub Homepage <https://github.com/MacHu-GWU/pymongo_mate-project>`_

        - `Online Documentation <http://pythonhosted.org/pymongo_mate>`_

        - `PyPI download <https://pypi.python.org/pypi/pymongo_mate>`_

        - `Install <install_>`_

        - `Issue submit and feature request <https://github.com/MacHu-GWU/pymongo_mate-project/issues>`_

        - `API reference and source code <http://pythonhosted.org/pymongo_mate/py-modindex.html>`_

        

        

        .. _install:

        

        Install

        -------

        

        ``pymongo_mate`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install pymongo_mate

        

        To upgrade to latest version:

        

        .. code-block:: console

        

        	$ pip install --upgrade pymongo_mate
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
