keds (1.2.21)

Published 2026-02-24 14:10:38 +00:00 by atheaadmin

Installation

pip install --index-url  keds

About this package

keds

KEDS

KEDS library for Jupyter notebook.

Compatibility

KEDS packages are available on Nexus ATHEA

KEDS version Python version
1.0.x >=3.8 and < 3.10
1.1.x >=3.10
1.2.x >=3.12

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -U pip wheel setuptools build twine

Development

pip install -e .

Build

source .venv/bin/activate
python -m build . # python3.12 -m build .
pip install dist/keds-*.tar.gz

Test

#python 3.12
curl https://pyenv.run | bash
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
source ~/.zshrc
pyenv install 3.12.3
# install lib
pyenv virtualenv 3.12.3 keds-312
pyenv activate keds-312
pip install -U pip setuptools
pip install -e .
# start project
python test.py
# modifie test.py to adapt env variable if you're not using a devctr env with edsmock activated

Requirements

Requires Python: >=3.12
Details
PyPI
2026-02-24 14:10:38 +00:00
0
7.7 KiB
Assets (1)
Versions (1) View all
1.2.21 2026-02-24