{ "info": { "author": "Richard Ward", "author_email": "richard@richard.ward.name", "bugtrack_url": null, "classifiers": [], "description": "===========\ndjapps\n===========\n\n.. image:: https://secure.travis-ci.org/RichardOfWard/djapps.png\n :alt: Build Status\n :target: http://travis-ci.org/RichardOfWard/djapps\n\n\n*djapps* allows you to load your django apps by their app names rather\nthan by the module path. This is particularly useful if you don't know where\nmodules will be installed or if you plan to allow overriding of your apps (eg\na user replaces your ``foo.bar`` app with ``myfoo.bar``).\n\n\nUsage\n=====\n\nIf you have a django app called ``bar`` in a package called ``foo`` (such that\nyou would add ``foo.bar`` to your INSTALLED_APPS) then you can get hold of\n``bar`` without knowing its full module path::\n\n import djapps.bar\n\n*djapps* hooks into python's regular import mechanism so all the normal\nways to import things will work::\n\n from djapps.bar import models\n from djapps.bar.models import MyModel as ThisIsMyModel\n\nYour app names in a django project should all be unqiue, djapps won't\nwork if they are not (but django won't like that either).\n\n\nInstallation\n============\n\nUse your favorite install method, for example:\n\n $ pip install djapps\n\nYou do not need to add djapps to your INSTALLED_APPS, just start using it.", "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/RichardOfWard/djapps", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djapps", "package_url": "https://pypi.org/project/djapps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djapps/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RichardOfWard/djapps" }, "release_url": "https://pypi.org/project/djapps/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Load your django apps by app name rather than module path.", "version": "0.1.1" }, "last_serial": 791184, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c01989fa66d464715387580a4cc4cbc3", "sha256": "9738d36192781d0a90aabd378f4c848e84e55ffb94a51fa87ac071a95a88fcc3" }, "downloads": -1, "filename": "djapps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c01989fa66d464715387580a4cc4cbc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2997, "upload_time": "2013-04-17T21:15:46", "url": "https://files.pythonhosted.org/packages/24/12/e4c869e5a3d7c4f462e67aa45178d4a057cf7f25e0b7b04d293160ccb26b/djapps-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fac135291cc7ead3c71058efc1e7116b", "sha256": "fa7c90f592734cc0d9de99f38176177f0020d37b2bd3448ef2bd2f03f9ee5f85" }, "downloads": -1, "filename": "djapps-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fac135291cc7ead3c71058efc1e7116b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2013-04-17T21:31:13", "url": "https://files.pythonhosted.org/packages/b0/45/90265d5647987bed1083f518949fcca42012e6cf589043fb96805850dc2b/djapps-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fac135291cc7ead3c71058efc1e7116b", "sha256": "fa7c90f592734cc0d9de99f38176177f0020d37b2bd3448ef2bd2f03f9ee5f85" }, "downloads": -1, "filename": "djapps-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fac135291cc7ead3c71058efc1e7116b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2013-04-17T21:31:13", "url": "https://files.pythonhosted.org/packages/b0/45/90265d5647987bed1083f518949fcca42012e6cf589043fb96805850dc2b/djapps-0.1.1.tar.gz" } ] }