{ "info": { "author": "Christian Metts", "author_email": "xian@mintchaos.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Django ESV\n==========\n\nA `Django Inlines`_ style inline and a template tag to work with the `ESV Bible API`_.\n\nRight now all they do is return the (x)html snippet provided by the ESV API and\nprovide clean ways to tweak the options.\n\n**Template tag**::\n\n {% load esv %}\n {% passage reference [headings on] [audio off] [footnotes on] %}\n\nWhere reference is a string that the ESV can use as a query, or an context \nvar that resolves to such a string.\n\nExamples::\n\n {% passage \"Genesis 1:1\" %}\n {% passage \"rom 3\" %}\n {% passage \"1 tim 3-4\" footnotes on %}\n\n**Inline**::\n\n {{ passage reference [headings=on] [audio=off] [footnotes=on] }}\n \nExamples::\n\n {{ passage John 1 }}\n {{ passage John 2:1-3:18 footnotes=on }}\n {{ passage jhn 2 matt 3 }}\n\n**Configuration**\n\ndjango_esv has a single optional setting. Which controls where and how \nhttplib2 stores it's http cache. It defaults to::\n\n ESV_HTTP_CACHE = '/tmp/esv_http_cache'\n\n\nWARNING!\n--------\n\nThe ESV client doesn't yet do any caching besides standard HTTP caching. \nYou'll want to do output caching or wait for a real cache solution in django_esv.\n\n\nDependencies\n************\n\n* Django\n* httplib2\n* The inlines depend on `Django Inlines`_\n\n\n.. _ESV Bible API: http://www.esvapi.org\n.. _Django Inlines: http://github.com/mintchaos/django_inlines/tree/master\n.. _django-test-extentions: http://github.com/garethr/django-test-extensions", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mintchaos/django_es", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django_esv", "package_url": "https://pypi.org/project/django_esv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_esv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mintchaos/django_es" }, "release_url": "https://pypi.org/project/django_esv/0.8.1/", "requires_dist": null, "requires_python": null, "summary": "A django_inlines style inline and a template tag to work with the ESV Bible API.", "version": "0.8.1" }, "last_serial": 791094, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "72280e34ad9480ec341afa5b4bd2044e", "sha256": "691ac63e062ac7e560152939f63d5def277fab0f2eb73e3ba554129c002fde26" }, "downloads": -1, "filename": "django_esv-0.8.tar.gz", "has_sig": false, "md5_digest": "72280e34ad9480ec341afa5b4bd2044e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4646, "upload_time": "2009-04-26T03:28:19", "url": "https://files.pythonhosted.org/packages/91/80/5ba35ffd8d521aaacad409c2090d378506ed23b2798ae2ba56ff405a7e7b/django_esv-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "d4ba247044f53f75f1241976ecc30d4c", "sha256": "fa8cbb66491f194df9a8b524dfa241edd932017849b535a024bd737c60c171b3" }, "downloads": -1, "filename": "django_esv-0.8.1.tar.gz", "has_sig": false, "md5_digest": "d4ba247044f53f75f1241976ecc30d4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4757, "upload_time": "2009-05-04T02:41:11", "url": "https://files.pythonhosted.org/packages/49/12/120412b33c8e36d86f4418f1e2ab1fd564ea70ed4a91a860834db377e13f/django_esv-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4ba247044f53f75f1241976ecc30d4c", "sha256": "fa8cbb66491f194df9a8b524dfa241edd932017849b535a024bd737c60c171b3" }, "downloads": -1, "filename": "django_esv-0.8.1.tar.gz", "has_sig": false, "md5_digest": "d4ba247044f53f75f1241976ecc30d4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4757, "upload_time": "2009-05-04T02:41:11", "url": "https://files.pythonhosted.org/packages/49/12/120412b33c8e36d86f4418f1e2ab1fd564ea70ed4a91a860834db377e13f/django_esv-0.8.1.tar.gz" } ] }