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)
For async implementation please check o-murphy:py-aiowialon
Installation
pip install python-wialon
Usage
from wialon import Wialon, WialonError
try:
wialon_api = Wialon()
# old username and password login is deprecated, use token login
result = wialon_api.token_login(token='YOUR WIALON USER TOKEN')
wialon_api.sid = result['eid']
result = wialon_api.avl_evts()
wialon_api.core_logout()
except WialonError as e:
pass
API Documentation
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.2.4.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file python-wialon-1.2.4.tar.gz
.
File metadata
- Download URL: python-wialon-1.2.4.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c8c543b61ae6534d734b939cce805b06cb8dee87ff06a3a069691c6c408f885 |
|
MD5 | 49883f80c63edd2bb66a3671951296ce |
|
BLAKE2b-256 | 3edc7adaa9bcafd8686ba2c893cbed7c9bb0e57837d6515d6b2b4fb347267a26 |
File details
Details for the file python_wialon-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: python_wialon-1.2.4-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dd54916075ddf55841c742e0a2f42c434c7a1a562131d53565146e004858f99 |
|
MD5 | 79a2aae9445dbd8844cae935be11d286 |
|
BLAKE2b-256 | 448aa9faaed27b8f511a8c77d09f79e795e7c462a595a377b33b6da74a122efd |