Skip to main content

Python bindings for accessing OSIDB API

Project description

osidb-bindings

A client library for accessing OSIDB API

Installation

pip install osidb_bindings

Usage

import osidb_bindings

# Basic auth
osidb_session = osidb_bindings.new_session(osidb_server_uri="http://localhost:8000/", username="username", password="password")

or

# Default kerberos auth
osidb_session = osidb_bindings.new_session(osidb_server_uri="http://localhost:8000/")
# Get status
osidb_session.status()

# Retrieve flaw
flaw = osidb_session.flaws.retrieve(id="CVE-1111-2222")

# Fields can be accessed directly via attributes
flaw.summary
flaw.impact

# or the flaw can be converted into dict
flaw_dict = flaw.to_dict()
flaw_dict["summary"]
flaw_dict["impact"]

# Retrieving multiple flaws
all_flaws = osidb_session.flaw.retrieve_list()

# All query params listed in OpenAPI schema can be passed as well
filtered_flaws = osidb_session.flaws.retrieve_list(impact="IMPORTANT", tracker_ids=["111111", "222222"])

# number of results
filtered_flaws.count

# list with the results
filtered_flaws.results

For more details read tutorial

For development details read developer guide

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

osidb_bindings-4.8.1.tar.gz (184.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

osidb_bindings-4.8.1-py3-none-any.whl (496.9 kB view details)

Uploaded Python 3

File details

Details for the file osidb_bindings-4.8.1.tar.gz.

File metadata

  • Download URL: osidb_bindings-4.8.1.tar.gz
  • Upload date:
  • Size: 184.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for osidb_bindings-4.8.1.tar.gz
Algorithm Hash digest
SHA256 13fd2d5eb70839e515c17614f95a64f0d33e04036812bffd28bf24d6196b6634
MD5 cd94815bf85b4f4449472a176e30a016
BLAKE2b-256 8d8f90f253058f23c07093c802a6b3dbe9dba3cf8ae4b286a1e5efd238cf0e0c

See more details on using hashes here.

File details

Details for the file osidb_bindings-4.8.1-py3-none-any.whl.

File metadata

  • Download URL: osidb_bindings-4.8.1-py3-none-any.whl
  • Upload date:
  • Size: 496.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for osidb_bindings-4.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b98ee1da34041780239aefe9a6cde404f71006700d1d144d328b6f0d412e5fed
MD5 11c7844b250d6215ec08d2fe08e71519
BLAKE2b-256 9733b69407c1448adef7c2edb834b3ca97c8aa5cb091a837d9b0098e9705b438

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page