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.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fb9fec033864d35eae1780dd8959e6a009e86617df4eecdbad2d697c6c72d5d |
|
MD5 | 6db8aaa351c20277a5df352b29bf0464 |
|
BLAKE2b-256 | 87de4bc49bffefee0cc09e935c1acb7247efcc666d7fadb0d21cee16142a0131 |
Hashes for backend.ai_common-23.9.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f037ccbc0ee715a0604be247d21235f80dace386dd681f1b23c106f74d6054b7 |
|
MD5 | 90e25ea563c62601cb335ef4db4e663f |
|
BLAKE2b-256 | 228140a84c9fbce9389572341863521b8c2f7e5d76713463fa39813c69a7717f |