Wialon Remote API wrapper for Python.
Project description
Wialon
=========
`Wialon` is a Python wrapper for Remote Api. (Now with support for Python 3 since v1.0.2)
Installation
------------
pip install python-wialon
Usage
-----
```python
from wialon import Wialon, WialonError
try:
wialon_api = Wialon()
result = wialon_api.core_login(user='YOUR WIALON USER LOIGN', password='YOUR WIALON USER PASSWORD')
wialon_api.sid = result['eid']
result = wialon_api.avl_evts()
except WialonError as e:
pass
```
API Documentation
-----------------
[Wialon Remote Api documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/apiref "Remote Api")
=========
`Wialon` is a Python wrapper for Remote Api. (Now with support for Python 3 since v1.0.2)
Installation
------------
pip install python-wialon
Usage
-----
```python
from wialon import Wialon, WialonError
try:
wialon_api = Wialon()
result = wialon_api.core_login(user='YOUR WIALON USER LOIGN', password='YOUR WIALON USER PASSWORD')
wialon_api.sid = result['eid']
result = wialon_api.avl_evts()
except WialonError as e:
pass
```
API Documentation
-----------------
[Wialon Remote Api documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/apiref "Remote Api")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-wialon-1.0.6.tar.gz
(5.9 kB
view details)
File details
Details for the file python-wialon-1.0.6.tar.gz.
File metadata
- Download URL: python-wialon-1.0.6.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd692e9893ce3d8ef88b9321857c25f8318132de87346fc1dba2b8cbeab8e841
|
|
| MD5 |
845d54d7491f182392ef5ee9f9f3930d
|
|
| BLAKE2b-256 |
517fe17c7620fab9f32597c19007eb4fe9b1e6f76156152bca5d4233b7aea0a8
|