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.3.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-wialon-1.2.3.tar.gz.
File metadata
- Download URL: python-wialon-1.2.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2b634e9d592d31ff37401d2a4f2629b558252554bb5fe24fe01ea490203459
|
|
| MD5 |
aa64443b02c76d856545b9aaed05ddfc
|
|
| BLAKE2b-256 |
f6d9362b5ba50a8f107ea322e0aa89630fc794d5776e8bfddfe147451354641c
|
File details
Details for the file python_wialon-1.2.3-py3-none-any.whl.
File metadata
- Download URL: python_wialon-1.2.3-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
e6921b5251c7d2058101ff56c2d098fb8244d05c4c6e81862189b16aa34d30c6
|
|
| MD5 |
7c804cd0ba228c39b9d2318ba04aff1f
|
|
| BLAKE2b-256 |
9e06d559b7d29383762f4487649f4fe3256a3d9263ea46d6a8f0d21de805bf34
|