mango-v4-service/py/README.md

456 B

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

Pre-requisites

  • you have poetry installed
  • you have the REST API service from ../mango-service-v4 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