Skip to main content

A Python client for interacting with FME Flow via its REST API

Project description

fmeflowclient

fmeflowclient is a simple Python 3.x library for communicating with an FME Flow server using its rest API.

Install fmeflowclient

fmeflowclient is available on PyPI:

$ python -m pip install fmeflowclient

fmeflowclient is currently develop on Python 3.11.

Sample usage

Get all workspace owners

from fmeflowclient import FMEFlowClient
fmecli = FMEFlowClient("https://fmeflow-fqdn/", token="FMETOKENHERE")

# Get a list of dictionaries of all workspaces
workspaces = fmecli.list_all_workspaces()

# Create a set of workspace owners
workspace_owners = {ws["userName"] for ws in workspaces}

print(workspace_owners)

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

fmeflowclient-0.1.4.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

fmeflowclient-0.1.4-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file fmeflowclient-0.1.4.tar.gz.

File metadata

  • Download URL: fmeflowclient-0.1.4.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for fmeflowclient-0.1.4.tar.gz
Algorithm Hash digest
SHA256 3d41b3387d7fd9fcc37066db2ca3b7a1f6008b69c3403007026657a4e5f9c32c
MD5 5232f7c91b00e5335725234b608d7973
BLAKE2b-256 3019d727210c0ff4762b6c1bc93571ecef31127805412311baeea045e4ab8680

See more details on using hashes here.

File details

Details for the file fmeflowclient-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: fmeflowclient-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for fmeflowclient-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e26738cef85d35f2b620eb6df8771a580836388cac83cf360ef84549f2190d13
MD5 2be39d9e7a4d666b83039a14684fa63f
BLAKE2b-256 cd25e943d80cf51b73a7195aa48a223a2fc80802e63ee1b6b07f10d3d735c149

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