python-wialon


Namepython-wialon JSON
Version 1.2.4 PyPI version JSON
download
home_pagehttps://github.com/wialon/python-wialon
SummaryWialon Remote API wrapper for Python.
upload_time2024-05-02 11:52:13
maintainerNone
docs_urlNone
authorAlex Chernetsky chal@gurtam.com
requires_pythonNone
licenseNone
keywords wialon remote api wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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](https://github.com/o-murphy/py-aiowialon/)

Installation
------------
    pip install python-wialon

Usage
-----

```python
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
-----------------

[Wialon Remote Api documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/apiref "Remote Api")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wialon/python-wialon",
    "name": "python-wialon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "wialon remote api wrapper",
    "author": "Alex Chernetsky chal@gurtam.com",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3e/dc/7adaa9bcafd8686ba2c893cbed7c9bb0e57837d6515d6b2b4fb347267a26/python-wialon-1.2.4.tar.gz",
    "platform": null,
    "description": "Wialon\n=========\n\n`Wialon` is a Python wrapper for Remote Api. (Now with support for Python 3 since v1.0.2)\n\nFor async implementation please check [o-murphy:py-aiowialon](https://github.com/o-murphy/py-aiowialon/)\n\nInstallation\n------------\n    pip install python-wialon\n\nUsage\n-----\n\n```python\nfrom wialon import Wialon, WialonError\n\ntry:\n    wialon_api = Wialon()\n    # old username and password login is deprecated, use token login\n    result = wialon_api.token_login(token='YOUR WIALON USER TOKEN')\n    wialon_api.sid = result['eid']\n\n    result = wialon_api.avl_evts()\n\n    wialon_api.core_logout()\nexcept WialonError as e:\n    pass\n```\n\nAPI Documentation\n-----------------\n\n[Wialon Remote Api documentation](http://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/apiref \"Remote Api\")\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wialon Remote API wrapper for Python.",
    "version": "1.2.4",
    "project_urls": {
        "Download": "http://pypi.python.org/pypi/python-wialon/",
        "Homepage": "https://github.com/wialon/python-wialon"
    },
    "split_keywords": [
        "wialon",
        "remote",
        "api",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "448aa9faaed27b8f511a8c77d09f79e795e7c462a595a377b33b6da74a122efd",
                "md5": "79a2aae9445dbd8844cae935be11d286",
                "sha256": "1dd54916075ddf55841c742e0a2f42c434c7a1a562131d53565146e004858f99"
            },
            "downloads": -1,
            "filename": "python_wialon-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79a2aae9445dbd8844cae935be11d286",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7405,
            "upload_time": "2024-05-02T11:52:11",
            "upload_time_iso_8601": "2024-05-02T11:52:11.951164Z",
            "url": "https://files.pythonhosted.org/packages/44/8a/a9faaed27b8f511a8c77d09f79e795e7c462a595a377b33b6da74a122efd/python_wialon-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3edc7adaa9bcafd8686ba2c893cbed7c9bb0e57837d6515d6b2b4fb347267a26",
                "md5": "49883f80c63edd2bb66a3671951296ce",
                "sha256": "1c8c543b61ae6534d734b939cce805b06cb8dee87ff06a3a069691c6c408f885"
            },
            "downloads": -1,
            "filename": "python-wialon-1.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "49883f80c63edd2bb66a3671951296ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6750,
            "upload_time": "2024-05-02T11:52:13",
            "upload_time_iso_8601": "2024-05-02T11:52:13.261690Z",
            "url": "https://files.pythonhosted.org/packages/3e/dc/7adaa9bcafd8686ba2c893cbed7c9bb0e57837d6515d6b2b4fb347267a26/python-wialon-1.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 11:52:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wialon",
    "github_project": "python-wialon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-wialon"
}
        
Elapsed time: 0.23301s