Skip to main content

SDK to use ONAP Programatically

Project description

Python ONAP SDK

an SDK to use ONAP programmatically with Python code

Maintainability Code Coverage Documentation Status

Custom settings

It's possible to use custom settings to overwrite custom values or add new one to onapsdk.configuration.settings module. Pass the path to your settings module as an environment variable ONAP_PYTHON_SDK_SETTINGS. If your file structure looks:

module
|
|-- my_settings.py
|
|-- my_awesome_script.py

you can just call:

ONAP_PYTHON_SDK_SETTINGS=my_settings my_awesome_script.py

and then all uppercase attributes from my_settings.py will be available in onapsdk.configuration.settings module.

[~ Dependencies scanned by PyUp.io ~]

Python ONAP SDK Changelog

v1.0

Documentation

Main new features:

  • Onboard a simple service via SDC
  • Instantiate a simple service via SO using GR API
  • Instantiate a simple service via NBI
  • create business objects in AAI

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onapsdk-1.0.0.tar.gz (52.9 kB view hashes)

Uploaded Source

Built Distribution

onapsdk-1.0.0-py3-none-any.whl (98.3 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