Metadata-Version: 2.1
Name: nwebclient
Version: 0.0.12
Summary: NWebClient via HTTP
Home-page: https://bsnx.net/4.0/group/pynwebclient
Author: Bjoern Salgert
Author-email: bjoern.salgert@hs-duesseldorf.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
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

```

## Beispiel
```
import
```


```
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()
```

https://gitlab.com/bsalgert/nwebclient
https://pypi.org/project/nwebclient/


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


