Metadata-Version: 2.1
Name: bgzip
Version: 0.0.2
Summary: Utilities working with blocked gzip streams.
Home-page: https://github.com/xbrianh/bgzip.git
Author: Brian Hannafious
Author-email: bhannafi@ucsc.edu
License: MIT
Description: # bgzip: blocked gzip streams
        _bgzip_ provides streams for blocked gzip files.
        
        ## Installation
        ```
        pip install bgzip
        ```
        
        ## Links
        Project home page [GitHub](https://github.com/xbrianh/bgzip)  
        Package distribution [PyPI](https://pypi.org/project/bgzip/)
        
        ### Bugs
        Please report bugs, issues, feature requests, etc. on [GitHub](https://github.com/xbrianh/bgzip).
        
        ![](https://travis-ci.org/xbrianh/bgzip.svg?branch=master) ![](https://badge.fury.io/py/bgzip.svg)
        
Platform: MacOS X
Platform: Posix
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
