A Python client library for interacting with the FlowMachine API, providing access to aggregated network data analysis queries. Current version 1.34.0, released on 2025-05-09. Requires Python >=3.6. Released approximately every 2-3 months.
pip install flowclientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a FlowMachine API and retrieve available dates.
Always test connectivity with a simple query like get_available_dates() after creating the client.
Always provide a full URL, e.g., 'http://localhost:9090'.
For synchronous behaviour, use client.run_query(query_id) after constructing the query or use the function's sync variant if available.
No dependency data recorded yet.