{ "info": { "author": "Greg Brown", "author_email": "greg@gregbrown.co.nz", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "|CircleCI| |codecov| |Latest Version|\n\nDjango-colloquial is an application designed to manage media files and\ntheir associated webvtt transcripts, using a custom tag format to\ncross-link tagged phrases (\"colloquialisms\") in the text. Features:\n\n- Parse existing transcripts for tagged colloquialisms\n- Automatically tag known colloquialisms in untagged transcripts\n- Filter related transcripts by common colloquialisms\n\nRequirements & Installation\n---------------------------\n\nCurrently requires python 2.7 and django 1.10. Wider support coming\nsoon. To install:\n\n::\n\n pip install django-colloquial\n\nThen add to your ``INSTALLED_APPS``:\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'colloquial.colloquialisms',\n 'colloquial.transcripts',\n )\n\n``COLLOQUIAL_TYPES`` defines the different types of colloqiualisms\nsupported and whether or not they may automatically tag:\n\n::\n\n COLLOQUIAL_TYPES = (\n ('idiom', 'Idiom', True),\n ('proper_name', 'Proper Name', False),\n )\n\nTranscript format\n-----------------\n\nTranscripts should be in the `webvtt `__\nformat. Colloquialisms should be tagged using the format\n``colloquialism text`` where ``TYPE`` comes from the\n``COLLOQUIAL_TYPES`` setting. For example:\n\n::\n\n 1\n 00:00:00.092 --> 00:00:10.681\n Ko Hohepa Tipene te kaikorero e whai ake nei.\n He kaumatua no roto o Te R\u0101rawa. I tupu ake i te reo o\n te kainga.\n\nRunning tests\n-------------\n\nUse tox (https://pypi.python.org/pypi/tox):\n\n::\n\n > pip install tox\n > cd path-to/django-colloquial\n > tox\n\n.. |CircleCI| image:: https://circleci.com/gh/TeHikuMedia/django-colloquial.svg?style=svg\n :target: https://circleci.com/gh/TeHikuMedia/django-colloquial\n.. |codecov| image:: https://codecov.io/gh/TeHikuMedia/django-colloquial/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/TeHikuMedia/django-colloquial\n.. |Latest Version| image:: https://img.shields.io/pypi/v/django-colloquial.svg?style=flat\n :target: https://pypi.python.org/pypi/django-colloquial/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-colloquial", "package_url": "https://pypi.org/project/django-colloquial/", "platform": "any", "project_url": "https://pypi.org/project/django-colloquial/", "project_urls": null, "release_url": "https://pypi.org/project/django-colloquial/0.9.2/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.9.2" }, "last_serial": 3163962, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "3b0f44549e1a10cb1655112c1f025f67", "sha256": "cf57afa0f06fc42043018bef3da2f04759733252180f4602da55fd879a9c080d" }, "downloads": -1, "filename": "django-colloquial-0.9.1.tar.gz", "has_sig": false, "md5_digest": "3b0f44549e1a10cb1655112c1f025f67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18367, "upload_time": "2017-08-25T03:55:59", "url": "https://files.pythonhosted.org/packages/01/97/95756e9c65fed6680137c4acab057ebc91260c42399931b8c0f56696b18f/django-colloquial-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "15a3a0b7d17e7a59bee7a23d9e4df5cf", "sha256": "279bf62f11487fbde6df4dd867e78156b17316d60e00d6e4812446a865f7cb35" }, "downloads": -1, "filename": "django-colloquial-0.9.2.tar.gz", "has_sig": false, "md5_digest": "15a3a0b7d17e7a59bee7a23d9e4df5cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18319, "upload_time": "2017-09-10T22:03:29", "url": "https://files.pythonhosted.org/packages/75/2c/b0c0c4de6833e471202964538c399550f16f640fecd8d1f75e967ece5059/django-colloquial-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15a3a0b7d17e7a59bee7a23d9e4df5cf", "sha256": "279bf62f11487fbde6df4dd867e78156b17316d60e00d6e4812446a865f7cb35" }, "downloads": -1, "filename": "django-colloquial-0.9.2.tar.gz", "has_sig": false, "md5_digest": "15a3a0b7d17e7a59bee7a23d9e4df5cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18319, "upload_time": "2017-09-10T22:03:29", "url": "https://files.pythonhosted.org/packages/75/2c/b0c0c4de6833e471202964538c399550f16f640fecd8d1f75e967ece5059/django-colloquial-0.9.2.tar.gz" } ] }