e(BE:L) API client
Project description
e(BE:L) RESTful API Client is a client for the easy usage of API methods provided be an e(BE:L) knowledge server. e(BE:L) is currently in the alpha-testing phase and will be released soon!
Installation
$ pip install ebel_rest
Quick Start
Connect to the database using the credentials.
from ebel_rest import connect, query
# Database settings
server = "https://graphstore.scai.fraunhofer.de"
db_name = "covid"
user = "guest"
password = "guest"
print_url = True
# Connect to database
connect(user, password, server, db_name, print_url)
Start making queries
pubs = statistics.publication_by_year()
pubs.data
Usage
This API interface package is designed to simplify communicating with an e(BE:L) generated knowledge graph. Examples of how to use this package and its methods can be found in Examples notebook.
Disclaimer
The COVID-19 Knowledge Graph is a resource developed in an academic capacity funded by the PHAGO project and thus comes with no warranty or guarantee of maintenance or support.
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
Built Distribution
File details
Details for the file ebel_rest-1.0.25.tar.gz
.
File metadata
- Download URL: ebel_rest-1.0.25.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9ad62262a5886d9371111c5bca8d383c672baad1e07efed2e8bd22ddbffbd25 |
|
MD5 | f8b1d8af9154b30c9e08c41799dfa746 |
|
BLAKE2b-256 | e2be9c6110c1a455bbd4c8b490e9aa29f6756c5adc17216ce3653ce7d618e852 |
File details
Details for the file ebel_rest-1.0.25-py3-none-any.whl
.
File metadata
- Download URL: ebel_rest-1.0.25-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fe8c601b08d35b966046123fe15d38728aced1c2773c99eb3433534e0f5c473 |
|
MD5 | ca72dec27bfa7303b45f6fefbb4878e0 |
|
BLAKE2b-256 | dea4318c31cf34e73968ef6f24221804c2e100bb439140a1856a5d04dc465478 |