apiiif


License
MIT
Install
pip install apiiif==0.0.6

Documentation

apiiif

PyPI - Version PyPI - Python Version


apiiif is a IIIF Presentation API 3.0 library inspired by the excellent iiif-prezi3 library.

This has been developed primarily for use on CSNTM's upcoming image website and, therefore, has a few requirements that make it more suitable than other solutions:

  • We need a library with comprehensive IDE support.
    • no monkey patching
    • consistent type-hinting
    • No code-gen
  • simple useage
    • currently supports only the creation of IIIF presentation resources
    • does not consume resources
  • uses pydantic for modeling and serialization.

Table of Contents

Installation

pip install apiiif

License

apiiif is distributed under the terms of the MIT license.