mango-v4-service/py
microwavedcola1 35a5cbf23d update readme
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
2021-09-25 16:09:18 +02:00
..
mango_service_v3_py cancel batching 2021-09-25 13:25:09 +02:00
README.md update docs 2021-09-23 22:42:56 +02:00
example1_basic.py cleanup python examples 2021-09-24 19:25:57 +02:00
example2_set_stink_bids.py update readme 2021-09-25 16:09:18 +02:00
example3_market_maker.py cleanup python examples 2021-09-24 19:25:57 +02:00
poetry.lock Rework 2021-09-17 00:11:09 +02:00
pyproject.toml Rework 2021-09-17 00:11:09 +02:00

README.md

A python3 client with some examples for the mango markets v3 REST Service

Pre-requisites

  • you have poetry installed
  • you have the REST API service from ../mango-service-v3 running locally

How to test examples while developing

  • poetry install
  • poetry shell
  • try out a example python basic.py

Todos

  • add more examples
  • add pre-commit e.g. black, pylint, mypy, reorder-python-imports