Skip to main content

Python bindings for accessing OSIDB API

Project description

osidb-bindings

A client library for accessing OSIDB API

Requirements

  • gcc
  • krb5-devel
  • pip
  • python3
  • python3-devel

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.title
flaw.impact

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

# Retrieving multiple flaws
all_flaws = osidb_session.flaws.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.14.0.tar.gz (202.6 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.14.0-py3-none-any.whl (583.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for osidb_bindings-4.14.0.tar.gz
Algorithm Hash digest
SHA256 e5a031e6a012391441f87b2c4a0a17c35d50dad6d167dfe5725ae1f90acd7a41
MD5 532c764872c716bebbd15c63b4a98183
BLAKE2b-256 e319688227b13539499d585cebcc20b757cc6f3b1ab44dfa66c2d9964889492e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for osidb_bindings-4.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aaa377ab7d5ba03a255c7476e3d28d6b32f8f7bb01d977edbb9d66d1006bd18e
MD5 ae620f4001b6fdd0aa41c7ea2f731dfd
BLAKE2b-256 02b8ea5f9046f707dd01ab16b92e3662c1544d1f37fbac726e7a49dba63b0b9b

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