Metadata-Version: 2.1
Name: tszip
Version: 0.2.5
Summary: Compression utilities for tree sequences
Author-email: Tskit Developers <admin@tskit.dev>
License: MIT
Project-URL: Homepage, http://pypi.python.org/pypi/tszip
Project-URL: Documentation, https://tszip.readthedocs.io/en/latest/
Project-URL: Changelog, https://tszip.readthedocs.io/en/latest/changelog.html
Project-URL: Bug Tracker, https://github.com/tskit-dev/tszip/issues
Project-URL: GitHub, https://github.com/tskit-dev/tszip/
Keywords: tree sequence,tskit
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: humanize
Requires-Dist: tskit >=0.3.3
Requires-Dist: numcodecs >=0.6.4
Requires-Dist: zarr <3

# tszip
[![Tests](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml) [![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip)

Gzip-like compression for [tskit](https://tskit.dev/software/tskit.html) tree sequences.

Please see the [documentation](https://tskit.dev/tszip/docs/latest/) for more details
and [installation instructions](https://tskit.dev/tszip/docs/latest/installation.html).
