Metadata-Version: 2.1
Name: tacoreader
Version: 2.0.0a16
Summary: We read tacos
Home-page: https://github.com/tacofoundation/tacoreader
Author: Cesar Aybar
Author-email: cesar.aybar@uv.es
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: duckdb (>=1.3.2)
Requires-Dist: obstore (>=0.8.1)
Requires-Dist: polars (>=1.25.2)
Requires-Dist: pyarrow (>=21.0.0)
Requires-Dist: tacozip (>=0.11.4)
Project-URL: Documentation, https://tacofoundation.github.io/tacoreader/
Project-URL: Repository, https://github.com/tacofoundation/tacoreader
Description-Content-Type: text/markdown

# tacoreader

[![PyPI](https://img.shields.io/pypi/v/tacoreader.svg)](https://pypi.python.org/pypi/tacoreader)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![BlueSky](https://img.shields.io/badge/bluesky-tacofoundation-1185fe?labelColor=000000&logo=bluesky)](https://bsky.app/profile/tacofoundation.bsky.social)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)


A prototype implementation of the TACO Reader API specification.

Status: Work in progress. Currently migrating to v2.0 specification.

Legacy Support: Version 1.0 remains available in tacoreader.v1 subpackage

