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-22.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ea84a6cf43e7336b72e6b16cd4e2b922ea8f7c8d14a10b55ea1f63fd4e1d921 |
|
MD5 | c7568b1df4cb44367b6f6ad208ac891b |
|
BLAKE2b-256 | c6dcc37a6b3f02a0263c6125f972dc6e53a0c8ba2da41415b17214b83d2e106a |