main: Add in some dependency checks

This prevents nasty tracebacks from firing if we can't load paramiko or
zeroconf.

Change-Id: If075ab46af462a18552a6da8ba7ffdfe1f3e7f63
1 file changed
tree: 603ca1a8ff058dd8106b4af5f097fcf093aca905
  1. debian/
  2. man/
  3. mdt/
  4. .gitignore
  5. LICENSE.txt
  6. MANIFEST.in
  7. README.md
  8. setup.py
README.md

MDT - The Mendel Development Tool

What is this?

MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.

It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.

With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.