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()
- More examples: USAGE.md
- [STRIKEOUT:Complete module documentation]
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ebscopy-0.1.21.tar.gz (40.6 kB) | File type Source | Python version None | Upload date | Hashes View |