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.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63c5e8112f99e812979eecf3708cdcb840b82096a3c74b1d4a352376de50d2b3 |
|
MD5 | 7ad352284d35226309c19675603fe46b |
|
BLAKE2b-256 | 3671d3499be03618704ae042c64c0602813af97beb318300cf9bc952943a6fd4 |
Hashes for backend.ai_common-23.3.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a01dbd387abe2da916b14fe1ca482f1f107aed91930746c45377ea34bfb4a94d |
|
MD5 | f3cf2005067237440a41087cc2ed2547 |
|
BLAKE2b-256 | 4fdb106b0767ba975c69a8edf5c1c391f5cbece6199972810cb62db424be1f5c |