jarus / flask-mongokit

Flask-MongoKit simplifies the use of MongoKit (a powerful MongoDB ORM for Python) within Flask applications

Home Page:http://packages.python.org/Flask-MongoKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-MongoKit

https://secure.travis-ci.org/jarus/flask-mongokit.png

Flask-MongoKit simplifies to use MongoKit, a powerful MongoDB ORM in Flask applications.

Installation

The installation is thanks to the Python Package Index and pip really simple.

$ pip install Flask-MongoKit

If you only can use easy_install than use

$ easy_install Flask-MongoKit

Flask-MongoKit requires to run some packages (they will be installed automatically if they not already installed):

  • Flask
  • MongoKit
  • pymongo

Changelog

  • 0.6 (08.07.2012)

    • Use the new app context and again the old request context.

    • The MongoKit object is now subscriptable and support the typical syntax to get a collection.:

      db['my_collection'].insert({'x': 5})
      
    • Restructured and improved test suite.

    • Sounds crazy but improved python2.5 support.

  • 0.5 (02.07.2012)

    • You don't need a request context anymore for the mongodb connection. (A bad decision ... look in 0.6)
  • 0.4 (23.02.2012)

    • Support new import system of flask. Use now:

      from flask.ext.mongokit import Mongokit
      

About

Flask-MongoKit simplifies the use of MongoKit (a powerful MongoDB ORM for Python) within Flask applications

http://packages.python.org/Flask-MongoKit/

License:Other


Languages

Language:Python 84.9%Language:Shell 10.9%Language:CSS 4.2%