Armada gRPC API python client
Project description
Armada Python Client
The Armada Python client wraps the gRPC services defined in submit.proto
and events.proto
.
It supports the following Armada features:
- submitting, cancelling, and re-prioritising jobs, and
- watching for job events.
Installation
These instructions are intended for end-users. If you wish to develop against armada_client, please see our documentation on contributing
PyPI
The Armada python client is available from armada_client. It can be installed
with pip install armada-client
. Documentation and examples of how to use the python can be found on the
Armada libraries webpage.
Build from Git
Building from Git is a multi-step process unlike many other Python projects. This project extensively uses generated code, which is not committed into the repository.
Before beginning, ensure you have:
- A working docker client, or docker-compatible client available under
docker
. - Network access to fetch docker images and go dependencies.
To generate all needed code, and install the python client:
- From the root of the repository, run
mage buildPython
- Install the client using
pip install client/python
. It's strongly recommended you do this inside a virtualenv.
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 Distributions
Built Distribution
File details
Details for the file armada_client-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: armada_client-0.4.6-py3-none-any.whl
- Upload date:
- Size: 207.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01f99cf545ae221ac9623ebe18da8a9ac7b6cc74ea295414abc1aa10fe36744 |
|
MD5 | 1ba5dcb81b59e7d6c14dfbd345849a5c |
|
BLAKE2b-256 | af30caa4fa845b9a1a04f3cd389e77d44fbbf1bbe1386921735b5275143591ea |