Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrepublic/py-leap
Python Antelope SDK
https://github.com/openrepublic/py-leap
Last synced: 28 days ago
JSON representation
Python Antelope SDK
- Host: GitHub
- URL: https://github.com/openrepublic/py-leap
- Owner: openrepublic
- Created: 2021-12-07T20:40:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T13:40:01.000Z (2 months ago)
- Last Synced: 2024-12-16T23:02:40.495Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 723 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
- `poetry` -> https://python-poetry.org/```
git clone https://github.com/guilledk/py-leap.git -b v0.1a27
cd py-leap
poetry install --with=dev --with=snaps
poetry shell
pytest tests/test_libre_dex.py
```