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.9.8rc3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9696f15e92d188ea7aefb3c92463d15c11442e0f453dff2f72ce87ab9f5827b1 |
|
MD5 | 5f80042a7a9e7287e9fcba666464088f |
|
BLAKE2b-256 | 822836f44e8a2073e7eacabdbcef7541a2ac879e6ea14c2a363a2b1f8377aa76 |
Hashes for backend.ai_common-23.9.8rc3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bef133c31a1e70471b27358f1bb4d266983917089372dfdfbaeac8b58af7eb32 |
|
MD5 | 1cb8eb2bd7980e7cb0c61bc4dfa60d94 |
|
BLAKE2b-256 | 345e81c2eef1f39658f6fe52163c20e8a3a8d40718d10bd5bc4f4fe0d71e9045 |