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']
except WialonError:
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']
except WialonError:
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.2.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file python-wialon-1.0.2.tar.gz
.
File metadata
- Download URL: python-wialon-1.0.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a6ea92379004b2ea936203bb7fab5143c144e464d1a1c2a7005c6f487136b6b0
|
|
MD5 |
644836bf91351481bb1ea600df16c7d6
|
|
BLAKE2b-256 |
eabf43bd28793ca5c3db4245607960c521d991c9bdf565dc73c489e26322e6b6
|
File details
Details for the file python-wialon-1.0.2.macosx-10.7-intel.exe
.
File metadata
- Download URL: python-wialon-1.0.2.macosx-10.7-intel.exe
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
590ac97d065116d33d8fad115d677e6d5f77997647defa9dd98527a74dfb4212
|
|
MD5 |
e3fdfc5de74b4313e353ba4acfbec19b
|
|
BLAKE2b-256 |
7b65c3e94dad1facf28974cf0814ff43feb7014282c2deed8d4cf36e52d5cecb
|