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.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbf096261b74b73d2744e81cb68f717cfdc40419f565627db3f16e58124478fd |
|
MD5 | 27f50bbe49e71d3797919fe716359971 |
|
BLAKE2b-256 | 26de7934e66b94145483aef4fbb53d1970b659c37e3dd83c51bfaadaa995abd7 |
Hashes for backend.ai_common-22.3.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e8e5e3c7265fd71f5254e6b4490f406b2274ca3344f19788898c210c5e52471 |
|
MD5 | 2aadf1b4c8957fc0004387ad0b3c727d |
|
BLAKE2b-256 | afd310e55138d02f36e449461f78cbb184f7891305cf3badf29057f51350cc10 |