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.22.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be38ea2610b6095b89f40701aaf4da93ab0146bebe14bdb27322fcaa2271994 |
|
MD5 | 0d500a3b59a85832c4352b79be075a50 |
|
BLAKE2b-256 | 3dae2b98fd3aa03601ae4829b721c29d0769ba115f079eead62e0415a383b6bc |
Hashes for backend.ai_common-22.9.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e2b237904b20107540221b5f1469db4bce3096267fc3a8fb447750f53c6ca16 |
|
MD5 | b4254d448e0a4e265ea36691187304c0 |
|
BLAKE2b-256 | 93453440cec1965e644911157de8e1c9f699958865050ce6cffa94c378eacdc9 |