Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 781 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 781 Bytes

Synnax Python Client and CLI

This directory contains the source code for the Synnax Python client library. For practical guides on using it to communicate with a cluster, see the Synnax documentation.

For code examples, see the examples directory.

Installation

The Synnax Python client is available on PyPI. To install it, run:

pip install synnax

Contributing

Read both the Synnax Contribution Guide and the Python Client Contribution Guide to learn about the codebase and our process for working with it.