Skip to main content

Django app supporting EAD3 data import, editing, and XML serialisation.

Project description

https://badge.fury.io/py/autharch-base.svg https://travis-ci.org/kingsdigitallab/autharch-base.svg?branch=master https://codecov.io/gh/kingsdigitallab/autharch-base/branch/master/graph/badge.svg

Django app supporting EAD3 data import, editing, and XML serialisation.

Documentation

The full documentation is at https://autharch-base.readthedocs.io.

Quickstart

Install EAD and EAC-CPF Django Package:

pip install autharch-base

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'ead.apps.EADConfig',
    ...
)

Add EAD and EAC-CPF Django Package’s URL patterns:

from ead import urls as ead_urls


urlpatterns = [
    ...
    url(r'^', include(ead_urls)),
    ...
]

Features

  • Models for almost all of EAD3 (dsc and @entityref unsupported).

  • Import script for EAD3 XML.

  • Serialisation to EAD3 XML.

Running Tests

Does the code actually work?

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

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.4.0 (2020-11-23)

  • Corrected bugs in validators.

  • Updated models to properly mark some fields as optional.

  • Added model validation to XML import script.

0.3.1 (2020-11-16)

  • No changes; clean rebuild for PyPI.

0.3.0 (2020-11-16)

  • Added django-reversion support.

  • Corrected some model and import bugs. Unfortunately caused problems with Django migrations, and these have been reset.

0.2.0 (2020-10-20)

  • Added test (and associated code fixes) of round-trip import and serialisation of EAD3 XML.

0.1.2 (2020-10-16)

  • Added XSD files to MANIFEST.in, so that the EAD3 XSD is included in the package.

0.1.1 (2020-10-13)

  • Added dependency on lxml.

0.1.0 (2020-10-09)

  • 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-ead-0.4.0.tar.gz (56.3 kB view hashes)

Uploaded Source

Built Distribution

django_ead-0.4.0-py2.py3-none-any.whl (55.7 kB view hashes)

Uploaded Python 2 Python 3

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