{ "info": { "author": "Miguel Vieira", "author_email": "jmvieira@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=============================\nDjango Script Codes (ISO 15924)\n=============================\n\n.. image:: https://badge.fury.io/py/django-script-codes.svg\n :target: https://badge.fury.io/py/django-script-codes\n\n.. image:: https://travis-ci.org/kingsdigitallab/django-script-codes.svg?branch=master\n :target: https://travis-ci.org/kingsdigitallab/django-script-codes\n\n.. image:: https://codecov.io/gh/kingsdigitallab/django-script-codes/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/kingsdigitallab/django-script-codes\n\nApplication providing access to the script codes standard ISO 15924.\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-script-codes.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Script Codes (ISO 15924)::\n\n pip install django-script-codes\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'script_codes.apps.ScriptCodesConfig',\n ...\n )\n\nTo reference Script Codes in your models:\n\n.. code-block:: python\n\n from django.db import models\n from script_codes.models import Script\n\n\n class MyModel(models.Model):\n ...\n script = models.ForeignKey(Script, on_delete=models.CASCADE)\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-11-02)\n++++++++++++++++++\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kingsdigitallab/django-script-codes", "keywords": "django-script-codes", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-script-codes", "package_url": "https://pypi.org/project/django-script-codes/", "platform": "", "project_url": "https://pypi.org/project/django-script-codes/", "project_urls": { "Homepage": "https://github.com/kingsdigitallab/django-script-codes" }, "release_url": "https://pypi.org/project/django-script-codes/0.3.0/", "requires_dist": [ "django-model-utils (>=2.0)", "pycountry" ], "requires_python": "", "summary": "Django application that provides access to the script codes standard ISO 15924.", "version": "0.3.0" }, "last_serial": 4988090, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4fec2dfc825c430e400cdd1099daa08e", "sha256": "4a8c12b6e462abbcdabfcb0e3587110d537a6ce261a6fecd9597b3104a4ecc63" }, "downloads": -1, "filename": "django_script_codes-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4fec2dfc825c430e400cdd1099daa08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5783, "upload_time": "2018-11-02T14:17:53", "url": "https://files.pythonhosted.org/packages/a3/27/51ddf321557fe2e653ece8ba70a3f2ce6c83ca34ef6cdb2fa708a128ca2a/django_script_codes-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d5bcc30d3dfd5990f4f04725cdd88ac7", "sha256": "d08f42531746841be8f07e9a3da7ec1c9c0dee519d1af04020a0ab4bad1dda5b" }, "downloads": -1, "filename": "django_script_codes-0.1.0-py3.5.egg", "has_sig": false, "md5_digest": "d5bcc30d3dfd5990f4f04725cdd88ac7", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 8348, "upload_time": "2018-11-02T14:17:56", "url": "https://files.pythonhosted.org/packages/31/01/9ad5eed2be78d6e72fd2a7bda3d598efaade4c6865e14996abdac09d5340/django_script_codes-0.1.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "f3d04d5fe778fba0dd71136bd22516a1", "sha256": "10b8e38fa898b6e21bc8a4f9a0e90281bc75d01287df4c09daddde9962eb9f62" }, "downloads": -1, "filename": "django-script-codes-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f3d04d5fe778fba0dd71136bd22516a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6068, "upload_time": "2018-11-02T14:17:55", "url": "https://files.pythonhosted.org/packages/7b/44/2d6840946700d8dfeab5ab9e7fd618751583963079e1a71e91a0e49ed7a6/django-script-codes-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "adc9c2bba92b0f6667b4a84eb4da3b79", "sha256": "56268d903791c358da573f9edf68180b140716a12e8b554d2b7a9e0f0b8505c6" }, "downloads": -1, "filename": "django_script_codes-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "adc9c2bba92b0f6667b4a84eb4da3b79", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5797, "upload_time": "2018-11-06T16:15:51", "url": "https://files.pythonhosted.org/packages/22/1a/62245c9aaf2a7b82bfce9f9c8d1e6c989e70bb58d87715a4c9d28210292e/django_script_codes-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c4841febf41f4ff234cccdc502beb68", "sha256": "16dec4e0b8436a25514938d173ab504198df30bad0d045d4060ba25c9f4bf66d" }, "downloads": -1, "filename": "django-script-codes-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7c4841febf41f4ff234cccdc502beb68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6083, "upload_time": "2018-11-06T16:15:54", "url": "https://files.pythonhosted.org/packages/01/04/8f9c27597b36491190a01ddc7d24e46b083874828e0a51c8b1044bb106ab/django-script-codes-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "21536620675c08c656b52592a757d3d0", "sha256": "0bcc9b186acb5e8d1069547deb1e237b03c4f0d20865579cb9851dd1211e184f" }, "downloads": -1, "filename": "django_script_codes-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21536620675c08c656b52592a757d3d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6265, "upload_time": "2018-11-06T16:22:23", "url": "https://files.pythonhosted.org/packages/53/60/bc2f35ea3172c6b7557d6287e061ef2464b7d915ff40bb012979ec56e328/django_script_codes-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "47e87cf7bcc44371b98b0acb9db7881f", "sha256": "66bdef7ff745641b0abc78db7faf5627c44aa1fdda18a078cb5f9d3a80fec4cd" }, "downloads": -1, "filename": "django-script-codes-0.3.0.tar.gz", "has_sig": false, "md5_digest": "47e87cf7bcc44371b98b0acb9db7881f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6180, "upload_time": "2018-11-06T16:22:25", "url": "https://files.pythonhosted.org/packages/88/85/2604d931ddecb0baded01f51a8c97140311ec6098e292298c66e4c1a2422/django-script-codes-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21536620675c08c656b52592a757d3d0", "sha256": "0bcc9b186acb5e8d1069547deb1e237b03c4f0d20865579cb9851dd1211e184f" }, "downloads": -1, "filename": "django_script_codes-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21536620675c08c656b52592a757d3d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6265, "upload_time": "2018-11-06T16:22:23", "url": "https://files.pythonhosted.org/packages/53/60/bc2f35ea3172c6b7557d6287e061ef2464b7d915ff40bb012979ec56e328/django_script_codes-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "47e87cf7bcc44371b98b0acb9db7881f", "sha256": "66bdef7ff745641b0abc78db7faf5627c44aa1fdda18a078cb5f9d3a80fec4cd" }, "downloads": -1, "filename": "django-script-codes-0.3.0.tar.gz", "has_sig": false, "md5_digest": "47e87cf7bcc44371b98b0acb9db7881f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6180, "upload_time": "2018-11-06T16:22:25", "url": "https://files.pythonhosted.org/packages/88/85/2604d931ddecb0baded01f51a8c97140311ec6098e292298c66e4c1a2422/django-script-codes-0.3.0.tar.gz" } ] }