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.3.0b5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75624bce16621f9a5e9314240153b6db7300cdbb9bdddc460b7ae9b90e3b5b45 |
|
MD5 | dbbe97691ea764c3a123f906edfa965e |
|
BLAKE2b-256 | f7b9b1c7d15aa39d1f968079247d74f31ef97dbdfeba20e5e6c9b2f1750d22af |
Hashes for backend.ai_common-22.3.0b5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e46f028024f2fe2db8b940298676fc337fb613e10f32c7583c6d4935305b2895 |
|
MD5 | f7db1e3f2e7ce04df18b53865b90c6c5 |
|
BLAKE2b-256 | 60329e6bb38d2a11d1a7a9984e7089e2c1e52db3f697a16a29ba3cecc609c155 |