Metadata-Version: 2.1
Name: cubicweb-seda
Version: 0.18.1
Summary: Data Exchange Standard for Archival
Home-page: https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-seda
Author: LOGILAB S.A. (Paris, FRANCE)
Author-email: contact@logilab.fr
License: LGPL
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript

Summary
-------

This cube implements the SEDA_ standard for CubicWeb. It has been funded by the
SIAF_ and the `SAEM project`_.

.. _SEDA: https://redirect.francearchives.fr/seda/
.. _SIAF: https://fr.wikipedia.org/wiki/Service_interministériel_des_Archives_de_France
.. _`SAEM project`: http://www.saem.e-bordeaux.org/

Project is hosted at https://www.cubicweb.org/project/cubicweb-seda/ and source
code at https://hg.logilab.org/master/cubes/seda.

To launch the tests::

  python -m tox

To generate the documentation::

  python -m tox -e doc

Part of the code is generated from SEDA 2's XSD schema. If you update the schema
or code generator (on of the `cubicweb_seda/xsd*.py` files), to update the
generated code type::

  python -m tox -e make


