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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d41b3387d7fd9fcc37066db2ca3b7a1f6008b69c3403007026657a4e5f9c32c
|
|
| MD5 |
5232f7c91b00e5335725234b608d7973
|
|
| BLAKE2b-256 |
3019d727210c0ff4762b6c1bc93571ecef31127805412311baeea045e4ab8680
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e26738cef85d35f2b620eb6df8771a580836388cac83cf360ef84549f2190d13
|
|
| MD5 |
2be39d9e7a4d666b83039a14684fa63f
|
|
| BLAKE2b-256 |
cd25e943d80cf51b73a7195aa48a223a2fc80802e63ee1b6b07f10d3d735c149
|