CLEOS
http api & docker based automated end-to-end tests with pytest
Requirements:
git
python
>=3.9uv
-> https://docs.astral.sh/uv/
git clone https://github.com/guilledk/py-leap.git
cd py-leap
# setup env
uv venv --python 3.12
# install deps
uv sync
# run test
uv run pytest tests/test_libre_dex.py