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.1.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distributions

django_script_codes-0.1.0-py3.5.egg (8.3 kB view details)

Uploaded Source

django_script_codes-0.1.0-py2.py3-none-any.whl (5.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-script-codes-0.1.0.tar.gz
  • Upload date:
  • Size: 6.1 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.1.0.tar.gz
Algorithm Hash digest
SHA256 10b8e38fa898b6e21bc8a4f9a0e90281bc75d01287df4c09daddde9962eb9f62
MD5 f3d04d5fe778fba0dd71136bd22516a1
BLAKE2b-256 7b442d6840946700d8dfeab5ab9e7fd618751583963079e1a71e91a0e49ed7a6

See more details on using hashes here.

File details

Details for the file django_script_codes-0.1.0-py3.5.egg.

File metadata

  • Download URL: django_script_codes-0.1.0-py3.5.egg
  • Upload date:
  • Size: 8.3 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.1.0-py3.5.egg
Algorithm Hash digest
SHA256 d08f42531746841be8f07e9a3da7ec1c9c0dee519d1af04020a0ab4bad1dda5b
MD5 d5bcc30d3dfd5990f4f04725cdd88ac7
BLAKE2b-256 31019ad5eed2be78d6e72fd2a7bda3d598efaade4c6865e14996abdac09d5340

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_script_codes-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.8 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.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a8c12b6e462abbcdabfcb0e3587110d537a6ce261a6fecd9597b3104a4ecc63
MD5 4fec2dfc825c430e400cdd1099daa08e
BLAKE2b-256 a32751ddf321557fe2e653ece8ba70a3f2ce6c83ca34ef6cdb2fa708a128ca2a

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