Metadata-Version: 2.1
Name: tensorstore-stubs
Version: 0.1.2
Summary: Type stubs for tensorstore
Author-email: elda27 <kaz.birdstick@gmail.com>
License: Apache 2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorstore>=0.1.45

# tensorstore-stubs
[![Python](https://img.shields.io/pypi/pyversions/tensorstore-stubs.svg)](https://pypi.org/project/tensorstore-stubs/)
[![PyPI version](https://badge.fury.io/py/tensorstore-stubs.svg)](https://badge.fury.io/py/tensorstore-stubs)
[![Downloads](https://static.pepy.tech/badge/tensorstore-stubs)](https://pepy.tech/project/tensorstore-stubs)
[![License](https://img.shields.io/pypi/l/tensorstore-stubs.svg)](https://github.com/elda27/tensorstore-stubs/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


## What is it ?
Unofficial type stubs for tensorstore, following the convention of providing stubs in a separate package, as specified in PEP 561.
The stubs cover the most typical use cases of tensorstore.
Generally, these stubs are more limited than what tensorstore allows, but they adhere to best practices for utilizing the library.


