lig / mnj

Mnj (Mongo Energy) is a helper library to simplify PyMongo interaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/lig/mnj Gitlab CI Status

Mnj

Mnj Logo

⚠️ WARNING master branch is undergoing development, docs could be outdated.

Mnj (Mongo Energy) is a helper library to simplify PyMongo interaction

Install

Install from PyPI

pip install mnj

or to install the latest relatively stable development snapshot

pip install --pre mnj

or clone this repository to get the latest source and invoke install

python setup.py install

Features

  • Using nj.q object for constructing queries will help to validate them.
  • No creepy '$op' strings any more use op_() style operators.

Read the Mnj Docs to find out more.

About

Mnj (Mongo Energy) is a helper library to simplify PyMongo interaction

License:Other


Languages

Language:Python 98.6%Language:Shell 0.7%Language:Dockerfile 0.7%