Metadata-Version: 2.1
Name: ytsaurus-client
Version: 0.13.51
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.2,~=3.18
Requires-Dist: decorator>=5.1.1,~=5.1
Requires-Dist: tqdm>=4.67.3,~=4.66
Requires-Dist: argcomplete>=3.6.3,~=3.1
Requires-Dist: charset-normalizer>=3.3.0,~=3.3
Requires-Dist: typing-extensions>=4.15.0,~=4.8
Requires-Dist: distro>=1.6.0,~=1.6
Provides-Extra: admin
Requires-Dist: kubernetes>=31.0.0; extra == "admin"
Requires-Dist: docker>=7.1.0; extra == "admin"
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.
