Skip to main content

Python Radware SDK

Project description

Introduction

This project implements common SDK functions for Radware device SDK packages. it defines interfaces for interacting with device management & configuration planes. the package is intended to be independently reusable in any device project in Python. right now it offers REST interface for communication, but additional can be added as needed

each implementing device SDK inherit a ConfigurationManager module that offer configuration staging engine, dry run , differential update , write on change and config diff (via the abstraction defined by the model)

the SDK is support Python >3.6

further details & doc will be added later

Installation

pip install radware-sdk-common

Design Principles

  • Define the Interfaces for beans, configurators, management

  • Define device connections API

  • Provide the Backend driver for communication: currently supports REST

  • Define the abstraction base structure and interface

  • Exceptions

  • Translate enums: developer/user can work with string/values/enum

  • It is actually taking care of configuring the device and also provide a Configuration Manager with staging capability:

    • Diff before and after: at the abstraction level
    • Dry run: go down to the lowest code point, right before submitting the REST call.
    • Dry run reports of duplicate entries (Differential=False)
    • Normalizes result for diff: handle order mismatch, necessary for abstract compare (server1 == real2)
    • Differential update: appended changes only, ignore attributes equal to existing. useful to prevent conflict result in error (call/apply), prevent redundant write
    • Write on change: Executes Alteon write calls only when an actual change has been evaluated. Prevent false apply due to internal index change
    • Translate result

Authors

common SDK was created by Leon Meguira

Copyright

Copyright 2019 Radware LTD

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and

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

radware-sdk-common-0.4b27.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

radware_sdk_common-0.4b27-py2.py3-none-any.whl (23.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file radware-sdk-common-0.4b27.tar.gz.

File metadata

  • Download URL: radware-sdk-common-0.4b27.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for radware-sdk-common-0.4b27.tar.gz
Algorithm Hash digest
SHA256 33ab47da3509dbe674cf4dbf9b388444687fb50fb16da965fb41a5055392d2b2
MD5 ce6d2c8d292b0403b21542a65ad4a5eb
BLAKE2b-256 75ac13724aa94843126693c47afe20ebdc119f5908aac264eb4527e71293cb0f

See more details on using hashes here.

File details

Details for the file radware_sdk_common-0.4b27-py2.py3-none-any.whl.

File metadata

  • Download URL: radware_sdk_common-0.4b27-py2.py3-none-any.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for radware_sdk_common-0.4b27-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6d60fa35d7ad8ca92af0c515ecc8fb9af56a0e8fe4060af61a7d87830c63b20b
MD5 ce01d1ea8008a40d9288e6f9b1f1750e
BLAKE2b-256 6672616fdabdbad1867dbb0ed9fd77fef619880461ade36944f357173cfd51f9

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