Skip to main content

SEP Sesam Python API

Project description

[!IMPORTANT]
This project is not associated with SEP in any way

[!NOTE]
Not all API endpoints offered by the SEP Sesam REST API (neither v1 nor v2) are implemented. Some additional, undocumented endpoints are used, which may be not supported by SEP or could even be removed by SEP without any further notice.

sepsesam

SEP Sesam Python API

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

python3 -m pip install sepsesam

Example usage

import pprint
import sepsesam.api

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

data = {}

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

pprint.pprint(data)

Contributing

In case you find and bugs or if you have any extensions, please open an issue / pull request.

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.5.3.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

sepsesam-0.5.3-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file sepsesam-0.5.3.tar.gz.

File metadata

  • Download URL: sepsesam-0.5.3.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for sepsesam-0.5.3.tar.gz
Algorithm Hash digest
SHA256 79eb8e1bcd54d6aae1553e623ed5e9524bc40b804b66a51719a3c347adb80eeb
MD5 1c353be3c7c4b6c26599c536fd956f29
BLAKE2b-256 b7a0d1482948c0ce48b4aae46a7a243804b8896ec73210e45ea0b5a57a204aeb

See more details on using hashes here.

File details

Details for the file sepsesam-0.5.3-py3-none-any.whl.

File metadata

  • Download URL: sepsesam-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for sepsesam-0.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b15225036113b1155726bc53e935431ba15362432bc1378c2b99147f50c309bd
MD5 b05a8bde734e76aaca1e1d30f4ae4435
BLAKE2b-256 7a5867f7a4695129f02a159817c7306a4269ffcc69e033e56d87a72892843656

See more details on using hashes here.

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