{ "info": { "author": "Francisco Souza", "author_email": "francisco@franciscosouza.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-MongoAlchemy\n==================\n\n.. image:: https://travis-ci.org/cobrateam/flask-mongoalchemy.png?branch=master\n :target: https://travis-ci.org/cobrateam/flask-mongoalchemy\n\n`Flask `_ support for `MongoDB `_ using `MongoAlchemy `_.\n\nDocumentation\n+++++++++++++\n\nIf you want to get started, check the `example sourcecode `_ out.\n\n For full documentation, see the online docs at: ``_.\n\nDevelopment\n+++++++++++\n\n* Source hosted at `Github `_\n* Report issues on `Github Issues `_\n\nBootstraping the development environment\n----------------------------------------\n\nIf you are using a virtualenv, bootstrap your development environment by running:\n\n::\n\n $ make bootstrap\n\nRunning tests\n-------------\n\nWith all dependencies installed (after bootstrap development env), just run:\n\n::\n\n $ make test\n\nCommunity\n---------\n\n#cobrateam on chanel irc.freenode.net\n\nChangelog\n+++++++++\n\nFlask-MongoAlchemy 0.7.2\n------------------------\n\n* Pin pymongo version to ensure driver compatibility.\n\nFlask-MongoAlchemy 0.7.1\n------------------------\n\n* Support for specifying the full connection string, via the\n MONGOALCHEMY_CONNECTION_STRING configuration value.\n\nFlask-MongoAlchemy 0.7.0\n------------------------\n\n* Multiple database support (thanks Misja Hoebe)\n\nFlask-MongoAlchemy 0.6.1\n------------------------\n\n* Replica set support, via the MONGOALCHEMY_REPLICA_SET configuration value.\n\nFlask-MongoAlchemy 0.6.0\n------------------------\n\n* Use the not-so-new extension scheme for Flask, users now should import the\n extension using the flask.ext metapackage\n* Some fixes in the docs, regarding other extensions usage in examples\n\nFlask-MongoAlchemy 0.5.4\n------------------------\n\n* [bugfix] fix compatibility with pymongo 2.2\n\nFlask-MongoAlchemy 0.5.3\n------------------------\n\n* [bugfix] fixed a bug on setup.py\n\nFlask-MongoAlchemy 0.5.2\n------------------------\n\n* added a configuration flag for user authentication based either on database or server\n* [bugfix] fixed server based authentication\n\nFlask-MongoAlchemy 0.5.1\n------------------------\n\n* [bugfix] fixed the subpackage structure\n\nFlask-MongoAlchemy 0.5\n----------------------\n\n* Support for multiple MongoDB sessions\n\nFlask-MongoAlchemy 0.4.3\n------------------------\n\n* [bugfix] added database to MongoDB URI for authenticated connectinos\n\nFlask-MongoAlchemy 0.4.2\n------------------------\n\n* Fixed pymongo dependency in setup.py\n\nFlask-MongoAlchemy 0.4.1\n------------------------\n\n* MongoAlchemy 0.9 as dependency\n* [bugfix] safe session operations on connect, save and remove\n\nFlask-MongoAlchemy 0.4\n----------------------\n\n* Documentation improvements\n* Support for safe or unsafe sessions and operations\n\nFlask-MongoAlchemy 0.3.3\n------------------------\n\n* Fixed dependencies on ``setup.py``\n\nFlask-MongoAlchemy 0.3.2\n------------------------\n\n* Compatibility with Flask 0.7\n\nFlask-MongoAlchemy 0.3.1\n------------------------\n\n* [bugfix] method ``get`` on ``Query`` objects was never returning the object\n\nFlask-MongoAlchemy 0.3\n----------------------\n\n* Introduced update queries support\n\nFlask-MongoAlchemy 0.2\n----------------------\n\n* Reverse compatibility broken on ``Document`` class. The ``get()`` method was moved to ``BaseQuery`` class.\n Here the old code, on version ``0.1``: ::\n\n >>> Document.get(mongo_id)\n\n And the new code, on version ``0.2``: ::\n\n >>> Document.query.get(mongo_id)\n\n* Added ``get_or_404``, ``first_or_404`` and ``paginate`` methods on ``BaseQuery`` class. Check the `documentation `_ to know how to use them :)", "description_content_type": null, "docs_url": "https://pythonhosted.org/Flask-MongoAlchemy/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cobrateam/flask-mongoalchemy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Flask-MongoAlchemy", "package_url": "https://pypi.org/project/Flask-MongoAlchemy/", "platform": "any", "project_url": "https://pypi.org/project/Flask-MongoAlchemy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/cobrateam/flask-mongoalchemy" }, "release_url": "https://pypi.org/project/Flask-MongoAlchemy/0.7.2/", "requires_dist": null, "requires_python": null, "summary": "Add Flask support for MongoDB using MongoAlchemy.", "version": "0.7.2" }, "last_serial": 1576824, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "57b552bd35e5c68e12ee051bd0112920", "sha256": "0a7f780038f1977c718df0d0b08bbafbed01100cad2cba69696df6e813deddd7" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.1.tar.gz", "has_sig": false, "md5_digest": "57b552bd35e5c68e12ee051bd0112920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4091, "upload_time": "2010-12-22T00:29:34", "url": "https://files.pythonhosted.org/packages/38/d7/847ee18d5b4760d2fb1ea85734f5459cc1800a0f4693deb953f0713e9870/Flask-MongoAlchemy-0.1.tar.gz" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "f30c31eb61172d6e996beeae71516b2c", "sha256": "0f9bb8bb3efd2d629f37e58f8bda5fee8ba76f8bfb8ce5bb142df520621a4006" }, "downloads": -1, "filename": "Flask_MongoAlchemy-0.2a1-py2.6.egg", "has_sig": false, "md5_digest": "f30c31eb61172d6e996beeae71516b2c", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 9182, "upload_time": "2010-12-26T06:12:52", "url": "https://files.pythonhosted.org/packages/91/87/0fe66345027883bb0c05913ac8039e2e655bf4d488a547ab740cbdc4b3a3/Flask_MongoAlchemy-0.2a1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e524a2fb2170cba0643deae0e13b9e9d", "sha256": "e9cdb8b6d2d593b827efaaac3b30d476a544a0948ce04430150db987e7ee9e6c" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.2a1.tar.gz", "has_sig": false, "md5_digest": "e524a2fb2170cba0643deae0e13b9e9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5494, "upload_time": "2010-12-26T06:10:08", "url": "https://files.pythonhosted.org/packages/af/85/169e0d1638ba33060e2a81d326dd09b845d0a6aab87901390649302007c8/Flask-MongoAlchemy-0.2a1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "29b5eebc93174316e084cc8a98d13c3b", "sha256": "2ed838ba560e176cb8684bb61e11f954089c4650e64bb7193bc03284c670a6a7" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.3.tar.gz", "has_sig": false, "md5_digest": "29b5eebc93174316e084cc8a98d13c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5538, "upload_time": "2011-05-31T03:13:09", "url": "https://files.pythonhosted.org/packages/44/46/3438e02a5673f55f3b91448e0088fe0cf9a5949ff0935d13b18406583e3b/Flask-MongoAlchemy-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "1304a8810b3873835807c9d3586bf761", "sha256": "df42483d77b1195db23fde0a82b3096d465a936b1373477cd4d800af1ea05f94" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "1304a8810b3873835807c9d3586bf761", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5608, "upload_time": "2011-06-23T20:55:03", "url": "https://files.pythonhosted.org/packages/97/1b/4cad781d1c36cd9dec6cd6ce657334b8d788d5395f6d7c3f7612672ed18c/Flask-MongoAlchemy-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "44a3888ed967355f7a0399ac69d8fba0", "sha256": "60362548ce6d97574348e1c0bc5c450ac0d9c47f66e20d357612a44d4a294a4a" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "44a3888ed967355f7a0399ac69d8fba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5653, "upload_time": "2011-06-29T07:30:54", "url": "https://files.pythonhosted.org/packages/7a/65/fffeca4179337676f70fb8e3591bebdb9c777aa9c05c204aec6417210026/Flask-MongoAlchemy-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "3c31d70fc664f74e3970692474937ccf", "sha256": "45131a485500beb1bee9668fefcb3bc83ece6a69b8aa60000f3af587684cb35c" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.3.3.tar.gz", "has_sig": false, "md5_digest": "3c31d70fc664f74e3970692474937ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5670, "upload_time": "2011-07-12T22:08:02", "url": "https://files.pythonhosted.org/packages/bb/e9/21b2483423eb635a4f0902e84c1f5fab7748a7c943d6a6c199e92a85bc99/Flask-MongoAlchemy-0.3.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "80b77531a75662b2603b9b13c5d36be6", "sha256": "8b1d1c2a60fd9c6dddd2a3b3285abe0eafbb4cf983995f7aa213d4ab5ca4d1dc" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.4.tar.gz", "has_sig": false, "md5_digest": "80b77531a75662b2603b9b13c5d36be6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5772, "upload_time": "2011-07-15T16:02:51", "url": "https://files.pythonhosted.org/packages/6a/ce/af00faa428f10cd1b4543d2a88565d90521090ae24d4764c5377c552871c/Flask-MongoAlchemy-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "d61b66862af37724d182714375597e9c", "sha256": "d1f573f6dfbc25ceb016b31b58009ee87dab56ec38063cd9049c83ac2955b1c1" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.4.1.tar.gz", "has_sig": false, "md5_digest": "d61b66862af37724d182714375597e9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5882, "upload_time": "2011-07-16T03:24:40", "url": "https://files.pythonhosted.org/packages/34/56/37c9d2c53b1865b877473d29bd2df42e6f87f8e22d2bbebc43b31a44eaa1/Flask-MongoAlchemy-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "33c2dc858719279e57f00e3cdcb84b4e", "sha256": "5c8e0c7c12686d684640326d74d78ad32dfd113323092571cf52f398f76c22f8" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.4.2.tar.gz", "has_sig": false, "md5_digest": "33c2dc858719279e57f00e3cdcb84b4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5887, "upload_time": "2011-07-27T21:49:39", "url": "https://files.pythonhosted.org/packages/4b/1b/54e05aa2704e2add551b4a41ef767a08c211709148d201b42032fc3f04f4/Flask-MongoAlchemy-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "577261246de58a11c5c7ac0eb91eb7e9", "sha256": "c67630d161e59f9a254b82de94f808f5dfe2cee2b9f66d82ecd8d4a5e9da5bc1" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "577261246de58a11c5c7ac0eb91eb7e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5997, "upload_time": "2011-08-25T02:02:20", "url": "https://files.pythonhosted.org/packages/a9/86/8ce0934ca34b695105b8876ca08ebc553baf6c53a4274b8fd5d41a26ff4b/Flask-MongoAlchemy-0.4.3.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "95fd0256b43684145db41ed48349122e", "sha256": "c0a1a909e835a010db2fa30d75c072b2ae0e6b43adcc9c6c35d776686d0f8b9b" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.5.tar.gz", "has_sig": false, "md5_digest": "95fd0256b43684145db41ed48349122e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3393, "upload_time": "2011-09-10T20:10:01", "url": "https://files.pythonhosted.org/packages/7a/ff/a8e7d7129e8ac4ba74f1ad30101172574f400ae17e8a79610a692284afeb/Flask-MongoAlchemy-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "901ebe8e86b9c84decada84bfba74b2d", "sha256": "cfe7e3e04d30497de11e35ced71deda036c0252b74ccc4badf85a5480975447f" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.5.1.tar.gz", "has_sig": false, "md5_digest": "901ebe8e86b9c84decada84bfba74b2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6209, "upload_time": "2011-09-12T15:46:06", "url": "https://files.pythonhosted.org/packages/56/07/3476a2b4f04da64033fca4f32a64498498fc7edd25cf6eba9cc9561f5c29/Flask-MongoAlchemy-0.5.1.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "b2d3111d7cb1479c030b868552dcbe04", "sha256": "4468cef1b2119971d721162133d8f15314b92439b812b3f4d1d2e0d32dbae03c" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.5.3.tar.gz", "has_sig": false, "md5_digest": "b2d3111d7cb1479c030b868552dcbe04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6315, "upload_time": "2011-09-12T23:03:08", "url": "https://files.pythonhosted.org/packages/4c/98/f9ea4cf0fad649002ccec7031161e6172fe54131c1c3730e08f95799fee6/Flask-MongoAlchemy-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "03afb3f2c5548146a56dcd8c79ce5f91", "sha256": "1128f62e19914f40912d603dc34e4d5d8266527c7d8dd48699aaa4dd42519182" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.5.4.tar.gz", "has_sig": false, "md5_digest": "03afb3f2c5548146a56dcd8c79ce5f91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6371, "upload_time": "2012-05-22T16:54:33", "url": "https://files.pythonhosted.org/packages/d8/62/ce59ea3c610419f4f9effda30a94b5f2d516c0da751ebd24ded60efc07bd/Flask-MongoAlchemy-0.5.4.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "a893079be48b130d5d058a579e64071e", "sha256": "89ab8d19a64331ae5700cc9b58498f00340d2672dfe8b823e4332215ebb0cf5e" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.6.0.tar.gz", "has_sig": false, "md5_digest": "a893079be48b130d5d058a579e64071e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6201, "upload_time": "2014-04-23T00:16:30", "url": "https://files.pythonhosted.org/packages/f8/dc/205938f6533d57bf21363c1ffee00806ca206ab327fb7e7d7ea778f9fd59/Flask-MongoAlchemy-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "5b0d3caabc4ec6c31b2f7473370bc915", "sha256": "6f965c4a23711ad5d83683f2ec168033dd9301d4ccc7476da59afefc5793d102" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.6.1.tar.gz", "has_sig": false, "md5_digest": "5b0d3caabc4ec6c31b2f7473370bc915", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6266, "upload_time": "2014-04-23T01:19:45", "url": "https://files.pythonhosted.org/packages/82/61/2fc020fa1fdfc2d5c2ec6e523d381e5c0e04a70bc5efac4df46078b771bf/Flask-MongoAlchemy-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "f034e4a8439af01aaf5adede890b2fb7", "sha256": "7bc992f9ddfbc2a984ba3015e5bb0792b1776580c4755efe7ece2a39ae93dc5f" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.7.0.tar.gz", "has_sig": false, "md5_digest": "f034e4a8439af01aaf5adede890b2fb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6453, "upload_time": "2014-09-12T02:01:45", "url": "https://files.pythonhosted.org/packages/e6/e5/0b2e09e4abc6ed6b7eb3199861202553b2dc4b0fc316ca57a1bb7ce2e107/Flask-MongoAlchemy-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "4fd695930f2e0fc7fea67f8b1492b6eb", "sha256": "e819108f9bbb97a6f03fc2462d72dae89f03f69f7067d5d39d2bcb3931a2a0aa" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.7.1.tar.gz", "has_sig": false, "md5_digest": "4fd695930f2e0fc7fea67f8b1492b6eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6591, "upload_time": "2015-03-17T16:03:32", "url": "https://files.pythonhosted.org/packages/a2/2a/acee48e71c4a272402bf29cbbb2abb6f828ce926afb7a57f71477af7bc6d/Flask-MongoAlchemy-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "cd475e391cc3f99e9860cf2ed84cd4c6", "sha256": "7bf17e8d5f0702315c839a93a3bbd47e116b6ea4005e625efe9c570b2f0e2f2b" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.7.2.tar.gz", "has_sig": false, "md5_digest": "cd475e391cc3f99e9860cf2ed84cd4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6630, "upload_time": "2015-06-03T13:55:29", "url": "https://files.pythonhosted.org/packages/7a/7d/7b146ab50332c3882520ed7e7f231404a630dedbb7d34f8adb021dbe5180/Flask-MongoAlchemy-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd475e391cc3f99e9860cf2ed84cd4c6", "sha256": "7bf17e8d5f0702315c839a93a3bbd47e116b6ea4005e625efe9c570b2f0e2f2b" }, "downloads": -1, "filename": "Flask-MongoAlchemy-0.7.2.tar.gz", "has_sig": false, "md5_digest": "cd475e391cc3f99e9860cf2ed84cd4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6630, "upload_time": "2015-06-03T13:55:29", "url": "https://files.pythonhosted.org/packages/7a/7d/7b146ab50332c3882520ed7e7f231404a630dedbb7d34f8adb021dbe5180/Flask-MongoAlchemy-0.7.2.tar.gz" } ] }