Metadata-Version: 2.1
Name: whiffle_client
Version: 0.1.2
Summary: Python based web client to interact with Whiffle services
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# Whiffle client

This client allows running atmospheric large-eddy simulations (LES) with Whiffle's GPU-resident model <https://whiffle.nl/>. 
The client requires an access token, which you can configure with the command line interface by executing,

`whiffle config-edit user.token <your_token>`

You can create a new task by executing,

`whiffle run <path_to_the_task_specification.[json|yaml]>`

If you need an access token or you have any questions, please reach out to <support@whiffle.nl>.

## Command-line interface

### List the configuration

`whiffle config-list`

### Change the token in the configuration

`whiffle config-edit user.token <your_token>`

### Run a task

`whiffle run <path_to_the_task_specification.[json|yaml]>`
