Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guilledk/py-leap
- Owner: openrepublic
- Created: 2021-12-07T20:40:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T16:34:24.000Z (23 days ago)
- Last Synced: 2025-01-22T17:30:05.131Z (23 days ago)
- Language: Python
- Homepage:
- Size: 824 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wax - py-leap - Python Antelope SDK. (Developer Resources / Languages)
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```