Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guilledk/py-leap

Python Antelope SDK
https://github.com/guilledk/py-leap

Last synced: 11 days ago
JSON representation

Python Antelope SDK

Awesome Lists containing this project

README

        

# `py-leap`

### Python Antelope Framework

`CLEOS` http api & docker based automated end-to-end tests with `pytest`

### Quickstart

Requirements:

- `git`
- `python` >=3.9
- `uv` -> 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

```