Skip to main content

A lightweight OAI client library for Python

Project description

Sickle
~~~~~~

Sickle is a lightweight OAI client library for Python.

Using Sickle
------------

>>> from sickle import Sickle
>>> client = Sickle('http://elis.da.ulcc.ac.uk/cgi/oai2')
>>> records = client.ListRecords(metadataPrefix='oai_dc')

Sickle provides a convenient way for iterating through all records of a repository:

>>> records.next()
<Record ...>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sickle-0.2.tar.gz (103.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page