Metadata-Version: 2.1
Name: goPEST
Version: 0.0.5
Summary: A TOUGH2/Waiwera interface to PEST
Author-email: Angus Yeh <a.yeh@auckland.ac.nz>
License: BSD 3-Clause License
Keywords: goPEST,PEST,Waiwera,TOUGH2,AUTOUGH2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE

# **goPEST**

goPEST is a set of utilities used to interface PEST with Waiwera and (AU)TOUGH2 simulators.


## Install

The easiest way to install goPEST is:

```python -m pip install gopest```


## Basic usage

The main CLI script `gopest` is to be followed by COMMAND and associated arguments:

```gopest COMMAND [ARGUMENTS]```

To get a list of supported COMMANDs, type `gopest help`.


## TODO

- user run_ns_pr script? generalised model sequence runner?

- in run_ns_pr, code shouldn't worry about nesi/cluster related things, maybe
  not running local vs nesi either

- remove obsreref rekated things, use pest_hp now

