Skip to main content

REST API Wrappers for various MANOs in compliance with ETSI SOL0005

Project description

Python MANO Wrappers (PMW) is a python wrapper around the REST API calls of various MANOs. It is also a standardisation effort to unify the REST API of various MANOs by enforcing the ETSI SOL005 standard on API calls. This project is developed as part of the project group SCrAMbLE at the University of Paderborn for the 5G-PICTURE project.

Documentation is available here - ReadtheDocs.

Example usage:

import wrappers

username = "admin"
password = "admin"
mano = "osm"
# mano = "sonata"
host = "manosonatademo.com"

if mano == "osm":
    _client = wrappers.OSMClient.Auth(host)
elif mano == "sonata":
    _client = wrappers.SONATAClient.Auth(host)

response = _client.auth(
            username=username, password=password)

print(response)

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-mano-wrappers-1.1.1.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

python_mano_wrappers-1.1.1-py3-none-any.whl (48.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