Metadata-Version: 2.0
Name: mendel-development-tool
Version: 1.0
Summary: A command-line tool to manage Mendel Linux embedded systems
Home-page: https://coral.googlesource.com/mdt.git
Author: Mendel Linux Software Team
Author-email: coral-support@google.com
License: Apache 2
Keywords: embedded development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: zeroconf (>=0.19.1)
Requires-Dist: paramiko (>=2.0.0)

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.


