This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import json | |
| import yaml | |
| import logging | |
| import os | |
| import sys | |
| import re | |
| import argparse | |
| import pathlib | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"@context":"http://iiif.io/api/presentation/2.1/context.json", | |
| "@type":"sc:Manifest", | |
| "@id":"http://localhost:1313/post/1x1-des-tapezierens/", | |
| "viewingDirection":"left-to-right", | |
| "viewingHint":"paged", | |
| "label":"1x1 des Tapezierens - Versuch's mal selber","sequences":[ | |
| { | |
| "@id":"http://localhost:1313/post/1x1-des-tapezierens/sequence/normal", | |
| "@type":"sc:Sequence", |