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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-script-codes-0.2.0.tar.gz
.
File metadata
- Download URL: django-script-codes-0.2.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16dec4e0b8436a25514938d173ab504198df30bad0d045d4060ba25c9f4bf66d |
|
MD5 | 7c4841febf41f4ff234cccdc502beb68 |
|
BLAKE2b-256 | 01048f9c27597b36491190a01ddc7d24e46b083874828e0a51c8b1044bb106ab |
File details
Details for the file django_script_codes-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_script_codes-0.2.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56268d903791c358da573f9edf68180b140716a12e8b554d2b7a9e0f0b8505c6 |
|
MD5 | adc9c2bba92b0f6667b4a84eb4da3b79 |
|
BLAKE2b-256 | 221a62245c9aaf2a7b82bfce9f9c8d1e6c989e70bb58d87715a4c9d28210292e |