Backend.AI commons library
Project description
Backend.AI Commons
Common utilities library for Backend.AI
Installation
$ pip install backend.ai-common
For development
$ pip install -U pip setuptools
$ pip install -U -r requirements/dev.txt
Running test suite
$ python -m pytest
With the default halfstack setup, you may need to set the environment variable BACKEND_ETCD_ADDR
to specify the non-standard etcd service port (e.g., localhost:8110
).
The tests for common.redis
module requires availability of local TCP ports 16379, 16380, 16381,
26379, 26380, and 26381 to launch a temporary Redis sentinel cluster via docker compose
.
In macOS, they require a local redis-server
executable to be installed, preferably via brew
,
because docker compose
in macOS does not support host-mode networking and Redis cannot be
configured to use different self IP addresses to announce to the cluster nodes and clients.
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
Built Distribution
Hashes for backend.ai-common-23.3.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2884f11811ebdaea2cbd2dd3935318f6b4b2c205cda90f0da051667ce3784a0a |
|
MD5 | ad345e442fa558abbfaef08bedfec91c |
|
BLAKE2b-256 | 16957f646b49d38a09a6a3bf4eeca92d8b3636208a3424a8a62ba166f0792a87 |
Hashes for backend.ai_common-23.3.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9473a420bc342a84440c9968ac981726a7bd40cebe1052dd7e72b75810f211c5 |
|
MD5 | ddd2ef4cddc8926de0917445f41c25cb |
|
BLAKE2b-256 | 8260de55df676cce23ab055c518169d9dec49f0799e80db8eef62231d9fdf7a0 |