Skip to main content

A library extend pymongo module, makes CRUD easier, and more.

Project description

https://travis-ci.org/MacHu-GWU/pymongo_mate-project.svg?branch=master https://codecov.io/gh/MacHu-GWU/pymongo_mate-project/branch/master/graph/badge.svg https://img.shields.io/pypi/v/pymongo_mate.svg https://img.shields.io/pypi/l/pymongo_mate.svg https://img.shields.io/pypi/pyversions/pymongo_mate.svg https://img.shields.io/badge/Star_Me_on_GitHub!--None.svg?style=social

Welcome to pymongo_mate Documentation

A library extend pymongo module, makes CRUD easier.

Features

  • query builder: you don’t have to remember mongodb operator syntax, just select builder from from pymongo_mate import query_builder as qb, for example: qb.Text.startswith("/usr/bin")

  • select helper: writing complexe aggregation pipeline is pain, pymongo_mate provide functional interface to help you, just follow your human instinct.

  • insert helper: a smart insert function helps you for bulk-insert with best performance, and plus, allows to insert pandas.DataFrame.

  • update helper.

  • mongomock support: allows you to dump your mongomock database to a file. With this data persistence layer, you can use mongomock as a rich-featured pure-python faked mongodb.

Install

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

$ pip install pymongo_mate

To upgrade to latest version:

$ pip install --upgrade pymongo_mate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymongo_mate-0.0.3.tar.gz (73.2 kB view hashes)

Uploaded Source

Built Distribution

pymongo_mate-0.0.3-py2-none-any.whl (93.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page