Metadata-Version: 2.4
Name: wialonpy
Version: 0.1.2
Summary: A lightweight Python wrapper for the Wialon API by Gurtam
Home-page: https://github.com/slv177/wialonpy
Author: Viacheslav Shambazov
Author-email: Viacheslav Shambazov <shambazov@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/slv177/wialonpy
Project-URL: Repository, https://github.com/slv177/wialonpy
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pytest
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# wialonpy

**WialonPy** is a lightweight Python library that simplifies working with the Wialon API by Gurtam.

It provides procedural interface, making it easy and flexible to integrate into your projects.

## Features

- Easy-to-use wrapper for Wialon API requests
- Supports simple functional usage
- Well-suited for automation scripts and backend integrations

## Requirements

- Python 3.13 or newer
- requests

## Installation

```bash
pip install wialonpy
```

## Official Wialon API Documentation

For full details on available methods, parameters, and structure, see the official Wialon SDK documentation:

👉 [https://sdk.wialon.com/wiki/en/kit/kit](https://sdk.wialon.com/wiki/en/kit/kit)

## License

This project is licensed under the MIT License. See the LICENSE file for details.

## Disclaimer

This library is an independent open source project and is not officially affiliated with Gurtam or Wialon.
