{ "info": { "author": "Ferrix Hovi", "author_email": "ferrix+github@ferrix.fi", "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": "dj-mongohq-url\n~~~~~~~~~~~~~~~\n\n.. image:: https://secure.travis-ci.org/ferrix/dj-mongohq-url.png?branch=master\n\nThis simple Django utility allows you to utilize the\n`12factor `_ inspired\n``MONGOURL_URL`` environment variable to configure your Django application.\n\nThis is a slight adaptation of the dj-database-url by Kenneth Reitz\n(http://github.com/kennethreitz/dj-database-url/). It is compatible with\ndjango-nonrel_ and can be used to dig up the URL setting for other purposes\nas well.\n\n\n.. _django-nonrel: https://github.com/django-nonrel/mongodb-engine/\n\nUsage\n-----\n\nConfigure your database in ``settings.py`` from ``DATABASE_URL``::\n\n DATABASES = {'default': dj_mongohq_url.config()}\n\nParse an arbitrary Database URL::\n\n DATABASES = {'default': dj_mongohq_url.parse('mongodb://...')}\n\nIf you are not using Django with nonrel capabilities and merely want to\ndig up the MongoDB settings, use another variable::\n\n MONGODB = dj_mongohq_url.config()\n\nSupported databases\n-------------------\n\nSupport currently exists for MongoDB.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ferrix/dj-mongohq-url", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dj-mongohq-url", "package_url": "https://pypi.org/project/dj-mongohq-url/", "platform": "any", "project_url": "https://pypi.org/project/dj-mongohq-url/", "project_urls": { "Homepage": "https://github.com/ferrix/dj-mongohq-url" }, "release_url": "https://pypi.org/project/dj-mongohq-url/0.0.3/", "requires_dist": [ "six" ], "requires_python": null, "summary": "Use MongoDB URLs in your Django Application.", "version": "0.0.3" }, "last_serial": 1568767, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c1ae99c02d671f0a4c1f24ea2c1a0805", "sha256": "3d0cb41f4a1e1f929a43d4d870ac502f9c4d6a63e9e7ed7b83a41fe38b4b9862" }, "downloads": -1, "filename": "dj-mongohq-url-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c1ae99c02d671f0a4c1f24ea2c1a0805", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2169, "upload_time": "2013-03-07T21:42:27", "url": "https://files.pythonhosted.org/packages/95/41/ddd186777efa5af7ada1e68ea95ccd5f2ec9e3235568da22b2c7e01ccd15/dj-mongohq-url-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "dbd99569f914008c229321ed64b8b079", "sha256": "4f5f44c04ac41fe3f2f35299cac72b7186b7cd37fb758f071096ec828197a721" }, "downloads": -1, "filename": "dj_mongohq_url-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "dbd99569f914008c229321ed64b8b079", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3967, "upload_time": "2015-05-30T05:45:29", "url": "https://files.pythonhosted.org/packages/c5/f8/5be91279762f8a70d91df3af331ef116c5c187aa62f841d19c05213faecc/dj_mongohq_url-0.0.2-py2-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "28e2ca02dda4e6e826d9fdb1ef614027", "sha256": "99277cd6826280875b8fc34c5df2ef7e0bf1ef87f33b6e983e0fc339b05640fe" }, "downloads": -1, "filename": "dj_mongohq_url-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "28e2ca02dda4e6e826d9fdb1ef614027", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4019, "upload_time": "2015-05-30T05:59:17", "url": "https://files.pythonhosted.org/packages/2e/e5/be2b8cce2ad9fcdf174aaeb566a6fc1781ff678468f8b185a7b008024652/dj_mongohq_url-0.0.3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28e2ca02dda4e6e826d9fdb1ef614027", "sha256": "99277cd6826280875b8fc34c5df2ef7e0bf1ef87f33b6e983e0fc339b05640fe" }, "downloads": -1, "filename": "dj_mongohq_url-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "28e2ca02dda4e6e826d9fdb1ef614027", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4019, "upload_time": "2015-05-30T05:59:17", "url": "https://files.pythonhosted.org/packages/2e/e5/be2b8cce2ad9fcdf174aaeb566a6fc1781ff678468f8b185a7b008024652/dj_mongohq_url-0.0.3-py2-none-any.whl" } ] }