Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 210 Bytes

arxiv_oaipmh

handles requests to the OAI PMH service

run locally

install dependencies: poetry install

run: python main.py Then check the app is running with http://localhost:8080/oai

tests:

pytest tests