mio_client

Logo

Moore.io Client

View the Project on GitHub Datum-Technology-Corporation/mio_client

Developer Guide

Implementation

mio is written in Python3 using a mix of Object-Oriented (OO) programming and procedural. The goal is to gradually move to OO as much as possible for optimal Developer API (coming soon) ergonomics.

Building documentation

cd docs
make html
firefox ./_build/html/index.html