{ "info": { "author": "John Sullivan", "author_email": "john@galahgroup.com", "bugtrack_url": null, "classifiers": [ "License :: Public Domain" ], "description": "MangoEngine\n===============================\n\nMangoEngine is a simple library for creating models for JSON objects. Its interface is inspired by the fantastic [MongoEngine](http://mongoengine.org/) library, it resides (basically) in the public domain, and it has no dependencies.\n\n.. code-block:: python\n\n from mangoengine import *\n\n class City(Model):\n name = StringField()\n officials = DictField(\n of_key = StringField(),\n of_value = ListField(of = StringField(), nullable = True)\n )\n\n city = City(name = \"Gotham\")\n city.officials = {\n \"mayor\": [\"Theodore Cobblepot\"],\n \"batman\": [\"Bruce Wayne\"],\n \"citizens\": [\"Joe Schmoe\", \"Dick\", \"Jane\"]\n }\n city.validate()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/brownhead/mangoengine", "keywords": "json models", "license": "Unlicense", "maintainer": null, "maintainer_email": null, "name": "MangoEngine", "package_url": "https://pypi.org/project/MangoEngine/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MangoEngine/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.github.com/brownhead/mangoengine" }, "release_url": "https://pypi.org/project/MangoEngine/0.1-rc.1/", "requires_dist": null, "requires_python": null, "summary": "A simple library for creating models for JSON objects.", "version": "0.1-rc.1" }, "last_serial": 963743, "releases": { "0.1-rc.1": [], "v1.0.0-rc.1": [ { "comment_text": "", "digests": { "md5": "36f833665f23b189745753066a5695c1", "sha256": "4b53a470ff05526fe97f182ebfb69e4683baeb9db542f3512958551e029ba42a" }, "downloads": -1, "filename": "MangoEngine-v1.0.0_rc.1-py2.7.egg", "has_sig": false, "md5_digest": "36f833665f23b189745753066a5695c1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19798, "upload_time": "2013-12-29T07:34:31", "url": "https://files.pythonhosted.org/packages/e0/92/3495872c46f2657a45dee2ae33853b34b03b11ee7f4cc2d6e466c20938cf/MangoEngine-v1.0.0_rc.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b05764df4036f5eebf9c078a9665dce4", "sha256": "94f85535139f7548b7a42427f3cd75a8a8f6fcf3e6af089c5b5203143eab4ee6" }, "downloads": -1, "filename": "MangoEngine-v1.0.0-rc.1.tar.gz", "has_sig": false, "md5_digest": "b05764df4036f5eebf9c078a9665dce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8580, "upload_time": "2013-12-29T07:34:35", "url": "https://files.pythonhosted.org/packages/0e/b1/28ff0f951b4891d85e139b97df9bbe57c46ad546ab044af0f073129f822e/MangoEngine-v1.0.0-rc.1.tar.gz" } ], "v1.0.0-rc.2": [ { "comment_text": "", "digests": { "md5": "d571fca51f08ebd765992a505dc04122", "sha256": "cb0b143abb1bad15fa8ffb803515a535cfe4ef71d78ce885545c4fa39948ada7" }, "downloads": -1, "filename": "MangoEngine-v1.0.0_rc.2-py2.7.egg", "has_sig": false, "md5_digest": "d571fca51f08ebd765992a505dc04122", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 27529, "upload_time": "2014-01-08T18:42:46", "url": "https://files.pythonhosted.org/packages/da/09/d572d8835f133566fcd6ddb5675caaef77a053460bb16c89d21b034d9a30/MangoEngine-v1.0.0_rc.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a71387214319838f2e59dd82a53107b5", "sha256": "38500938348203e2c2afdfbf4f41293e53e9aa31afd478b0a9205ecf1f4376a2" }, "downloads": -1, "filename": "MangoEngine-v1.0.0-rc.2.tar.gz", "has_sig": false, "md5_digest": "a71387214319838f2e59dd82a53107b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9650, "upload_time": "2014-01-08T18:42:50", "url": "https://files.pythonhosted.org/packages/e8/46/863c0a94099fb0b1679f46c001c657e6f7f1ad24d5ed051bed1bef7b771e/MangoEngine-v1.0.0-rc.2.tar.gz" } ] }, "urls": [] }