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
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.1.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for python_wialon-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aa1cd46c68de6b1dd2f6e56e8d587bcb4c45e68c3b800a8bef6f0dd3416b456 |
|
MD5 | ca0fbf069776d104eea7b3fa16970c2a |
|
BLAKE2-256 | f829a904c5acdfbadb6ae39eedcc82635bcddc2a01e0c039ef2908ebb07a5e95 |