{ "info": { "author": "Ben Lopatin", "author_email": "ben.lopatin@wellfireinteractive.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\nmongoengine-extras\n====================\n\nmongoengine-extras is a collection of fields (and possibly other features \nlater) not included in MongoEngine, and which do not necessarily need to\nbe included in MongoEngine.\n\nCurrently the only features are two fields, a SlugField (as found in Django)\nand an AutoSlugField. The latter is designed to enforce a unique, auto-\nincremented slug value. It should be used in the same way as the \nAutoSlugField in django-extensions, although it's not quite there yet. For\nnow you simply provide the field with the source string and the field will\nstore a unique, auto-incremented slug.\n\nInstalling\n===========\n\nWith setuptools installed, `python setup.py install` from source.\n\nDependencies\n============\n\nmongoengine-extras requires MongoEngine (which requires pymongo).\n\nTests\n=====\n\nThe tests can by run with `python setup.py test`. Tests require a MongoDB \ndatabase running on the standard port.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bennylope/mongoengine-extras", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "mongoengine-extras", "package_url": "https://pypi.org/project/mongoengine-extras/", "platform": "any", "project_url": "https://pypi.org/project/mongoengine-extras/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bennylope/mongoengine-extras" }, "release_url": "https://pypi.org/project/mongoengine-extras/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Extra fields and utilities for mongoengine.", "version": "0.0.1" }, "last_serial": 817483, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2a29c22538ea41fdf027a5354f072ff1", "sha256": "056c357187a6dcadfe824417a0fb7b02a1d59a56bc864a165e877a31d4711c0c" }, "downloads": -1, "filename": "mongoengine-extras-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2a29c22538ea41fdf027a5354f072ff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4209, "upload_time": "2012-05-10T00:09:50", "url": "https://files.pythonhosted.org/packages/22/21/39800d153535b4dbd87cbb2d24549979cb5e60c6cace30d547a9a2d7ab84/mongoengine-extras-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a29c22538ea41fdf027a5354f072ff1", "sha256": "056c357187a6dcadfe824417a0fb7b02a1d59a56bc864a165e877a31d4711c0c" }, "downloads": -1, "filename": "mongoengine-extras-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2a29c22538ea41fdf027a5354f072ff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4209, "upload_time": "2012-05-10T00:09:50", "url": "https://files.pythonhosted.org/packages/22/21/39800d153535b4dbd87cbb2d24549979cb5e60c6cace30d547a9a2d7ab84/mongoengine-extras-0.0.1.tar.gz" } ] }