Metadata-Version: 2.4
Name: teklib
Version: 1.0.13
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
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
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: freesif
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
```
