ebsco / ebscopy

The official Python wrapper for the EBSCO Discovery Service API
GNU General Public License v3.0
15 stars 5 forks source link

ebscopy

("EBSCO-PY", not "EBS-COPY")

The official Python wrapper for the EBSCO Discovery Service API.

Usage

from ebscopy import edsapi

session = edsapi.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

Links

Notes

Thanks