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-24.3.7rc2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f802d862360ab28e8246010522e610d2268cf087cfcb9f62598edf3cde930a8 |
|
MD5 | a97c0ff3d170bca6ff55b51d3f64f30e |
|
BLAKE2b-256 | 25bebdb3849585c51ca486857276532e6201e62a204734d32b047572bb3e726a |
Hashes for backend.ai_common-24.3.7rc2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320230218da9308aeb59478ce52a6e0fb56628ab8941b0a98633399eb9e3e065 |
|
MD5 | 803ba48cd8e7874282f2447be32a3ca9 |
|
BLAKE2b-256 | 018f9fc2c60751ffd570b7d9a4404752b2e29586eb30acc0acea3e2e20065a89 |