Official Python wrapper for the EBSCO Discovery Service (EDS) API
Project description
ebscopy
=======
(*/ˈɛbskoʊˌpaɪ/,* not /ˈ*ɛbskɒpiː/*)
The official Python wrapper for the EBSCO Discovery Service API.
Usage
=====
.. code:: python
import ebscopy
connection = ebscopy.Connection(user_id="user", password="pass", profile="profile", org="org", guest="n")
connection.connect()
results = connection.search("blue")
print "Search Results"
print "---------------"
results.pprint()
print "Total Hits:"
print results.stat_total_hits
print "Available Facets:"
print results.avail_facets_labels
connection.disconnect()
Installation
============
- See `INSTALL.md <docs/INSTALL.md>`__
Links
=====
- `EBSCO Discovery <https://www.ebscohost.com/discovery>`__
- `EDS API Console <http://eds-api.ebscohost.com/Console>`__
- `EDS API
Wiki <http://edswiki.ebscohost.com/EBSCO_Discovery_Service_API_User_Guide>`__
Thanks
======
Thanks to: \* `EBSCO Information Services <https://www.ebsco.com/>`__ \*
*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
=======
(*/ˈɛbskoʊˌpaɪ/,* not /ˈ*ɛbskɒpiː/*)
The official Python wrapper for the EBSCO Discovery Service API.
Usage
=====
.. code:: python
import ebscopy
connection = ebscopy.Connection(user_id="user", password="pass", profile="profile", org="org", guest="n")
connection.connect()
results = connection.search("blue")
print "Search Results"
print "---------------"
results.pprint()
print "Total Hits:"
print results.stat_total_hits
print "Available Facets:"
print results.avail_facets_labels
connection.disconnect()
Installation
============
- See `INSTALL.md <docs/INSTALL.md>`__
Links
=====
- `EBSCO Discovery <https://www.ebscohost.com/discovery>`__
- `EDS API Console <http://eds-api.ebscohost.com/Console>`__
- `EDS API
Wiki <http://edswiki.ebscohost.com/EBSCO_Discovery_Service_API_User_Guide>`__
Thanks
======
Thanks to: \* `EBSCO Information Services <https://www.ebsco.com/>`__ \*
*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-0.0.4.dev0.tar.gz
(22.4 kB
view details)
File details
Details for the file ebscopy-0.0.4.dev0.tar.gz.
File metadata
- Download URL: ebscopy-0.0.4.dev0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07b416563017fbfc536111c3c6899ffd2e60fb653a5925dd971de55f59e52891
|
|
| MD5 |
8b2c22bef222f42635f8e41572b11141
|
|
| BLAKE2b-256 |
1922d2a8d16ba5becc2f3a1d13047839459f68b69543f5f1d41b271e9cbb01a1
|