Metadata-Version: 2.4
Name: TRACK-pylib
Version: 0.1.0
Summary: Python wrapper for the TRACK tracking system
Author-email: Abel Shibu <abels2000@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: netCDF4
Requires-Dist: xarray

### pyTRACK

This is a python-wrapped implementation of the TRACK software.

To install, git clone this repository and from its base folder, run

```
pip install -e .
```

Then from a Python terminal, run

```
from pyTRACK import *
track()
```

This should start the TRACK namelist.
