python: Fix my broken modules

This retools a bunch of the settings in setup.py and the rest of the python code
to make the python modules sane so that it can be run when actually installed.

Change-Id: Id132381a7c02b97259309ab9e0a4685cace43c2e
15 files changed
tree: b8a0354936d878440733e93124d5d9f055c2cd14
  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.