Official Python wrapper for the EBSCO Discovery Service (EDS) API
Project description
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()
- More examples: USAGE.md
Complete module documentation
Installation
pip install ebscopy
- More info: INSTALL.md
- PYPI Page
Links
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.
Source Distribution
ebscopy-1.0.0.tar.gz
(45.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ebscopy-1.0.0-py3-none-any.whl
(51.0 kB
view details)
File details
Details for the file ebscopy-1.0.0.tar.gz.
File metadata
- Download URL: ebscopy-1.0.0.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11b2f9053b1b79e157a1d8e09846feb34dd01dbf89678351e6c811d3be3cafd7
|
|
| MD5 |
3cde5671e7cb81c6e561f108d7ac0359
|
|
| BLAKE2b-256 |
1b92c83d248a6dbfc75c5b2f657e70cae185a6b3169cfa614fc01d9de8d314b3
|
File details
Details for the file ebscopy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ebscopy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 51.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee96af7a7ee6963859bc618eb0c019b10c5391ba19f66d714d79271ea3920c3a
|
|
| MD5 |
1df7869300dce13b3ee55c54d6d15c19
|
|
| BLAKE2b-256 |
a59cbb31355e2b248c4cf83b7ddcbf0f51d40716916f9eba4bad088b800fe159
|