Skip to main content

Django application that provides access to the script codes standard ISO 15924.

Project description

=============================
Django Script Codes (ISO 15924)
=============================

.. image:: https://badge.fury.io/py/django-script-codes.svg
:target: https://badge.fury.io/py/django-script-codes

.. image:: https://travis-ci.org/kingsdigitallab/django-script-codes.svg?branch=master
:target: https://travis-ci.org/kingsdigitallab/django-script-codes

.. image:: https://codecov.io/gh/kingsdigitallab/django-script-codes/branch/master/graph/badge.svg
:target: https://codecov.io/gh/kingsdigitallab/django-script-codes

Application providing access to the script codes standard ISO 15924.

Documentation
-------------

The full documentation is at https://django-script-codes.readthedocs.io.

Quickstart
----------

Install Django Script Codes (ISO 15924)::

pip install django-script-codes

Add it to your `INSTALLED_APPS`:

.. code-block:: python

INSTALLED_APPS = (
...
'script_codes.apps.ScriptCodesConfig',
...
)

To reference Script Codes in your models:

.. code-block:: python

from django.db import models
from script_codes.models import Script


class MyModel(models.Model):
...
script = models.ForeignKey(Script, on_delete=models.CASCADE)
...
]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits
-------

Tools used in rendering this package:

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.0 (2018-11-02)
++++++++++++++++++

* First release on PyPI.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-script-codes-0.3.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

django_script_codes-0.3.0-py2.py3-none-any.whl (6.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-script-codes-0.3.0.tar.gz.

File metadata

  • Download URL: django-script-codes-0.3.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for django-script-codes-0.3.0.tar.gz
Algorithm Hash digest
SHA256 66bdef7ff745641b0abc78db7faf5627c44aa1fdda18a078cb5f9d3a80fec4cd
MD5 47e87cf7bcc44371b98b0acb9db7881f
BLAKE2b-256 88852604d931ddecb0baded01f51a8c97140311ec6098e292298c66e4c1a2422

See more details on using hashes here.

File details

Details for the file django_script_codes-0.3.0-py2.py3-none-any.whl.

File metadata

  • Download URL: django_script_codes-0.3.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for django_script_codes-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0bcc9b186acb5e8d1069547deb1e237b03c4f0d20865579cb9851dd1211e184f
MD5 21536620675c08c656b52592a757d3d0
BLAKE2b-256 5360bc2f35ea3172c6b7557d6287e061ef2464b7d915ff40bb012979ec56e328

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page