Metadata-Version: 2.1
Name: tszip
Version: 0.2.0
Summary: Compression utilities for tree sequences
Home-page: http://pypi.python.org/pypi/tszip
Author: Tskit Developers
Author-email: admin@tskit.dev
License: MIT
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/
Description: # 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) [![Documentation Status](https://readthedocs.org/projects/tszip/badge/?version=latest)](https://tszip.readthedocs.io/en/latest/?badge=latest)
        
        Gzip-like compression for [tskit](https://tskit.readthedocs.io/) tree sequences.
        
        Please see the [documentation](https://tszip.readthedocs.io/) for more details
        and [installation instructions](https://tszip.readthedocs.io/en/latest/installation.html).
        
Keywords: tree sequence,tskit
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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.7
Description-Content-Type: text/markdown
