{ "info": { "author": "Mike Hansen", "author_email": "mike@rover.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\nA small library which adds \"translate\" and \"blocktranslate\"\ntemplate tags and modifies makemessages to work with them.\n\n* Free software: BSD 3-Clause License\n\nInstallation\n============\n\n::\n\n pip install django-translation-aliases\n\nAdd `django_translation_aliases` to your `INSTALLED_APPS`::\n\n INSTALLED_APPS = (\n ...\n 'django_translation_aliases',\n )\n\nThis will add the `translate` and `blocktranslate` template tags to\nthe `i18n` library so that you can use them in your templates::\n\n {% load i18n %}\n {% translate \"This message\" %}\n {% blocktranslate trimmer %}\n Another message\n {% endblocktranslate %}\n\n\nDocumentation\n=============\n\n\nhttps://django-translation-aliases.readthedocs.io/\n\n\nDevelopment\n===========\n\nTo run the all tests run::\n\n tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n :widths: 10 90\n :stub-columns: 1\n\n - - Windows\n - ::\n\n set PYTEST_ADDOPTS=--cov-append\n tox\n\n - - Other\n - ::\n\n PYTEST_ADDOPTS=--cov-append tox\n\n\nChangelog\n=========\n\n0.0.0 (2019-06-22)\n------------------\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roverdotcom/django-translation-aliases", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "django-translation-aliases", "package_url": "https://pypi.org/project/django-translation-aliases/", "platform": "", "project_url": "https://pypi.org/project/django-translation-aliases/", "project_urls": { "Changelog": "https://django-translation-aliases.readthedocs.io/en/latest/changelog.html", "Documentation": "https://django-translation-aliases.readthedocs.io/", "Homepage": "https://github.com/roverdotcom/django-translation-aliases", "Issue Tracker": "https://github.com/roverdotcom/django-translation-aliases/issues" }, "release_url": "https://pypi.org/project/django-translation-aliases/0.1.0/", "requires_dist": null, "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "A small library which adds \"translate\" and \"blocktranslate\" templatetags as and modified makemessages to work with them.", "version": "0.1.0" }, "last_serial": 5439223, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f3a928a81ebc98a23f705ee3f5ef7ff2", "sha256": "e981fe363ad130fc4c7e22f7718b553059fb781bccd6d143a97d44a50be826da" }, "downloads": -1, "filename": "django-translation-aliases-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f3a928a81ebc98a23f705ee3f5ef7ff2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 26350, "upload_time": "2019-06-24T06:52:26", "url": "https://files.pythonhosted.org/packages/7e/1b/1eb7b457e08147a8711bf91f92628e85813f45ea978537944a25351b3d7d/django-translation-aliases-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3a928a81ebc98a23f705ee3f5ef7ff2", "sha256": "e981fe363ad130fc4c7e22f7718b553059fb781bccd6d143a97d44a50be826da" }, "downloads": -1, "filename": "django-translation-aliases-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f3a928a81ebc98a23f705ee3f5ef7ff2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 26350, "upload_time": "2019-06-24T06:52:26", "url": "https://files.pythonhosted.org/packages/7e/1b/1eb7b457e08147a8711bf91f92628e85813f45ea978537944a25351b3d7d/django-translation-aliases-0.1.0.tar.gz" } ] }