Metadata-Version: 2.1
Name: nwebclient
Version: 1.0.289
Summary: NWebClient via HTTP
Home-page: https://bsnx.net/4.0/group/pynwebclient
Author: Bjoern Salgert
Author-email: bjoern.salgert@hs-duesseldorf.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# NWeb Client 

Client to access the NWeb-API


## Installation
```
pip install --upgrade nwebclient

# oder

pip install .

```

```
python -m nwebclient help
```

More [Documentation](https://gitlab.com/bsalgert/nwebclient/-/wikis/home)


## Beispiel
```
import nwebclient
```


```
class NWebClient
  """ Anstatt url kann auch ein Pfad zur einer JSON-Datei, die die Schluessel enthaelt, angegeben werden. """
  __init__(url, username,password)
  doc(id)
  docs(q)
  group(id)
  getOrCreateGroup(guid, title)
  downloadImages()

metric_val(endpointUrl:string, metricName:string, val:numeric)
```


Links: [Gitlab-Repo](https://gitlab.com/bsalgert/nwebclient) [PyPi-Package](https://pypi.org/project/nwebclient/)

Git-URL: `git@gitlab.com:bsalgert/nwebclient.git`

---
Packaging: https://packaging.python.org/tutorials/packaging-projects/
