Metadata-Version: 2.1
Name: engi1020
Version: 5.1.4
Summary: Software library for Engineering 1020: Introduction to Programming at Memorial University.
Author: Jonathan Anderson, Lori Hogan
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click
Requires-Dist: hexdump
Requires-Dist: matplotlib
Requires-Dist: pyserial
Requires-Dist: python-dotenv

=======================================
engi1020: Engineering 1020 library
=======================================

This library wraps several other libraries and re-exports them.
This makes for a messy namespace, but that simplifies the business of importing
libraries for very new students, as they only need to write

::
    from engi1020 import *

The libraries (re-)imported by this library are:

https://matplotlib.org/api/pyplot_api.html[`matplotlib.pyplot`]
  A plotting library using a MATLAB-like API

https://pypi.org/project/nanpy[`nanpy`]
  A Python library for interacting with an Arduino board
