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")
Release files for python-wialon 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-wialon-1.0.2.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python-wialon-1.0.2.macosx-10.7-intel.exe | Details |
Total release size: 74.2 kB
Release files / python-wialon-1.0.2.tar.gz
| Download URL | python-wialon-1.0.2.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a6ea92379004b2ea936203bb7fab5143c144e464d1a1c2a7005c6f487136b6b0
|
|
BLAKE2b-256 checksum How to use checksums |
eabf43bd28793ca5c3db4245607960c521d991c9bdf565dc73c489e26322e6b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / python-wialon-1.0.2.macosx-10.7-intel.exe
| Download URL | python-wialon-1.0.2.macosx-10.7-intel.exe |
|---|---|
| Size | 68.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
590ac97d065116d33d8fad115d677e6d5f77997647defa9dd98527a74dfb4212
|
|
BLAKE2b-256 checksum How to use checksums |
7b65c3e94dad1facf28974cf0814ff43feb7014282c2deed8d4cf36e52d5cecb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |