Metadata-Version: 2.1
Name: onetick-query-webapi
Version: 20260216.0.0
Summary: OneTick web client package
Home-page: https://www.onetick.com
Author: OneTick
Author-email: support@onetick.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pyarrow (>=14.0.1)
Requires-Dist: zstandard
Requires-Dist: requests (>=2.31.0)
Requires-Dist: urllib3 (>=2.1.0)
Requires-Dist: tzlocal (>=5.0)
Requires-Dist: pandas
Requires-Dist: click
Requires-Dist: graphviz
Requires-Dist: backports.zstd ; python_version < "3.14"

# onetick.query-webapi

`onetick.query-webapi` is a Python package that provides APIs to construct OneTick's graph and query objects and then using execute them using only REST APIs. It is a lightweight, secure and easy to use package that comes with MIT license.

## ✨ Features

- Provides classes to contruct OneTick graphs, save and query them
- Has secure oAuth2 authentication support
- Supports various return data types (pyarrow, numpy, pandas, polars)
- It is possible to execute real-time CEP queries
- Compatible with Python 3.8+

## 🚀 Installation

```bash
pip install onetick.query-webapi

