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.5.tar.gz
(7.1 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.5.tar.gz.
File metadata
- Download URL: fmeflowclient-0.1.5.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592fd75cfa14dbe118a238b89927d94f35f1272cde73f75862a4cfeaaf6b1fd2
|
|
| MD5 |
6496873d8b8c29233b4036cb9c5c34b1
|
|
| BLAKE2b-256 |
55d8792f1960da54d8047578732bec9b53317f7c0bd1ee459a67c13d6d809ad3
|
File details
Details for the file fmeflowclient-0.1.5-py3-none-any.whl.
File metadata
- Download URL: fmeflowclient-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.5 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 |
b0bb4b4a64b62c9f0d0bfc91d93a5599eea785251dfcba679360d6d6d5acbb79
|
|
| MD5 |
8b3344ad28792c90e1cee5bafd98996a
|
|
| BLAKE2b-256 |
d66c3fa9e7c6aa1b3d2ca9d94a7d933a2f15e95cee3813293e4accc44196071e
|