Metadata-Version: 2.1
Name: cruise-control-client
Version: 0.2.2
Summary: A Python client for cruise-control
Home-page: https://github.com/linkedin/cruise-control
Author: mgrubent
Author-email: mgrubentrejo@linkedin.com
License: Copyright 2019 LinkedIn Corp. Licensed under the BSD 2-Clause License (the "License"). See License in the project root for license information.
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: requests

`cruise-control-client` is an API-complete Python client for [`cruise-control`](https://github.com/linkedin/cruise-control).

It comes with a command-line interface to the client (`cccli`) (see [README](https://github.com/linkedin/cruise-control/tree/master/docs/wiki/Python%20Client)).

`cruise-control-client` can also be used in Python applications needing programmatic access to `cruise-control`.

