{ "info": { "author": "Julia Elman", "author_email": "julia.elman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Anora\n==========================\nAnora is a Django template filter that determines whether or not a word should have an \"a\" or \"an\" in front of it. Adds either one of these depending on the phoenetic value of the given text. It will also automatically add one space before the text.\n\nInstall\n-------\n\n1. ``pip install anora``\n2. Add ``anora`` to your ``INSTALLED_APPS`` \n3. Add ``{% load anora %}`` to the top of templates you wish to use these tags in.\n\nUsage\n-------\n``{% load anora %}``\n\n``I was taking a walk in the woods today. I came across {{ animal_type|anora }}.``\n\nPossible outcomes from the above:\n-------\n\nI was taking a walk in the woods today. I came across a raccoon.\n\nI was taking a walk in the woods today. I came across an owl.\n\nCredits\n-------\nOriginal template filter can he found [here](http://djangosnippets.org/snippets/1519/).", "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/juliaelman/anora", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "anora", "package_url": "https://pypi.org/project/anora/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/anora/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/juliaelman/anora" }, "release_url": "https://pypi.org/project/anora/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Anora is a simple_tag for Django that determines whether or not a word should have an \"a\" or \"an\" in front of it. Adds either one of these depending on the phoentic value of the given text.", "version": "0.1.2" }, "last_serial": 786289, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3b1adff21c0af6d757b7e781a388a12d", "sha256": "0eaa7675705a42119d200b7682e0d5af18e57fd1923a0506ad6596378dece755" }, "downloads": -1, "filename": "anora-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3b1adff21c0af6d757b7e781a388a12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2314, "upload_time": "2012-07-12T02:04:47", "url": "https://files.pythonhosted.org/packages/68/a5/94d28f4e1deee46bee08ae73e5315e1251f6feec378079d8fa3c6326a87d/anora-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c7ba8124b3b5af35a98c29eaf1cef463", "sha256": "39f0aafc22f8683368f00111bd953f73877330a2d302e61a35666f8fe6dcfe58" }, "downloads": -1, "filename": "anora-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c7ba8124b3b5af35a98c29eaf1cef463", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2337, "upload_time": "2012-07-12T02:59:15", "url": "https://files.pythonhosted.org/packages/d2/c2/387de17cdbed351f431e0ab25702b2e29e6dfd80f04a7555e21c0de5e92b/anora-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "052bed9dba79f48f61efffaf036cd238", "sha256": "4a9bee2d0b2a7afd819a477ec3ff9afcd6bf27b939166bd3e859d420913d48e5" }, "downloads": -1, "filename": "anora-0.1.2.tar.gz", "has_sig": false, "md5_digest": "052bed9dba79f48f61efffaf036cd238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2329, "upload_time": "2012-07-12T04:26:22", "url": "https://files.pythonhosted.org/packages/bf/b9/bbc513642700dbf0b3bf05e389c9af65b7c0c2d93da40b6b3a03fb72d766/anora-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "052bed9dba79f48f61efffaf036cd238", "sha256": "4a9bee2d0b2a7afd819a477ec3ff9afcd6bf27b939166bd3e859d420913d48e5" }, "downloads": -1, "filename": "anora-0.1.2.tar.gz", "has_sig": false, "md5_digest": "052bed9dba79f48f61efffaf036cd238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2329, "upload_time": "2012-07-12T04:26:22", "url": "https://files.pythonhosted.org/packages/bf/b9/bbc513642700dbf0b3bf05e389c9af65b7c0c2d93da40b6b3a03fb72d766/anora-0.1.2.tar.gz" } ] }