Skip to content
Snippets Groups Projects
Commit 30be9d31 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test file"

parent ab415ef5
Branches
Tags
No related merge requests found
Pipeline #59460 failed
# generated by `pip freeze`
aiohappyeyeballs==2.4.3
aiohttp==3.11.8
staty==1.2.4
aiosignal==1.3.1
arcp==0.2.1
arrow==1.3.0
......
"""
module description
"""
from importlib import resources
from caoscrawler.validator import load_json_schema_from_datamodel_yaml, validate
ruqad_crawler_settings = resources.files('ruqad').joinpath('resources/crawler-settings')
datamodel_yaml_file = ruqad_crawler_settings.joinpath('datamodel.yaml')
schemas = load_json_schema_from_datamodel_yaml(datamodel_yaml_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment