Skip to main content

SEP Sesam Python API

Project description

sepsesam

SEP Sesam Python API

THIS PROJECT IS NOT ASSOCIATED WITH SEP IN ANY WAY

SEP Homepage: https://www.sep.de/

This library is a wrapper for the v1 and v2 APIs of the SEP Sesam backup solution. See: https://wiki.sep.de/wiki/index.php/4_4_3_Beefalo:Using_SEP_sesam_REST_API

Install over pip with

pip3 install sepsesam

Example:

import pprint
import sepsesam.api

cred = {
    "url": "http://sesam.my.doamin:11401",
    "username": "Administrator",
    "password": "Abcd1234!"
}

data = {}

with sepsesam.api.Api(**cred) as api:
    data = api.location_list()

pprint.pprint(data)

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

sepsesam-0.1.0.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

sepsesam-0.1.0-py3-none-any.whl (8.0 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