Metadata-Version: 2.1
Name: teklib
Version: 1.0.10
Summary: Library of tools for the analysis of marine technology
Home-page: https://github.com/Timothy-Edward-Kendon/teklib
Author: Tim Kendon
Author-email: timothy.edward.kendon@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: freesif

# TEKLIB Package

A "dumping ground" for python functions and classes used in the analysis of marine systems.

## Installing TEKLIB

To install TEKLIB, first run the command

```sh
python -m pip install teklib # To install latest version
# OR
python -m pip install teklib==<version nr> # To install a specific version
```


