Conformance
===========
``ocfl-py`` is designed to follow closely the `OCFL v1.1 specification
`_ (which implies also supporting `v1.0
`_).
This includes reporting errors in response to violations of MUST and MUST NOT
requirements in the specification, and warnings in response to not following
SHOULD or SHOULD NOT requirements in the specification (see the
`OCFL v1.1 Conformance
`_ section).
The following is list of error and warning codes implemented but the ``ocfl-py``
package:
.. toctree::
:maxdepth: 1
validation_status
The complete list `OCFL Validation Codes
`_ is provided as part of the
OCFL specifications.
(The validation status table is generated by the ``extract_codes.py`` script
run against the ``ocfl`` module.)