Metadata-Version: 2.4
Name: tacozip
Version: 0.9.9
Summary: TACO ZIP: ZIP64 archive with TACO Header for fast metadata access
Author-email: Cesar Aybar <csaybar@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://tacofoundation.github.io/
Project-URL: Repository, https://github.com/tacofoundation/tacozip
Project-URL: Issues, https://github.com/tacofoundation/tacozip/issues
Keywords: zip,zip64,compression,archive,parquet,metadata
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"

# tacozip-python

tacozip is a fast, minimal ZIP64-like archiver with ghost metadata support, designed for AI4EO workflows. It allows creating archives, reading ghost metadata, and updating metadata in place without rewriting the entire file.

# Install

```bash
pip install tacozip
```
