Metadata-Version: 2.4
Name: vcztools
Version: 0.2.0
Summary: bcftools-compatible querying and format conversion for VCF Zarr
Author-email: sgkit Developers <project@sgkit.dev>
License-Expression: Apache-2.0
Project-URL: repository, https://github.com/sgkit-dev/vcztools
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2
Requires-Dist: zarr>=3.1
Requires-Dist: click>=8.2.0
Requires-Dist: humanfriendly
Requires-Dist: pandas
Requires-Dist: pyparsing>=3.1.0
Requires-Dist: pyranges!=0.1.3; python_version < "3.12"
Requires-Dist: ruranges_py; python_version >= "3.12"
Provides-Extra: obstore
Requires-Dist: obstore; extra == "obstore"
Provides-Extra: icechunk
Requires-Dist: icechunk; extra == "icechunk"
Dynamic: license-file

[![CI](https://github.com/sgkit-dev/vcztools/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sgkit-dev/vcztools/actions/workflows/ci.yml)
[![PyPI Downloads](https://static.pepy.tech/badge/vcztools)](https://pepy.tech/projects/vcztools)

# vcztools
bcftools-compatible querying and format conversion for [VCF Zarr](https://github.com/sgkit-dev/vcf-zarr-spec/)

See the [documentation](https://sgkit-dev.github.io/vcztools/) for details.

