Skip to content

OptimalBI/magnumbi-dispatch-python-development

Repository files navigation

Python - MagnumBI Dispatch Client Development Repository.

MagnumBI Dispatch manages microservice communication and interaction simply.
It is easy to develop and integrate with your small to medium sized development teams.
To see more about MagnumBI Dispatch and download the server click here

This is the repository for developing the python client library.
If you just wish to use the client library see this repository

Requirements

Python 3.3 or greater. Python 2.x not supported.

Getting started

Clone this project and edit magnumbi_depot.DispatchClient to start.
See the example below for more details.

PyPI coming soon!

Examples

import magnumbi_depot

client = magnumbi_depot.DispatchClient(
    uri='127.0.0.1',
    port=6883,
    access_key='test',
    secret_key='token',
    ssl_verify=False
)

status_result = client.check_status() # Will return True if connection to the server functioned correctly.

About

The development project for the python library for MagnumBI Dispatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages