mio_cli_client

Logo

Moore.io Command Line Interface (CLI) Client

View the Project on GitHub Datum-Technology-Corporation/mio_cli_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.

TODO Describe ‘architecture’ and implementation details here, including shortcomings.

Testing

Currently, there is only end-to-end (e2e) testing using bash for the CLI.

Script Name Description
   

TODO Describe all end-to-end tests

Building documentation

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