Skip to main content

Official Python wrapper for the EBSCO Discovery Service (EDS) API

Project description

ebscopy

(/’ebskOu,pai/, not /’ebskopi:/)

The official Python wrapper for the EBSCO Discovery Service API.

Usage

import ebscopy

session = ebscopy.Session(user_id="user", password="pass", profile="profile", org="org", guest="n")
results = session.search("blue")

print("Total Hits: %s" % results.stat_total_hits)
results.pprint()

session.end()

Installation

pip install ebscopy

Notes

  • I use four-space tabs. Sorry if that offends anyone.

Thanks

  • EBSCO Information Services

  • Dave Edwards - for hiring me

  • Ron Burns - for letting Dave hire me

  • Eric Frierson - for showing me how the API works

  • Nitin Arora - for making the case for a Python EDS API wrapper and writing the original PyEDS

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

ebscopy-0.0.5.tar.gz (24.3 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