Skip to main content

Fusio Python SDK

This is the official Fusio Python SDK, it helps to talk to the Fusio REST API. Fusio is an open source API management system, more information at: https://www.fusio-project.org

Usage

The following example shows how you can get all registered routes at the backend. A working example is also available at: https://github.com/apioo/fusio-sample-python-cli

from sdk.client import Client
from sdkgen import OAuth2, MemoryTokenStore

tokenStore = MemoryTokenStore()
scopes = ["backend"]

credentials = OAuth2(
    "test",
    "FRsNh1zKCXlB",
    "https://demo.fusio-project.org/authorization/token",
    "",
    tokenStore,
    scopes
)

client = Client("https://demo.fusio-project.org", credentials)

print("Operations:")
collection = client.backend().operation().get_all(0, 16, "")

for operation in collection.entry:
    print(" * " + operation.http_method + " " + operation.http_path)

Download files

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

Source Distribution

fusio_sdk-7.0.10.tar.gz (52.5 kB view details)

Uploaded Source

Built Distribution

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

fusio_sdk-7.0.10-py3-none-any.whl (225.9 kB view details)

Uploaded Python 3

File details

Details for the file fusio_sdk-7.0.10.tar.gz.

File metadata

  • Download URL: fusio_sdk-7.0.10.tar.gz
  • Upload date:
  • Size: 52.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fusio_sdk-7.0.10.tar.gz
Algorithm Hash digest
SHA256 492159bcfd9dae0c35a6085d90dd880054ad1de41a4ee70508293639c819a4e8
MD5 0c512eeeb4187b1c224f2842e7bb1c8c
BLAKE2b-256 9df3a1c5fcbffa952203950c1929ff511435da95e2aee674a55dc8c759c4980f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fusio_sdk-7.0.10.tar.gz:

Publisher: sdkgen.yml on apioo/fusio-sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fusio_sdk-7.0.10-py3-none-any.whl.

File metadata

  • Download URL: fusio_sdk-7.0.10-py3-none-any.whl
  • Upload date:
  • Size: 225.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fusio_sdk-7.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 39f440747a99368ebeaa798db61edc6d4130780f752ed3d3c4f19cf02e3379dc
MD5 69f61f49f2b2b7604b3d79087ba035c7
BLAKE2b-256 1b1fee0f3bc6dde1fa2f0de5c42253923f33b667a6b5434f610bd45345809804

See more details on using hashes here.

Provenance

The following attestation bundles were made for fusio_sdk-7.0.10-py3-none-any.whl:

Publisher: sdkgen.yml on apioo/fusio-sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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