mango-v4-service/py
microwavedcola1 bb8592116c update docs
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
2021-09-23 22:42:56 +02:00
..
mango_service_v3_py fix from fdbk 2021-09-18 19:35:04 +02:00
README.md update docs 2021-09-23 22:42:56 +02:00
example1_basic.py rename for consistency 2021-09-17 21:53:01 +02:00
example2_set_stink_bids.py rename for consistency 2021-09-17 21:53:01 +02:00
example3_market_maker.py rename for consistency 2021-09-17 21:53:01 +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