Metadata-Version: 2.4
Name: bio2zarr
Version: 0.2.0
Summary: Convert bioinformatics data to Zarr
Author-email: sgkit Developers <project@sgkit.dev>
License-Expression: Apache-2.0
Project-URL: repository, https://github.com/sgkit-dev/bio2zarr
Project-URL: documentation, https://sgkit-dev.github.io/bio2zarr/
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: tabulate
Requires-Dist: tqdm
Requires-Dist: humanfriendly
Requires-Dist: coloredlogs
Requires-Dist: click
Requires-Dist: pandas
Provides-Extra: tskit
Requires-Dist: tskit>=1; extra == "tskit"
Provides-Extra: vcf
Requires-Dist: cyvcf2; extra == "vcf"
Provides-Extra: all
Requires-Dist: tskit>=1; extra == "all"
Requires-Dist: cyvcf2; extra == "all"
Dynamic: license-file

[![CI](https://github.com/sgkit-dev/bio2zarr/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sgkit-dev/bio2zarr/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/sgkit-dev/bio2zarr/badge.svg)](https://coveralls.io/github/sgkit-dev/bio2zarr)
[![PyPI Downloads](https://static.pepy.tech/badge/bio2zarr)](https://pepy.tech/projects/bio2zarr)
[![Anaconda-Server Badge](https://anaconda.org/bioconda/bio2zarr/badges/downloads.svg)](https://anaconda.org/bioconda/bio2zarr)


# bio2zarr
Convert bioinformatics file formats to Zarr

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