{ "info": { "author": "Nikola Paunovi\u0107", "author_email": "ludi.macow@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nPhonotactic Probability Calculator for Serbian Language\n=====\n\nPhonotactic Probability Calculator is a Django app for calculating phonotactic probabilities in Serbian language.\n\n\nQuick start\n-----------\n\nPREREQUISITES:\n\n- Django 1.10\n- Django \u201cform tools\u201d app\n\n-----------\n\n0. Install prerequisites and the phonotactics app with pip::\n\t\n\tpip install django django-formtools django-phonotactics\n\n\n1. Add prerequisites and \"phonotactics\" app to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'formtools',\n 'phonotactics',\n ]\n\n2. Include the phonotactics URLconf in your project urls.py like this::\n\n url(r'^', include('phonotactics.urls')),\n\n3. Run `python manage.py migrate` to create the phonotactics models.\n\n4. Run `python manage.py loaddata words.json` to load the basic corpus.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.phonotactics.ml/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-phonotactics", "package_url": "https://pypi.org/project/django-phonotactics/", "platform": "", "project_url": "https://pypi.org/project/django-phonotactics/", "project_urls": { "Homepage": "http://www.phonotactics.ml/" }, "release_url": "https://pypi.org/project/django-phonotactics/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A Django app for calculating phonotactic probabilities in Serbian language.", "version": "0.1.2" }, "last_serial": 2349827, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "495776c427b162417f4b5d40fda8f1c6", "sha256": "7a404600f5ef8b64271d2f88d36a90210317189dbf647c3925e9b1d837d7bd85" }, "downloads": -1, "filename": "django-phonotactics-0.1.1.tar.gz", "has_sig": false, "md5_digest": "495776c427b162417f4b5d40fda8f1c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124930, "upload_time": "2016-09-18T14:55:21", "url": "https://files.pythonhosted.org/packages/69/6b/6060cfad4f98bdab05c081e4bc688c224dd224f06fe8fa549c1760b81ad9/django-phonotactics-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2866c1c4f1873a164468d4fb26711efe", "sha256": "a63ca118bef63f1b4b04407128479f8194dcf0169616f7fbabcded65abe189f6" }, "downloads": -1, "filename": "django-phonotactics-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2866c1c4f1873a164468d4fb26711efe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125083, "upload_time": "2016-09-19T01:58:39", "url": "https://files.pythonhosted.org/packages/9e/52/c360bd5bc31fb4123935a0a25ebfcae65045fca6b02b3ecdaa5aab1cfaa5/django-phonotactics-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2866c1c4f1873a164468d4fb26711efe", "sha256": "a63ca118bef63f1b4b04407128479f8194dcf0169616f7fbabcded65abe189f6" }, "downloads": -1, "filename": "django-phonotactics-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2866c1c4f1873a164468d4fb26711efe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125083, "upload_time": "2016-09-19T01:58:39", "url": "https://files.pythonhosted.org/packages/9e/52/c360bd5bc31fb4123935a0a25ebfcae65045fca6b02b3ecdaa5aab1cfaa5/django-phonotactics-0.1.2.tar.gz" } ] }