Versions

Description

Sickle: An OAI Client Library for Python ======================================== Sickle is an OAI-PMH client library written in Python:: >>> sickle = Sickle('http://elis.da.ulcc.ac.uk/cgi/oai2') >>> records = sickle.ListRecords(metadataPrefix='oai_dc') Most importantly, Sickle lets you conveniently iterate through resumption batches without having to deal with ``resumptionTokens`` yourself:: >>> records.next() <Record ...> Dependencies ============ * `requests <http://docs.python-requests.org/en/latest/>`_ * `lxml <http://lxml.de/>`_

Repository

https://github.com/mloesch/sickle

Project Slug

sickle

Last Built

3 years, 11 months ago passed

Maintainers

Home Page

https://github.com/mloesch/sickle

Badge

Tags

harvester, oai-pmh, xml

Short URLs

sickle.readthedocs.io
sickle.rtfd.io

Default Version

latest

'latest' Version

master