Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 330 Bytes

File metadata and controls

37 lines (22 loc) · 330 Bytes

Developer version of ck-apstra-api

setup with uv

uv init
uv add ...

run

uv sync
uv run ck-cli
uv run python src/ck_apstra_api/generic_system.py

pytest

build and publish

uv publish was unstable

pip index versions ck-apstra-api
uv build
python -m twine upload dist/*