{ "info": { "author": "Ethan Jucovy", "author_email": "ethan@boldprogressives.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: BSD License" ], "description": "== Installation ==\n\nTo install into an existing Django project:\n\n * Add \"apihangar\" to your INSTALLED_APPS\n * include() \"apihangar.urls\" somewhere in your URLconf\n * Define APIHANGAR_DATABASES in your settings.py\n\nAPIHANGAR_DATABASES specifies which database connections may be used\nby the apihangar to issue queries against. The setting should be \na list of 2-tuples (alias, label) where the aliases refer to database\nconnection aliases defined in your project's DATABASES setting.\n\nIT IS NOT RECOMMENDED THAT YOU ADD \"default\" TO YOUR APIHANGAR_DATABASES.\nThe recommended way to use apihangar is to set up one or more read-only\ndatabase connections; add these as secondary databases in your DATABASES \ndict; and then use these read-only connections for your APIHANGAR_DATABASES.\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-apihangar", "package_url": "https://pypi.org/project/django-apihangar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-apihangar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-apihangar/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "through-the-web creation of templated sql->json APIs for querying data", "version": "0.1.1" }, "last_serial": 805659, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "efd42835ad83a4246865f90f56619d44", "sha256": "99fb9a042460bd78b5205bb0aac85d66b78dcb651e37ef3b43a599564550eee0" }, "downloads": -1, "filename": "django-apihangar-0.1.tar.gz", "has_sig": false, "md5_digest": "efd42835ad83a4246865f90f56619d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5990, "upload_time": "2013-07-01T11:49:44", "url": "https://files.pythonhosted.org/packages/0a/69/4be76099b54dc75c47ac87190c6af59b4124e1599af6a006ba802e47fc07/django-apihangar-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9371989c71132a571ccddab5c78d7541", "sha256": "f9504787ce77612c3bdcc3240a35dd0d1187b1c43b966556a4175ace9a2e6b17" }, "downloads": -1, "filename": "django-apihangar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9371989c71132a571ccddab5c78d7541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6009, "upload_time": "2013-07-01T18:48:46", "url": "https://files.pythonhosted.org/packages/cb/b9/d4587af07a1001d49cd61f3330ba2649e47a8e817c4a784df9a92f34c26e/django-apihangar-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9371989c71132a571ccddab5c78d7541", "sha256": "f9504787ce77612c3bdcc3240a35dd0d1187b1c43b966556a4175ace9a2e6b17" }, "downloads": -1, "filename": "django-apihangar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9371989c71132a571ccddab5c78d7541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6009, "upload_time": "2013-07-01T18:48:46", "url": "https://files.pythonhosted.org/packages/cb/b9/d4587af07a1001d49cd61f3330ba2649e47a8e817c4a784df9a92f34c26e/django-apihangar-0.1.1.tar.gz" } ] }