Skip to main content

Python connector for EDBO based on python-requests

Project description

https://img.shields.io/pypi/v/python-edbo-connector.svg https://img.shields.io/pypi/l/python-edbo-connector.svg https://img.shields.io/pypi/pyversions/python-edbo-connector.svg https://img.shields.io/pypi/wheel/python-edbo-connector.svg https://img.shields.io/pypi/status/python-edbo-connector.svg https://travis-ci.org/EldarAliiev/python-edbo-connector.svg?branch=master https://img.shields.io/github/contributors/EldarAliiev/python-edbo-connector.svg

Python library for work with EDBO

https://github.com/EldarAliiev/python-edbo-connector

Install:

$ git clone https://github.com/EldarAliiev/python-edbo-connector.git
$ cd python-edbo-connector
$ python setup.py install

or with pip:

$ pip install python-edbo-connector

Usage example:

Before usage set some environment variables:

  • EDBO_SERVER

  • EDBO_USER

  • EDBO_PASSWORD

  • EDBO_APPLICATION_KEY

For example create edbo_settings.py:

import os

os.environ['EDBO_SERVER'] = '192.168.180.22'
os.environ['EDBO_USER'] = '<EDBO login>'
os.environ['EDBO_PASSWORD'] = '**********'
os.environ['EDBO_APPLICATION_KEY'] = '<Application key>'

And import it to your application:

import edbo_settings
from edbo_connector import EDBOWebApiClient

client = EDBOWebApiClient()
result = client.get_specialities_list()
print(result)

For disable debug output change ECHO_ON environment variable to False. Full list of settings parameters you can find in edbo_connector/config.py.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-edbo-connector-1.0.4.post13.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page