Metadata-Version: 2.4
Name: tacozip
Version: 0.12.0
Summary: The ZIP container for TACO files
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,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

[![PyPI](https://img.shields.io/pypi/v/tacozip.svg)](https://pypi.python.org/pypi/tacozip)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/tacozip)](https://pypi.org/project/tacozip/#files)
[![Tests](https://github.com/tacofoundation/tacozip/actions/workflows/test_py.yml/badge.svg)](https://github.com/tacofoundation/tacozip/actions/workflows/test_py.yml)
[![codecov](https://codecov.io/gh/tacofoundation/tacozip/graph/badge.svg?token=cFqgSRDqmC)](https://codecov.io/gh/tacofoundation/tacozip)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![BlueSky](https://img.shields.io/badge/bluesky-tacofoundation-1185fe?labelColor=000000&logo=bluesky)](https://bsky.app/profile/tacofoundation.bsky.social)


Regular ZIP (STORE-only) writer with libzip backend and TACO Header at byte 0

# Install

```bash
pip install tacozip
```
