Metadata-Version: 2.1
Name: here-cli
Version: 1.0
Summary: Python Processing Client for the Here Platform.
Home-page: https://here.com
Author: HERE Global B.V. and its affiliate(s)
License: HERE Proprietary License
Project-URL: Source, ssh://git@main.gitlab.in.here.com:3389/sdk/ml/ford-distributed-python-cli.git
Platform: UNKNOWN
License-File: LICENSE

# here-cli

HERE CLI demo client

# Installation
```bash
pip install --extra-index-url https://artifactory.in.here.com/artifactory/api/pypi/analytics-pypi/simple/ here-cli==1.0
```

# Sample Commands
```bash
here-cli -h
```

# Submit:
Zip the sample code and pass the file name to *f* argument and specify file name contianing the main file to *m* argument

```bash
here-cli submit -f read_write_ver_layer.zip -m read_write_ver_layer.py -hc 4 -hm 12 -nw 1 -wc 4 -wm 12 -k "path_to_kube_config_file"
```



