Metadata-Version: 2.1
Name: ytsaurus-client
Version: 0.13.37
Summary: Python client for YTsaurus system and miscellaneous libraries.
Author: YTsaurus
Author-email: dev@ytsaurus.tech
License: Apache 2.0
Keywords: yt ytsaurus python client mapreduce yson ypath
Requires-Python: >=3.8
Requires-Dist: simplejson>=3.20.1,~=3.18
Requires-Dist: decorator>=4.4.2,~=4.4
Requires-Dist: tqdm>=4.67.1,~=4.66
Requires-Dist: argcomplete>=3.6.2,~=3.1
Requires-Dist: six>=1.17.0,~=1.16
Requires-Dist: charset-normalizer>=3.3.0,~=3.3
Requires-Dist: typing-extensions>=4.13.2,~=4.8
Requires-Dist: distro>=1.6.0,~=1.6
Provides-Extra: recommended
Requires-Dist: brotli; extra == "recommended"
Requires-Dist: cryptography; extra == "recommended"

YTsaurus — is a platform for distributed storage and processing of large amounts of data with support of MapReduce, distributed file system and NoSQL key-value storage.

This library provides python client for YTsaurus, that provides python-friendly mechanism for running operations, reading/writing data to the cluster and most of the other features.
