Metadata-Version: 2.1
Name: tacotoolbox
Version: 0.9.6
Summary: A toolbox to create TACO compliant datasets
Home-page: https://github.com/csaybar/tacotoolbox
Author: Cesar Aybar
Author-email: cesar.aybar@uv.es
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastavro (>=1.12.0)
Requires-Dist: polars (>=1.25.2)
Requires-Dist: pyarrow (>=18.1.0)
Requires-Dist: pydantic (>=2.10.3)
Requires-Dist: pyproj (>=3.7.2)
Requires-Dist: shapely (>=2.1.1)
Requires-Dist: tacozip (>=0.10.2)
Project-URL: Documentation, https://csaybar.github.io/tacotoolbox/
Project-URL: Repository, https://github.com/csaybar/tacotoolbox
Description-Content-Type: text/markdown

# tacotoolbox

[![PyPI](https://img.shields.io/pypi/v/tacotoolbox.svg)](https://pypi.python.org/pypi/tacotoolbox)
[![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 Toolbox API specification.

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

Legacy Support: Version 1.0 remains available in `tacotoolbox.v1` subpackage.


