Metadata-Version: 1.2
Name: tszip
Version: 0.1.0
Summary: Compression utilities for tree sequences
Home-page: http://pypi.python.org/pypi/tszip
Author: Tskit Developers
Author-email: jerome.kelleher@well.ox.ac.uk
License: MIT
Project-URL: Bug Reports, https://github.com/tskit-dev/tszip/issues
Project-URL: Source, https://github.com/tskit-dev/tszip
Description: 
        Gzip-like compression for tskit tree sequences.
        
        Tszip is a command line utility and Python library for converting the
        ``.trees`` files used by `tskit <https://tskit.readthedocs.org/en/stable/>`_
        into a highly compressed format. Please see the
        `documentation <https://tszip.readthedocs.org/en/stable>`_
        for more details and
        `installation instructions <https://tszip.readthedocs.org/en/stable/installation.html>`_.
        
Keywords: Tree sequences,tskit
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.4
