Skip to main content

Connector library for SDLon webservices

Project description

SDConnector

Connector library for SDLon webservices

Usage

Install into your project using pip:

pip install os2mo-sd-connector

Then import it inside a Python file:

import asyncio
from os2mo_sd_connector import SDConnector

async def print_org():
    sd_connector = SDConnector("BZ", "username", "password")
    organization = await sd_connector.getOrganization()
    print(organization)

asyncio.run(print_org())

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

os2mo-sd-connector-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

os2mo_sd_connector-0.0.2-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

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